rpms/pilot-link/F-12 pilot-link.spec,1.89,1.90

Dennis Gilmore ausil at fedoraproject.org
Tue Mar 30 13:35:41 UTC 2010


Author: ausil

Update of /cvs/pkgs/rpms/pilot-link/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6820

Modified Files:
	pilot-link.spec 
Log Message:
 add -f to autoreconf without it build fails due to libtool version mismatches



Index: pilot-link.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pilot-link/F-12/pilot-link.spec,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -p -r1.89 -r1.90
--- pilot-link.spec	16 Nov 2009 00:07:04 -0000	1.89
+++ pilot-link.spec	30 Mar 2010 13:35:40 -0000	1.90
@@ -2,7 +2,7 @@
 
 Name: pilot-link
 Version: 0.12.4
-Release: 4%{?dist}
+Release: 4%{?dist}.1
 Epoch: 2
 License: GPLv2 and GPLv2+ and LGPLv2+ and TCL
 Group: Applications/Communications
@@ -84,7 +84,7 @@ iconv -f windows-1252 -t UTF8 NEWS > NEW
 mv NEWS.aux NEWS
 
 %build
-autoreconf -is
+autoreconf -fis
 CFLAGS="%{optflags}" %configure \
   --with-python=no \
   --with-itcl=no \
@@ -185,6 +185,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Mar 30 2010 Dennis Gilmore <dennis at ausil.us> - 2:0.12.4-4.1
+- add -f to autoreconf to fix weirdness due to newer libtool
+
 * Sun Nov 15 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 2:0.12.4-4
 - Better udev rules, thanks to Kevin Kofler
 



More information about the scm-commits mailing list