libXcomposite/libXcomposite.spec

85 lines
2.3 KiB
RPMSpec
Raw Normal View History

Name: libXcomposite
Version: 0.4.4
Release: 2mamba
Summary: X.Org Xcomposite 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/libXcomposite-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Obsoletes: libXorg
%description
X.Org Xcomposite library.
%package devel
Summary: Devel package for %{name}
Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Obsoletes: libXorg-devel
%description devel
X.Org Xcomposite library.
This package contains static libraries and header files needed for development.
%prep
%setup -q -n %{name}-%{version}
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/libXcomposite.so.*
%doc COPYING ChangeLog
%files devel
%defattr(-,root,root)
%{_libdir}/libXcomposite.a
%{_libdir}/libXcomposite.la
%{_libdir}/libXcomposite.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/X11/extensions/Xcomposite.h
%{_mandir}/man3/XComposite*.3.gz
%{_mandir}/man3/Xcomposite.3.gz
%changelog
* Fri Apr 15 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.4-2mamba
- rebuilt to update libpthread-strubs broken .la files
* Sun Jan 13 2013 Automatic Build System <autodist@mambasoft.it> 0.4.4-1mamba
- automatic version update by autodist
* Tue Nov 02 2010 Automatic Build System <autodist@mambasoft.it> 0.4.3-1mamba
- automatic update by autodist
* Fri Jul 02 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.2-2mamba
- rebuilt to add pkgconfig provides
* Wed Jun 09 2010 Automatic Build System <autodist@mambasoft.it> 0.4.2-1mamba
- automatic update by autodist
* Mon Oct 12 2009 Automatic Build System <autodist@mambasoft.it> 0.4.1-1mamba
- automatic update by autodist
* Tue Jul 17 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-1mamba
- update to 0.4.0
* Wed Jan 03 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.1-1qilnx
- update to version 0.3.1 by autospec
* Wed Dec 20 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.6-1qilnx
- package created by autospec