forked from pool/opensc
Accepting request 124759 from home:mgorse:branches:security:chipcard
- make needed directories before running make install OBS-URL: https://build.opensuse.org/request/show/124759 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=29
This commit is contained in:
parent
470736347d
commit
e44c3c5aa5
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 12 21:00:03 UTC 2012 - mgorse@suse.com
|
||||||
|
|
||||||
|
- make needed directories before running make install
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 29 18:26:23 UTC 2011 - lmedinas@opensuse.org
|
Thu Sep 29 18:26:23 UTC 2011 - lmedinas@opensuse.org
|
||||||
- Updated to version 0.12.2:
|
- Updated to version 0.12.2:
|
||||||
|
16
opensc.spec
16
opensc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package opensc (Version 0.12.2)
|
# spec file for package opensc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,20 +16,20 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: opensc
|
Name: opensc
|
||||||
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: libxslt
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pcsc-lite-devel
|
BuildRequires: pcsc-lite-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: docbook-xsl-stylesheets libxslt
|
|
||||||
Url: http://www.opensc-project.org/opensc/
|
Url: http://www.opensc-project.org/opensc/
|
||||||
Version: 0.12.2
|
Version: 0.12.2
|
||||||
Release: 1
|
Release: 0
|
||||||
Group: Productivity/Security
|
|
||||||
Summary: Smart Card Utilities
|
Summary: Smart Card Utilities
|
||||||
License: LGPLv2.1+
|
License: LGPL-2.1+
|
||||||
|
Group: Productivity/Security
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}-ADVISORIES
|
Source1: %{name}-ADVISORIES
|
||||||
Source2: %{name}-rpmlintrc
|
Source2: %{name}-rpmlintrc
|
||||||
@ -77,6 +77,8 @@ autoreconf -f -i
|
|||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/pkcs11
|
||||||
%makeinstall
|
%makeinstall
|
||||||
cp COPYING ADVISORIES ChangeLog README $RPM_BUILD_ROOT%{_docdir}/%{name}
|
cp COPYING ADVISORIES ChangeLog README $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
# Private library.
|
# Private library.
|
||||||
|
Loading…
Reference in New Issue
Block a user