diff --git a/publican.spec b/publican.spec index 922027e..bbfe815 100644 --- a/publican.spec +++ b/publican.spec @@ -3,7 +3,7 @@ Name: publican Summary: Common files and scripts for publishing Documentation Version: 0.33 -Release: 0%{?dist} +Release: 1%{?dist} License: GPLv2+ and GFDL # The following directories are licensed under the GFDL: # content @@ -14,12 +14,12 @@ Buildarch: noarch Source: http://svn.fedorahosted.org/svn/publican/trunk/Files/%{name}-%{version}.tgz # need kdesdk for po2xml & xml2pot Requires: gettext libxslt kdesdk perl(XML::TreeBuilder) docbook-style-xsl dejavu-lgc-fonts elinks +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: gettext libxslt kdesdk perl(XML::TreeBuilder) docbook-style-xsl BuildRequires: desktop-file-utils URL: https://fedorahosted.org/publican Obsoletes: documentation-devel < 0.26-3 Obsoletes: perl-SGML-Translate <= 0.37-3 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Common files and scripts for publishing documentation. @@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %doc fdl.txt %changelog +* Wed May 21 2008 Jeff Fearn 0.33-1 +- added perl requires + * Mon Apr 7 2008 Jeff Fearn 0.33-0 - Remove release from package name in html desktop spec file - Removed --nonet from xsltproc call BZ #436342