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
|
Thu Feb 7 17:12:02 CET 2008 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
10
opensc.spec
10
opensc.spec
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: opensc
|
Name: opensc
|
||||||
BuildRequires: openssl-devel pcsc-lite-devel pkg-config readline-devel xorg-x11-devel
|
BuildRequires: openssl-devel pcsc-lite-devel pkg-config readline-devel xorg-x11-devel
|
||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
@ -22,8 +23,8 @@ BuildRequires: openct-devel
|
|||||||
%endif
|
%endif
|
||||||
Url: http://www.opensc-project.org/opensc/
|
Url: http://www.opensc-project.org/opensc/
|
||||||
Version: 0.11.4
|
Version: 0.11.4
|
||||||
Release: 1
|
Release: 18
|
||||||
Group: Hardware/Other
|
Group: Productivity/Security
|
||||||
Summary: OpenSC Smart Card Library
|
Summary: OpenSC Smart Card Library
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Requires: libopensc2 = %{version} pcsc-lite
|
Requires: libopensc2 = %{version} pcsc-lite
|
||||||
@ -53,6 +54,7 @@ Authors:
|
|||||||
Olaf Kirch <okir@suse.de>
|
Olaf Kirch <okir@suse.de>
|
||||||
|
|
||||||
%package -n libopensc2
|
%package -n libopensc2
|
||||||
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: OpenSC Smart Card Library
|
Summary: OpenSC Smart Card Library
|
||||||
Requires: %{name} >= %{version}
|
Requires: %{name} >= %{version}
|
||||||
@ -76,6 +78,7 @@ Authors:
|
|||||||
Olaf Kirch <okir@suse.de>
|
Olaf Kirch <okir@suse.de>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: GPL v2 or later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Summary: Additional files needed for OpenSC development
|
Summary: Additional files needed for OpenSC development
|
||||||
Requires: %{name} = %{version} glibc-devel openct-devel libopenssl-devel pcsc-lite-devel
|
Requires: %{name} = %{version} glibc-devel openct-devel libopenssl-devel pcsc-lite-devel
|
||||||
@ -144,6 +147,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 07 2008 sbrabec@suse.cz
|
||||||
- Updated to version 0.11.4:
|
- Updated to version 0.11.4:
|
||||||
* Browser plugin support
|
* Browser plugin support
|
||||||
|
Loading…
Reference in New Issue
Block a user