rpms/pilot-link/devel pilot-link.spec,1.91,1.92

Jan Görig jgorig at fedoraproject.org
Tue Jan 5 13:22:16 UTC 2010


Author: jgorig

Update of /cvs/pkgs/rpms/pilot-link/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19765

Modified Files:
	pilot-link.spec 
Log Message:
fix build (#551970)



Index: pilot-link.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pilot-link/devel/pilot-link.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -p -r1.91 -r1.92
--- pilot-link.spec	18 Dec 2009 12:03:38 -0000	1.91
+++ pilot-link.spec	5 Jan 2010 13:22:16 -0000	1.92
@@ -2,7 +2,7 @@
 
 Name: pilot-link
 Version: 0.12.4
-Release: 6%{?dist}
+Release: 7%{?dist}
 Epoch: 2
 # libpisock/md5.c, include/pi-md5, ..  have Public Domain license
 License: GPLv2 and GPLv2+ and LGPLv2+ and TCL and Public Domain
@@ -85,7 +85,7 @@ iconv -f windows-1252 -t UTF8 NEWS > NEW
 mv NEWS.aux NEWS
 
 %build
-autoreconf -is
+autoreconf -isf
 CFLAGS="%{optflags}" %configure \
   --with-python=no \
   --with-itcl=no \
@@ -121,7 +121,7 @@ cd ../..
 find %{buildroot}%{_libdir}/perl5/ -type f -name '.packlist' -exec rm -f {} \;
 find %{buildroot}%{_libdir}/perl5/ -type f -name '*.bs' -size 0 -exec rm -f {} \;
 find %{buildroot}%{_libdir}/perl5/ -type f -name '*.so' -exec chmod 0755 {} \;
-rm -f %{buildroot}%{_libdir}/perl5/*/*/perllocal.pod
+rm -f %{buildroot}%{_libdir}/perl5/perllocal.pod
 rm -f %{buildroot}%{_libdir}/perl5/*/*/*/PDA/dump.pl
 
 # remove files we don't want to include
@@ -186,6 +186,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jan 5 2010 Jan Gorig <jgorig at redhat.com> 2:0.12.4-7
+- fix build (#551970)
+
 * Fri Dec 18 2009 Ivana Hutarova Varekova <varekova at redhat.com> 2:0.12.4-6
 - fix source tag, add Public Domain license
 




More information about the fedora-extras-commits mailing list