automatic update by autodist [release 1.0.12-1mamba;Mon Sep 09 2013]
This commit is contained in:
parent
06eebb033f
commit
66981869d3
115
libXaw.spec
Normal file
115
libXaw.spec
Normal file
@ -0,0 +1,115 @@
|
|||||||
|
Name: libXaw
|
||||||
|
Version: 1.0.12
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: X.Org Xaw library
|
||||||
|
Group: System/Libraries
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://x.org
|
||||||
|
Source: ftp://ftp.x.org/pub/individual/lib/libXaw-%{version}.tar.bz2
|
||||||
|
License: MIT
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libICE-devel
|
||||||
|
BuildRequires: libpthread-stubs-devel
|
||||||
|
BuildRequires: libSM-devel
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXau-devel
|
||||||
|
BuildRequires: libxcb-devel
|
||||||
|
BuildRequires: libXdmcp-devel
|
||||||
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libXmu-devel
|
||||||
|
BuildRequires: libXpm-devel
|
||||||
|
BuildRequires: libXt-devel
|
||||||
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: xproto-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libXp-devel >= 1.0.0
|
||||||
|
Obsoletes: libXorg
|
||||||
|
|
||||||
|
%description
|
||||||
|
X.Org Xaw library.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Devel package for %{name}
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
X.Org Xaw library.
|
||||||
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libXaw.so.*
|
||||||
|
%{_libdir}/libXaw6.so.*
|
||||||
|
%{_libdir}/libXaw7.so.*
|
||||||
|
%doc COPYING ChangeLog README
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libXaw.so
|
||||||
|
%{_libdir}/libXaw6.a
|
||||||
|
%{_libdir}/libXaw6.la
|
||||||
|
%{_libdir}/libXaw6.so
|
||||||
|
%{_libdir}/libXaw7.a
|
||||||
|
%{_libdir}/libXaw7.la
|
||||||
|
%{_libdir}/libXaw7.so
|
||||||
|
%dir %{_includedir}/X11/Xaw
|
||||||
|
%{_includedir}/X11/Xaw/*.h
|
||||||
|
%{_includedir}/X11/Xaw/Template.c
|
||||||
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
#%{_datadir}/aclocal/xaw.m4
|
||||||
|
%{_mandir}/man3/Xaw.3.gz
|
||||||
|
%{_docdir}/libXaw
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Sep 09 2013 Automatic Build System <autodist@mambasoft.it> 1.0.12-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Mon Jul 02 2012 Automatic Build System <autodist@mambasoft.it> 1.0.11-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Apr 08 2012 Automatic Build System <autodist@mambasoft.it> 1.0.10-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Jan 18 2011 Automatic Build System <autodist@mambasoft.it> 1.0.9-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Tue Nov 09 2010 Automatic Build System <autodist@mambasoft.it> 1.0.8-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Mon Oct 26 2009 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Fri Jul 10 2009 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Wed Jan 07 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.5-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Mon Sep 10 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-1mamba
|
||||||
|
- update to 1.0.4
|
||||||
|
|
||||||
|
* Tue Jul 17 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-1mamba
|
||||||
|
- update to 1.0.3
|
||||||
|
|
||||||
|
* Thu Dec 21 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1qilnx
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user