rpms/gscan2pdf/F-10 gscan2pdf.spec,1.27,1.28

Bernard Johnson bjohnson at fedoraproject.org
Fri Feb 6 06:19:31 UTC 2009


Author: bjohnson

Update of /cvs/pkgs/rpms/gscan2pdf/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5730/F-10

Modified Files:
	gscan2pdf.spec 
Log Message:
- fix gscan2pdf script to look for scanadf-perl and scanimage-perl




Index: gscan2pdf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gscan2pdf/F-10/gscan2pdf.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- gscan2pdf.spec	6 Feb 2009 05:41:11 -0000	1.27
+++ gscan2pdf.spec	6 Feb 2009 06:19:01 -0000	1.28
@@ -1,6 +1,6 @@
 Name:           gscan2pdf
 Version:        0.9.27
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GUI for producing a multipage PDF from a scan
 
 Group:          Applications/Publishing
@@ -24,6 +24,10 @@
 %prep
 %setup -q
 
+# We're going to rename scanimage.pl and scanadf.pl until next release when
+# the name change happens upstream
+sed -i -e 's/scanimage\.pl/scanimage-perl/g' -e 's/scanadf\.pl/scanadf-perl/g' bin/gscan2pdf
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -77,6 +81,9 @@
 %{_mandir}/man1/*.1*
 
 %changelog
+* Thu Feb 05 2009 Bernard Johnson <bjohnson at symetrix.com> - 0.9.27-2
+- fix gscan2pdf script to look for scanadf-perl and scanimage-perl
+
 * Tue Jan 27 2009 Bernard Johnson <bjohnson at symetrix.com> - 0.9.27-1
 - v 0.9.27
 - gscan2pdf: update to 0.9.27 (bz #482882)




More information about the fedora-extras-commits mailing list