- fix timestamps of the recoded text files

f38
Štěpán Kasal 16 years ago
parent 14a343208b
commit bc5992537a

@ -1,6 +1,6 @@
Name: perl-Sort-Versions
Version: 1.5
Release: 10%{?dist}
Release: 11%{?dist}
Summary: Perl module for sorting of revision-like numbers
License: GPL+ or Artistic
Group: Development/Libraries
@ -26,7 +26,9 @@ undoubtedly be found.
%prep
%setup -q -n Sort-Versions-%{version}
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
%build
@ -54,6 +56,9 @@ make test
%{_mandir}/man3/*
%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
- Recode as UTF-8, fix argument order find with -depth (both by Paul Howarth)
- Other minor cleanups

Loading…
Cancel
Save