rpms/inkscape/devel inkscape.spec,1.97,1.98

Štěpán Kasal kasal at fedoraproject.org
Fri Jan 15 21:57:10 UTC 2010


Author: kasal

Update of /cvs/extras/rpms/inkscape/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27324

Modified Files:
	inkscape.spec 
Log Message:
- require perl(:MODULE_COMPAT_5.10.x) because the package requires libperl.so
- the same for inkscape-view


Index: inkscape.spec
===================================================================
RCS file: /cvs/extras/rpms/inkscape/devel/inkscape.spec,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -p -r1.97 -r1.98
--- inkscape.spec	12 Jan 2010 22:16:00 -0000	1.97
+++ inkscape.spec	15 Jan 2010 21:57:10 -0000	1.98
@@ -1,6 +1,6 @@
 Name:           inkscape
 Version:        0.47
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Vector-based drawing program using SVG
 
 Group:          Applications/Productivity
@@ -82,6 +82,9 @@ Requires:       uniconvertor
 Requires:       python-lxml
 Requires:       numpy
 
+# the package requires libperl.so, so it also has to require this:
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
 Requires(post):   desktop-file-utils
 Requires(postun): desktop-file-utils
 
@@ -105,6 +108,8 @@ trace bitmaps and much more.
 %package view
 Summary:        Viewing program for SVG files
 Group:          Applications/Productivity
+# the package requires libperl.so, so it also has to require this:
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description view
 Viewer for files in W3C standard Scalable Vector Graphics (SVG) file
@@ -219,6 +224,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 15 2010 Stepan Kasal <skasal at redhat.com> - 0.47-5
+- require perl(:MODULE_COMPAT_5.10.x) because the package requires libperl.so
+- the same for inkscape-view
+
 * Fri Jan  8 2010 Owen Taylor <otaylor at redhat.com> - 0.47-4
 - Remove loudmouth BuildRequires; there is no current usage of loudmouth in the code
 



More information about the scm-commits mailing list