rpms/opensc/devel .cvsignore, 1.9, 1.10 opensc.spec, 1.20, 1.21 sources, 1.9, 1.10

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sun Dec 3 10:28:30 UTC 2006


Author: scop

Update of /cvs/extras/rpms/opensc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31786

Modified Files:
	.cvsignore opensc.spec sources 
Log Message:
* Sun Dec  3 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.2-0.1.pre3
- 0.11.2-pre3.
- Build with new libassuan.
- Don't run autotools during build.
- Adjust to readline/termcap/ncurses changes.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/opensc/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	31 May 2006 19:42:32 -0000	1.9
+++ .cvsignore	3 Dec 2006 10:28:00 -0000	1.10
@@ -1 +1 @@
-opensc-0.11.1.tar.gz
+opensc-0.11.2-pre3.tar.gz


Index: opensc.spec
===================================================================
RCS file: /cvs/extras/rpms/opensc/devel/opensc.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- opensc.spec	14 Oct 2006 20:55:35 -0000	1.20
+++ opensc.spec	3 Dec 2006 10:28:00 -0000	1.21
@@ -1,14 +1,15 @@
 %define plugindir %{_libdir}/mozilla/plugins
 
 Name:           opensc
-Version:        0.11.1
-Release:        6%{?dist}
+Version:        0.11.2
+Release:        0.1.pre3%{?dist}
 Summary:        Smart card library and applications
 
 Group:          System Environment/Libraries
 License:        LGPL
 URL:            http://www.opensc-project.org/opensc/
-Source0:        http://www.opensc-project.org/files/opensc/%{name}-%{version}.tar.gz
+#Source0:        http://www.opensc-project.org/files/opensc/%{name}-%{version}.tar.gz
+Source0:        http://www.opensc-project.org/files/opensc/testing/%{name}-%{version}-pre3.tar.gz
 Patch0:         %{name}-0.11.1-develconfig.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -31,7 +32,7 @@
 Summary:        Digital signature plugin for web browsers
 Group:          Applications/Internet
 BuildRequires:  libXt-devel
-BuildRequires:  libassuan-devel
+BuildRequires:  libassuan-static
 Requires:       %{plugindir}
 Requires:       %{_bindir}/pinentry
 
@@ -51,9 +52,10 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-pre3
 %patch0 -p1
-sh bootstrap # avoid standard rpaths on lib64 archs
+sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure # lib64 rpaths
+sed -i -e 's|-ltermcap|-lncurses|' configure
 cp -p src/pkcs15init/README ./README.pkcs15init
 cp -p src/scconf/README.scconf .
 # No %{_libdir} here to avoid multilib conflicts; it's just an example
@@ -140,6 +142,12 @@
 
 
 %changelog
+* Sun Dec  3 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.2-0.1.pre3
+- 0.11.2-pre3.
+- Build with new libassuan.
+- Don't run autotools during build.
+- Adjust to readline/termcap/ncurses changes.
+
 * Sat Oct 14 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.1-6
 - Rebuild with new libassuan.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/opensc/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	31 May 2006 19:42:32 -0000	1.9
+++ sources	3 Dec 2006 10:28:00 -0000	1.10
@@ -1 +1 @@
-94ce00a6bda38fac10ab06f5d5d1a8c3  opensc-0.11.1.tar.gz
+46a5ea72b3cc447f970de0a103e479e4  opensc-0.11.2-pre3.tar.gz




More information about the fedora-extras-commits mailing list