Browse Source

avoid hard-coded versions where easily possible

master
parent
commit
c1be0cbd73
  1. 4
      perl-xml/perl-xml.spec

4
perl-xml/perl-xml.spec

@ -93,7 +93,7 @@ Class: BASE
Group: Language
License: GPL/Artistic
Version: %{V_perl}
Release: 20060714
Release: 20060715
# package options
%option with_libxml no
@ -565,7 +565,7 @@ AutoReqProv: no
%setup -q -T -D -a 56
%patch -p0
rm -f HTML-Prototype*/Build.PL
chmod u+w HTML-Prototype-Useful-0.05/Makefile.PL*
chmod u+w HTML-Prototype-Useful-*/Makefile.PL*
%build

Loading…
Cancel
Save