automatic version update by autodist [release 0.4.4-1mamba;Sun Jan 13 2013]
This commit is contained in:
parent
e8e608a135
commit
ce32a2ae15
81
libXcomposite.spec
Normal file
81
libXcomposite.spec
Normal file
@ -0,0 +1,81 @@
|
||||
Name: libXcomposite
|
||||
Version: 0.4.4
|
||||
Release: 1mamba
|
||||
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
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user