update to 0.23.5 [release 0.23.5-1mamba;Sun Apr 16 2017]
This commit is contained in:
parent
0ef424d9e4
commit
9bb68b3c9c
47
p11-kit.spec
47
p11-kit.spec
@ -1,5 +1,5 @@
|
||||
Name: p11-kit
|
||||
Version: 0.23.2
|
||||
Version: 0.23.5
|
||||
Release: 1mamba
|
||||
Summary: Provides a way to load and enumerate PKCS#11 modules
|
||||
Group: System/Tools
|
||||
@ -7,7 +7,8 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://p11-glue.freedesktop.org/p11-kit.html
|
||||
Source: http://p11-glue.freedesktop.org/releases/p11-kit-%{version}.tar.gz
|
||||
Source: https://github.com/p11-glue/p11-kit/archive/%{version}.zip
|
||||
#Source: http://p11-glue.freedesktop.org/releases/p11-kit-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -41,19 +42,20 @@ p11-kit provides a way to load and enumerate PKCS#11 modules. Provides a standar
|
||||
Also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process.
|
||||
This package contains headers and library files for development.
|
||||
|
||||
%package apidocs
|
||||
Group: Documentation
|
||||
Summary: %{name} API documentation
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: gtk-doc
|
||||
#%package apidocs
|
||||
#Group: Documentation
|
||||
#Summary: %{name} API documentation
|
||||
#Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
#Requires: gtk-doc
|
||||
|
||||
%description apidocs
|
||||
This package includes the %{name} API documentation.
|
||||
#%description apidocs
|
||||
#This package includes the %{name} API documentation.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure --enable-gtk-doc
|
||||
%make
|
||||
|
||||
@ -86,12 +88,16 @@ This package includes the %{name} API documentation.
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libp11-kit.so.*
|
||||
%dir %{_libdir}/pkcs11
|
||||
%{_libdir}/pkcs11/p11-kit-trust.la
|
||||
|
||||
%{_libdir}/pkcs11/p11-kit-trust.so
|
||||
%dir %{_libdir}/p11-kit
|
||||
%{_libdir}/p11-kit/p11-kit-remote
|
||||
%{_libdir}/p11-kit/p11-kit-remote
|
||||
%{_libdir}/p11-kit/trust-extract-compat
|
||||
%{_libdir}/pkcs11/p11-kit-client.so
|
||||
%{_libexecdir}/p11-kit/p11-kit-remote
|
||||
%{_libexecdir}/p11-kit/p11-kit-server
|
||||
%{_libexecdir}/p11-kit/trust-extract-compat
|
||||
#%dir %{_libdir}/p11-kit
|
||||
#%{_libdir}/p11-kit/p11-kit-remote
|
||||
#%{_libdir}/p11-kit/p11-kit-remote
|
||||
#%{_libdir}/p11-kit/trust-extract-compat
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
@ -99,18 +105,23 @@ This package includes the %{name} API documentation.
|
||||
%dir %{_includedir}/p11-kit-1
|
||||
%dir %{_includedir}/p11-kit-1/p11-kit
|
||||
%{_includedir}/p11-kit-1/p11-kit/*.h
|
||||
%{_libdir}/pkcs11/p11-kit-trust.la
|
||||
%{_libdir}/pkcs11/p11-kit-client.la
|
||||
%{_libdir}/libp11-kit.la
|
||||
%{_libdir}/libp11-kit.so
|
||||
%{_libdir}/p11-kit-proxy.so
|
||||
%{_libdir}/pkgconfig/p11-kit-1.pc
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/gtk-doc/html/%{name}
|
||||
%{_datadir}/gtk-doc/html/%{name}/*
|
||||
#%files apidocs
|
||||
#%defattr(-,root,root)
|
||||
##%dir %{_datadir}/gtk-doc/html/%{name}
|
||||
##%{_datadir}/gtk-doc/html/%{name}/*
|
||||
|
||||
%changelog
|
||||
* Sun Apr 16 2017 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.23.5-1mamba
|
||||
- update to 0.23.5
|
||||
|
||||
* Wed Dec 30 2015 Automatic Build System <autodist@mambasoft.it> 0.23.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user