rpms/gscan2pdf/F-7 gscan2pdf.spec,1.11,1.12

Bernard Johnson (bjohnson) fedora-extras-commits at redhat.com
Thu Jun 21 18:18:05 UTC 2007


Author: bjohnson

Update of /cvs/pkgs/rpms/gscan2pdf/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15532/F-7

Modified Files:
	gscan2pdf.spec 
Log Message:
fix dependency bug
add History to %%doc



Index: gscan2pdf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gscan2pdf/F-7/gscan2pdf.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gscan2pdf.spec	20 Jun 2007 05:57:25 -0000	1.11
+++ gscan2pdf.spec	21 Jun 2007 18:17:29 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           gscan2pdf
 Version:        0.9.12
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A GUI for producing a multipage PDF from a scan
 
 Group:          Applications/Publishing
@@ -12,8 +12,9 @@
 
 BuildRequires:  perl(ExtUtils::MakeMaker), gettext, desktop-file-utils
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires:       ImageMagick, djvulibre, sane-backends, sane-frontends, xdg-utils
-Requires:       perl(Gtk2::Ex::PodViewer), perl(PDF::API2), unpaper, gocr
+Requires:       ImageMagick-perl, djvulibre, sane-backends, sane-frontends
+Requires:       xdg-utils, unpaper, gocr
+Requires:       perl(Gtk2::Ex::PodViewer), perl(PDF::API2)
 
 %description
 A GUI to ease the process of producing a multipage PDF from a scan.
@@ -63,13 +64,17 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc LICENCE
+%doc LICENCE History
 %{_bindir}/*
 %{_datadir}/%{name}
 %{_datadir}/applications/*-%{name}.desktop
 %{_mandir}/man1/*.1*
 
 %changelog
+* Thu Jun 21 2007 Bernard Johnson <bjohnson at symetrix.com> - 0.9.12-2
+- fix requires from ImageMagick to ImageMagick-perl
+- add History to %%doc list
+
 * Tue Jun 19 2007 Bernard Johnson <bjohnson at symetrix.com> - 0.9.12-1
 - v 0.9.12
 




More information about the fedora-extras-commits mailing list