]> git.pld-linux.org Git - packages/opensc.git/commitdiff
- nest support
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 12 Mar 2003 11:13:58 +0000 (11:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    opensc.spec -> 1.7

opensc.spec

index 44b603cbbfc725289b06fe1a84a6ad74995269bd..59254882adf1af4b6696abf6efbc61f179225eff 100644 (file)
@@ -9,6 +9,7 @@ Source0:        http://www.opensc.org/files/%{name}-%{version}.tar.gz
 Patch0:                %{name}-nolibs.patch
 Patch1:                %{name}-segv.patch
 Patch2:                %{name}-lt.patch
+Patch3:                %{name}-ssl0.9.7.patch
 URL:           http://www.opensc.org/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -81,6 +82,7 @@ Modu
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
@@ -99,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/lib
 mv -f $RPM_BUILD_ROOT%{_libdir}/security $RPM_BUILD_ROOT/lib
 
+# libscam.a is broken (contains libscrandom.a) and not needed (static module)
+rm -f $RPM_BUILD_ROOT%{_libdir}/libscam.{a,la}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.032738 seconds and 4 git commands to generate.