update to 1.6.2 [release 1.6.2-1mamba;Sat Dec 08 2012]
This commit is contained in:
parent
d923a7560f
commit
928ba385d7
92
libXaw3d.spec
Normal file
92
libXaw3d.spec
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
Name: libXaw3d
|
||||||
|
Version: 1.6.2
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: The Three-D Athena Toolkit (Xaw3d)
|
||||||
|
Group: System/Libraries
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://x.org
|
||||||
|
Source: http://xorg.freedesktop.org/archive/individual/lib/libXaw3d-%{version}.tar.bz2
|
||||||
|
License: MIT
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libICE-devel
|
||||||
|
BuildRequires: libSM-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libXmu-devel
|
||||||
|
BuildRequires: libXp-devel
|
||||||
|
BuildRequires: libXpm-devel
|
||||||
|
BuildRequires: libXt-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: bison
|
||||||
|
BuildRequires: flex
|
||||||
|
BuildRequires: gccmakedep
|
||||||
|
BuildRequires: imake >= 1.0.2
|
||||||
|
Provides: Xaw3d
|
||||||
|
Obsoletes: Xaw3d
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
The Three-D Athena Toolkit (Xaw3d)
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for Xaw3d
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
Provides: Xaw3d-devel
|
||||||
|
Obsoletes: Xaw3d-devel
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
Development files for Xaw3d, the Three-D Athena Toolkit
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libXaw3d.so.*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_includedir}/X11/Xaw3d
|
||||||
|
%{_includedir}/X11/Xaw3d/*.h
|
||||||
|
%{_libdir}/libXaw3d.so
|
||||||
|
%{_libdir}/libXaw3d.a
|
||||||
|
%{_libdir}/libXaw3d.la
|
||||||
|
%{_libdir}/pkgconfig/xaw3d.pc
|
||||||
|
%{_datadir}/doc/libXaw3d/README.XAW3D
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Dec 08 2012 Automatic Build System <autodist@mambasoft.it> 1.6.2-1mamba
|
||||||
|
- update to 1.6.2
|
||||||
|
|
||||||
|
* Fri Jul 10 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5E-5mamba
|
||||||
|
- renamed to libXaw3d
|
||||||
|
|
||||||
|
* Wed Oct 10 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5E-4mamba
|
||||||
|
- specfile updates
|
||||||
|
|
||||||
|
* Tue Mar 13 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5E-3qilnx
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Thu Jul 14 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5E-2qilnx
|
||||||
|
- added ldconfig execution code
|
||||||
|
|
||||||
|
* Mon Jul 11 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5E-1qilnx
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user