123 lines
3.6 KiB
RPMSpec
123 lines
3.6 KiB
RPMSpec
Name: libpciaccess
|
|
Version: 0.18.1
|
|
Release: 1mamba
|
|
Summary: A generic PCI access library
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://gitlab.freedesktop.org/xorg/lib/libpciaccess
|
|
Source: http://x.org/pub/individual/lib/libpciaccess-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libz-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%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 needed for development.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%meson
|
|
|
|
%meson_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%meson_install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libpciaccess.so.*
|
|
%doc AUTHORS COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/pciaccess.h
|
|
%{_libdir}/libpciaccess.so
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%changelog
|
|
* Sun Mar 24 2024 Automatic Build System <autodist@openmamba.org> 0.18.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Feb 05 2024 Automatic Build System <autodist@openmamba.org> 0.18-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.17-1mamba
|
|
- update to 0.17
|
|
|
|
* Thu Jul 18 2019 Automatic Build System <autodist@mambasoft.it> 0.16-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jul 13 2019 Automatic Build System <autodist@mambasoft.it> 0.15-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 01 2017 Automatic Build System <autodist@mambasoft.it> 0.14-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 11 2017 Automatic Build System <autodist@mambasoft.it> 0.13.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 02 2015 Automatic Build System <autodist@mambasoft.it> 0.13.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 06 2015 Automatic Build System <autodist@mambasoft.it> 0.13.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 21 2013 Automatic Build System <autodist@mambasoft.it> 0.13.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jul 02 2012 Automatic Build System <autodist@mambasoft.it> 0.13.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 02 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13-1mamba
|
|
- update to 0.13
|
|
|
|
* Fri Jun 17 2011 Automatic Build System <autodist@mambasoft.it> 0.12.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Aug 16 2010 Automatic Build System <autodist@mambasoft.it> 0.12.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Jul 14 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11.0-2mamba
|
|
- rebuilt to add pkgconfig provide
|
|
|
|
* Mon Jan 25 2010 Automatic Build System <autodist@mambasoft.it> 0.11.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Oct 15 2009 Automatic Build System <autodist@mambasoft.it> 0.10.9-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Aug 28 2009 Automatic Build System <autodist@mambasoft.it> 0.10.7-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri May 01 2009 Automatic Build System <autodist@mambasoft.it> 0.10.6-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Jan 05 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Sep 10 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.1-1mamba
|
|
- update to 0.9.1
|
|
|
|
* Thu Jul 19 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.0-1mamba
|
|
- package created by autospec
|