automatic version update by autodist [release 0.18-1mamba;Mon Feb 05 2024]
This commit is contained in:
parent
7eb98ad4bc
commit
85a0eba678
@ -1,14 +1,18 @@
|
|||||||
Name: libpciaccess
|
Name: libpciaccess
|
||||||
Version: 0.17
|
Version: 0.18
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A generic PCI access library
|
Summary: A generic PCI access library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://gitweb.freedesktop.org/?p=xorg/lib/libpciaccess.git;a=summary
|
URL: https://gitlab.freedesktop.org/xorg/lib/libpciaccess
|
||||||
Source: http://x.org/pub/individual/lib/libpciaccess-%{version}.tar.xz
|
Source: http://x.org/pub/individual/lib/libpciaccess-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libz-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A generic PCI access library.
|
A generic PCI access library.
|
||||||
@ -28,12 +32,13 @@ This package contains static libraries and header files needed for development.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -45,13 +50,14 @@ This package contains static libraries and header files needed for development.
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*.h
|
%{_includedir}/pciaccess.h
|
||||||
%{_libdir}/libpciaccess.a
|
|
||||||
%{_libdir}/libpciaccess.so
|
%{_libdir}/libpciaccess.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc ChangeLog
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Fri Oct 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.17-1mamba
|
||||||
- update to 0.17
|
- update to 0.17
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user