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
|
||||
Version: 0.17
|
||||
Version: 0.18
|
||||
Release: 1mamba
|
||||
Summary: A generic PCI access library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
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
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
A generic PCI access library.
|
||||
@ -28,12 +32,13 @@ This package contains static libraries and header files needed for development.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -45,13 +50,14 @@ This package contains static libraries and header files needed for development.
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/libpciaccess.a
|
||||
%{_includedir}/pciaccess.h
|
||||
%{_libdir}/libpciaccess.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc 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
|
||||
- update to 0.17
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user