From 468ac7e1323462cc834165addc025409634089d5c4145face16950c823aa3d83 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 10 Apr 2008 13:18:04 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=5 --- baselibs.conf | 2 ++ opensc.changes | 6 ++++++ opensc.spec | 10 ++++++++-- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..4c0b2ee --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,2 @@ +opensc +libopensc2 diff --git a/opensc.changes b/opensc.changes index ad38a44..bb34d3d 100644 --- a/opensc.changes +++ b/opensc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de + +- added baselibs.conf file to build xxbit packages + for multilib support + ------------------------------------------------------------------- Thu Feb 7 17:12:02 CET 2008 - sbrabec@suse.cz diff --git a/opensc.spec b/opensc.spec index 630be4b..3d2d0ab 100644 --- a/opensc.spec +++ b/opensc.spec @@ -10,6 +10,7 @@ # norootforbuild + Name: opensc BuildRequires: openssl-devel pcsc-lite-devel pkg-config readline-devel xorg-x11-devel %if %suse_version > 1020 @@ -22,8 +23,8 @@ BuildRequires: openct-devel %endif Url: http://www.opensc-project.org/opensc/ Version: 0.11.4 -Release: 1 -Group: Hardware/Other +Release: 18 +Group: Productivity/Security Summary: OpenSC Smart Card Library License: LGPL v2.1 or later Requires: libopensc2 = %{version} pcsc-lite @@ -53,6 +54,7 @@ Authors: Olaf Kirch %package -n libopensc2 +License: LGPL v2.1 or later Group: System/Libraries Summary: OpenSC Smart Card Library Requires: %{name} >= %{version} @@ -76,6 +78,7 @@ Authors: Olaf Kirch %package devel +License: GPL v2 or later Group: Development/Libraries/C and C++ Summary: Additional files needed for OpenSC development Requires: %{name} = %{version} glibc-devel openct-devel libopenssl-devel pcsc-lite-devel @@ -144,6 +147,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Thu Apr 10 2008 ro@suse.de +- added baselibs.conf file to build xxbit packages + for multilib support * Thu Feb 07 2008 sbrabec@suse.cz - Updated to version 0.11.4: * Browser plugin support