From e44c3c5aa5627e4b2b7f18f91eceaf1a6572437a621c3e0722b0492c03c4c920 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Wed, 13 Jun 2012 05:08:04 +0000 Subject: [PATCH] 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 --- opensc.changes | 5 +++++ opensc.spec | 16 +++++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/opensc.changes b/opensc.changes index 8897a1c..8e09af1 100644 --- a/opensc.changes +++ b/opensc.changes @@ -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 - Updated to version 0.12.2: diff --git a/opensc.spec b/opensc.spec index 40e60b8..7e7e5e4 100644 --- a/opensc.spec +++ b/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 # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,20 @@ # - Name: opensc +BuildRequires: docbook-xsl-stylesheets BuildRequires: libtool +BuildRequires: libxslt BuildRequires: openssl-devel BuildRequires: pcsc-lite-devel BuildRequires: pkg-config BuildRequires: readline-devel -BuildRequires: docbook-xsl-stylesheets libxslt Url: http://www.opensc-project.org/opensc/ Version: 0.12.2 -Release: 1 -Group: Productivity/Security +Release: 0 Summary: Smart Card Utilities -License: LGPLv2.1+ +License: LGPL-2.1+ +Group: Productivity/Security Source: %{name}-%{version}.tar.bz2 Source1: %{name}-ADVISORIES Source2: %{name}-rpmlintrc @@ -77,6 +77,8 @@ autoreconf -f -i make %{?jobs:-j%jobs} %install +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir} +mkdir -p $RPM_BUILD_ROOT%{_libdir}/pkcs11 %makeinstall cp COPYING ADVISORIES ChangeLog README $RPM_BUILD_ROOT%{_docdir}/%{name} # Private library.