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
|
Name: p11-kit
|
||||||
Version: 0.23.2
|
Version: 0.23.5
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Provides a way to load and enumerate PKCS#11 modules
|
Summary: Provides a way to load and enumerate PKCS#11 modules
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -7,7 +7,8 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://p11-glue.freedesktop.org/p11-kit.html
|
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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
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.
|
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.
|
This package contains headers and library files for development.
|
||||||
|
|
||||||
%package apidocs
|
#%package apidocs
|
||||||
Group: Documentation
|
#Group: Documentation
|
||||||
Summary: %{name} API documentation
|
#Summary: %{name} API documentation
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
#Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: gtk-doc
|
#Requires: gtk-doc
|
||||||
|
|
||||||
%description apidocs
|
#%description apidocs
|
||||||
This package includes the %{name} API documentation.
|
#This package includes the %{name} API documentation.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
./autogen.sh
|
||||||
%configure --enable-gtk-doc
|
%configure --enable-gtk-doc
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -86,12 +88,16 @@ This package includes the %{name} API documentation.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libp11-kit.so.*
|
%{_libdir}/libp11-kit.so.*
|
||||||
%dir %{_libdir}/pkcs11
|
%dir %{_libdir}/pkcs11
|
||||||
%{_libdir}/pkcs11/p11-kit-trust.la
|
|
||||||
%{_libdir}/pkcs11/p11-kit-trust.so
|
%{_libdir}/pkcs11/p11-kit-trust.so
|
||||||
%dir %{_libdir}/p11-kit
|
%{_libdir}/pkcs11/p11-kit-client.so
|
||||||
%{_libdir}/p11-kit/p11-kit-remote
|
%{_libexecdir}/p11-kit/p11-kit-remote
|
||||||
%{_libdir}/p11-kit/p11-kit-remote
|
%{_libexecdir}/p11-kit/p11-kit-server
|
||||||
%{_libdir}/p11-kit/trust-extract-compat
|
%{_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
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%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
|
||||||
%dir %{_includedir}/p11-kit-1/p11-kit
|
%dir %{_includedir}/p11-kit-1/p11-kit
|
||||||
%{_includedir}/p11-kit-1/p11-kit/*.h
|
%{_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.la
|
||||||
%{_libdir}/libp11-kit.so
|
%{_libdir}/libp11-kit.so
|
||||||
%{_libdir}/p11-kit-proxy.so
|
%{_libdir}/p11-kit-proxy.so
|
||||||
%{_libdir}/pkgconfig/p11-kit-1.pc
|
%{_libdir}/pkgconfig/p11-kit-1.pc
|
||||||
%doc ChangeLog NEWS README
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%files apidocs
|
#%files apidocs
|
||||||
%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
%dir %{_datadir}/gtk-doc/html/%{name}
|
##%dir %{_datadir}/gtk-doc/html/%{name}
|
||||||
%{_datadir}/gtk-doc/html/%{name}/*
|
##%{_datadir}/gtk-doc/html/%{name}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Dec 30 2015 Automatic Build System <autodist@mambasoft.it> 0.23.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user