Hello community, here is the log from the commit of package openct for openSUSE:Factory checked in at 2012-06-13 17:07:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openct (Old) and /work/SRC/openSUSE:Factory/.openct.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openct", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/openct/openct.changes 2011-11-21 15:48:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.openct.new/openct.changes 2012-06-13 17:07:38.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Jun 12 20:32:38 UTC 2012 - [email protected] + +- ensure that /etc exists before running make install + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openct.spec ++++++ --- /var/tmp/diff_new_pack.cwn6Yc/_old 2012-06-13 17:07:41.000000000 +0200 +++ /var/tmp/diff_new_pack.cwn6Yc/_new 2012-06-13 17:07:41.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package openct # -# 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 @@ -15,18 +15,24 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: openct Version: 0.6.20 -Release: 1 -BuildRequires: db-devel doxygen krb5-devel libtool libusb-devel openldap2-devel pcsc-lite-devel pkg-config udev +Release: 0 +BuildRequires: db-devel +BuildRequires: doxygen +BuildRequires: krb5-devel +BuildRequires: libtool +BuildRequires: libusb-devel +BuildRequires: openldap2-devel +BuildRequires: pcsc-lite-devel +BuildRequires: pkg-config +BuildRequires: udev PreReq: %insserv_prereq %fillup_prereq -Group: Productivity/Security -License: BSD-3-Clause ; LGPL-2.1+ Url: http://www.opensc-project.org/openct/ Summary: Tools for Smart Card Readers +License: BSD-3-Clause ; LGPL-2.1+ +Group: Productivity/Security Source: %{name}-%{version}.tar.bz2 Source2: README.SUSE Source3: baselibs.conf @@ -66,9 +72,8 @@ Andreas Jellinghaus <[email protected]> %package -n libopenct1 -License: BSD-3-Clause ; LGPL-2.1+ -Group: System/Libraries Summary: Library for Smart Card Readers +Group: System/Libraries %description -n libopenct1 OpenCT is a set of library and tools to talk to smart card readers. @@ -87,9 +92,8 @@ Andreas Jellinghaus <[email protected]> %package -n pcsc-openct -License: BSD-3-Clause ; LGPL-2.1+ -Group: Productivity/Security Summary: PC/SC IFD Handler for OpenCT Smart Card Drivers +Group: Productivity/Security %description -n pcsc-openct PC/SC Connector for OpenCT. It allows to use any of OpenCT Smart Card @@ -111,10 +115,10 @@ Andreas Jellinghaus <[email protected]> %package devel -License: BSD-3-Clause ; LGPL-2.1+ -Group: Development/Libraries/C and C++ Summary: Library for Smart Card Readers -Requires: libopenct1 = %{version} glibc-devel +Group: Development/Libraries/C and C++ +Requires: glibc-devel +Requires: libopenct1 = %{version} %description devel OpenCT is a set of library and tools to talk to smart card readers. @@ -161,6 +165,7 @@ make %{?jobs:-j%jobs} %install +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir} %makeinstall # # Create directory -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
