update to 0.17 [release 0.17-1mamba;Fri Oct 28 2022]
This commit is contained in:
parent
57b8cf5064
commit
7eb98ad4bc
@ -1,5 +1,5 @@
|
|||||||
Name: libpciaccess
|
Name: libpciaccess
|
||||||
Version: 0.16
|
Version: 0.17
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A generic PCI access library
|
Summary: A generic PCI access library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,9 +7,8 @@ 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: http://gitweb.freedesktop.org/?p=xorg/lib/libpciaccess.git;a=summary
|
||||||
Source: http://x.org/pub/individual/lib/libpciaccess-%{version}.tar.bz2
|
Source: http://x.org/pub/individual/lib/libpciaccess-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A generic PCI access library.
|
A generic PCI access library.
|
||||||
@ -21,8 +20,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
A generic PCI access library.
|
A generic PCI access library.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -41,17 +41,20 @@ This package contains static libraries and header files need for development.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libpciaccess.so.*
|
%{_libdir}/libpciaccess.so.*
|
||||||
%doc AUTHORS COPYING ChangeLog
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libpciaccess.a
|
|
||||||
%{_libdir}/libpciaccess.la
|
|
||||||
%{_libdir}/libpciaccess.so
|
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
|
%{_libdir}/libpciaccess.a
|
||||||
|
%{_libdir}/libpciaccess.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%doc ChangeLog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Thu Jul 18 2019 Automatic Build System <autodist@mambasoft.it> 0.16-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user