|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Sort-Versions
|
|
|
|
Name: perl-Sort-Versions
|
|
|
|
Version: 1.5
|
|
|
|
Version: 1.5
|
|
|
|
Release: 10%{?dist}
|
|
|
|
Release: 11%{?dist}
|
|
|
|
Summary: Perl module for sorting of revision-like numbers
|
|
|
|
Summary: Perl module for sorting of revision-like numbers
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -26,7 +26,9 @@ undoubtedly be found.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Sort-Versions-%{version}
|
|
|
|
%setup -q -n Sort-Versions-%{version}
|
|
|
|
for f in Changes Versions.pm; do
|
|
|
|
for f in Changes Versions.pm; do
|
|
|
|
iconv -f iso-8859-1 -t utf-8 <$f >${f}_ && mv ${f}_ $f
|
|
|
|
iconv -f iso-8859-1 -t utf-8 <$f >${f}_ &&
|
|
|
|
|
|
|
|
touch -r $f ${f}_ &&
|
|
|
|
|
|
|
|
mv ${f}_ $f
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -54,6 +56,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Mar 19 2009 Stepan Kasal <skasal@redhat.com> - 1.5-11
|
|
|
|
|
|
|
|
- fix timestamps of the recoded text files
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 16 2009 Stepan Kasal <skasal@redhat.com> - 1.5-10
|
|
|
|
* Mon Mar 16 2009 Stepan Kasal <skasal@redhat.com> - 1.5-10
|
|
|
|
- Recode as UTF-8, fix argument order find with -depth (both by Paul Howarth)
|
|
|
|
- Recode as UTF-8, fix argument order find with -depth (both by Paul Howarth)
|
|
|
|
- Other minor cleanups
|
|
|
|
- Other minor cleanups
|
|
|
|