Štěpán Kasal wrote:
Author: kasal
Update of /cvs/extras/rpms/perl-Sort-Versions/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2176
Modified Files:
perl-Sort-Versions.spec
Log Message:
- fix timestamps of the recoded text files
Index: perl-Sort-Versions.spec
%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
%changelog
+* Thu Mar 19 2009 Stepan Kasal <skasal@xxxxxxxxxx> - 1.5-11
+- fix timestamps of the recoded text files
Why this change? Adjusting timestamps on perl modules is painting bikesheds.
Ralf
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list