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.