diff --git a/README.md b/README.md index d0007a0..d63fb52 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libpciaccess +A generic PCI access library. + diff --git a/libpciaccess.spec b/libpciaccess.spec new file mode 100644 index 0000000..89196c3 --- /dev/null +++ b/libpciaccess.spec @@ -0,0 +1,92 @@ +Name: libpciaccess +Version: 0.13.2 +Release: 1mamba +Summary: A generic PCI access library +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://gitweb.freedesktop.org/?p=xorg/lib/libpciaccess.git;a=summary +Source: http://x.org/pub/individual/lib/libpciaccess-%{version}.tar.bz2 +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +A generic PCI access library. + +%package devel +Summary: Devel package for %{name} +Group: Development/Libraries +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +A generic PCI access 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}/libpciaccess.so.* +%doc AUTHORS COPYING ChangeLog + +%files devel +%defattr(-,root,root) +%{_libdir}/libpciaccess.a +%{_libdir}/libpciaccess.la +%{_libdir}/libpciaccess.so +%{_includedir}/*.h +%{_libdir}/pkgconfig/*.pc + +%changelog +* Sun Jul 21 2013 Automatic Build System 0.13.2-1mamba +- automatic version update by autodist + +* Mon Jul 02 2012 Automatic Build System 0.13.1-1mamba +- automatic version update by autodist + +* Mon Apr 02 2012 Silvan Calarco 0.13-1mamba +- update to 0.13 + +* Fri Jun 17 2011 Automatic Build System 0.12.1-1mamba +- automatic update by autodist + +* Mon Aug 16 2010 Automatic Build System 0.12.0-1mamba +- automatic update by autodist + +* Wed Jul 14 2010 Silvan Calarco 0.11.0-2mamba +- rebuilt to add pkgconfig provide + +* Mon Jan 25 2010 Automatic Build System 0.11.0-1mamba +- automatic update by autodist + +* Thu Oct 15 2009 Automatic Build System 0.10.9-1mamba +- automatic update by autodist + +* Fri Aug 28 2009 Automatic Build System 0.10.7-1mamba +- automatic update by autodist + +* Fri May 01 2009 Automatic Build System 0.10.6-1mamba +- automatic update by autodist + +* Mon Jan 05 2009 Silvan Calarco 0.10.5-1mamba +- automatic update by autodist + +* Mon Sep 10 2007 Silvan Calarco 0.9.1-1mamba +- update to 0.9.1 + +* Thu Jul 19 2007 Silvan Calarco 0.8.0-1mamba +- package created by autospec