forked from pool/p11-kit
Accepting request 161779 from GNOME:Factory
Update to ver 0.17.5 (forwarded request 161675 from vuntz) OBS-URL: https://build.opensuse.org/request/show/161779 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/p11-kit?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
5a94c39cb4
commit
81d3998e35
17
p11-kit.spec
17
p11-kit.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package p11-kit
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: p11-kit
|
||||
Version: 0.14
|
||||
Version: 0.17.5
|
||||
Release: 0
|
||||
Summary: Library to work with PKCS#11 modules
|
||||
License: BSD-3-Clause
|
||||
@@ -25,7 +25,9 @@ Group: Development/Libraries/C and C++
|
||||
Url: http://p11-glue.freedesktop.org/p11-kit.html
|
||||
Source0: http://p11-glue.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: ca-certificates
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libtasn1) >= 2.14
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -65,7 +67,7 @@ such a way that they're discoverable.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure --with-system-anchors=/etc/ca-certificates
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@@ -86,6 +88,15 @@ rm -rf %{buildroot}
|
||||
|
||||
%postun -n libp11-kit0 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libdir}/pkcs11
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{_datadir}/%{name}/modules
|
||||
%{_libdir}/pkcs11/p11-kit-trust.so
|
||||
%{_datadir}/%{name}/modules/p11-kit-trust.module
|
||||
%{_datadir}/%{name}/p11-kit-extract-trust
|
||||
|
||||
%files -n libp11-kit0
|
||||
%defattr(-,root,root)
|
||||
# Package the example conf file as documentation. Like this we're sure that we will
|
||||
|
Reference in New Issue
Block a user