rpms/JSDoc/devel JSDoc.spec,1.3,1.4

Matej Cepl mcepl at fedoraproject.org
Mon Sep 8 15:51:31 UTC 2008


Author: mcepl

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

Modified Files:
	JSDoc.spec 
Log Message:
fix bug 454075 -- add compatibility Requires


Index: JSDoc.spec
===================================================================
RCS file: /cvs/extras/rpms/JSDoc/devel/JSDoc.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JSDoc.spec	14 Jul 2008 15:39:44 -0000	1.3
+++ JSDoc.spec	8 Sep 2008 15:51:01 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           JSDoc
 Version:        1.10.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Produces javadoc-style documentation from JavaScript sourcefiles
 Group:          Development/Tools
 # No license attribution in code, only COPYING.
@@ -12,6 +12,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       perl(HTML::Template)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 A script that produces javadoc-style documentation from
@@ -55,6 +56,9 @@
 %{_datadir}/jsdoc
 
 %changelog
+* Mon Sep 08 2008 Matěj Cepl <mcepl at redhat.com> 1.10.2-6
+- add compatibility perl requirements (Close: bug 454075).
+
 * Mon Jul 14 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.10.2-5
 - fix license tag
 




More information about the fedora-extras-commits mailing list