rpms/gscan2pdf/FC-6 gscan2pdf.spec,1.3,1.4

Bernard Johnson (bjohnson) fedora-extras-commits at redhat.com
Sun Mar 25 19:02:54 UTC 2007


Author: bjohnson

Update of /cvs/extras/rpms/gscan2pdf/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11618/FC-6

Modified Files:
	gscan2pdf.spec 
Log Message:
- use perl(...) style requires (bz #233768)
- make %%{_datadir}/%%{name} and owned directory (bz #233839)



Index: gscan2pdf.spec
===================================================================
RCS file: /cvs/extras/rpms/gscan2pdf/FC-6/gscan2pdf.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gscan2pdf.spec	21 Mar 2007 19:42:34 -0000	1.3
+++ gscan2pdf.spec	25 Mar 2007 19:02:21 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           gscan2pdf
 Version:        0.9.5
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A GUI for producing a multipage PDF from a scan
 
 Group:          Applications/Publishing
@@ -14,8 +14,7 @@
 BuildRequires:  gettext, desktop-file-utils
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       ImageMagick, djvulibre, sane-backends, sane-frontends, xdg-utils
-# Required for help system to be functional
-Requires:       perl-Gtk2-Ex-PodViewer, unpaper, gocr
+Requires:       perl(Gtk2::Ex::PodViewer), unpaper, gocr
 
 %description
 A GUI to ease the process of producing a multipage PDF from a scan.
@@ -69,11 +68,15 @@
 %defattr(-,root,root,-)
 %doc LICENCE
 %{_bindir}/*
-%{_datadir}/%{name}/*
+%{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_mandir}/man1/*.1*
 
 %changelog
+* Sun Mar 25 2007 Bernard Johnson <bjohnson at symetrix.com> - 0.9.5-7
+- use perl(...) style requires (bz #233768)
+- make %%{_datadir}/%%{name} and owned directory (bz #233839)
+
 * Wed Mar 21 2007 Bernard Johnson <bjohnson at symetrix.com> - 0.9.5-6
 - now require unpaper and gocr since they are in the extras repo
 




More information about the fedora-extras-commits mailing list