This commit is contained in:
parent
4253f34896
commit
468ac7e132
2
baselibs.conf
Normal file
2
baselibs.conf
Normal file
@ -0,0 +1,2 @@
|
||||
opensc
|
||||
libopensc2
|
@ -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
|
||||
|
||||
|
10
opensc.spec
10
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 <okir@suse.de>
|
||||
|
||||
%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 <okir@suse.de>
|
||||
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user