Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=468466





--- Comment #4 from Fabian Affolter <[EMAIL PROTECTED]>  2008-11-10 04:30:31 
EDT ---
> iconv -f iso-8859-1 -t utf-8 AUTHORS > AUTHORS.utf8; sed -i 's|\r$||g' 
> AUTHORS.utf8; mv AUTHORS.utf8 AUTHORS

Please kepp the timestamp of the files

iconv --from=ISO-8859-1 --to=UTF-8 AUTHORS  > AUTHORS.utf8
sed -i 's|\r$||g' AUTHORS.utf8
touch -c -r AUTHORS AUTHORS.utf8
mv AUTHORS.utf8 AUTHORS

https://fedoraproject.org/wiki/Packaging/Guidelines#Timestamps

> %{_libdir}/pkgconfig/%{name}2.pc

Because of this, you need to put "Requires: pkgconfig" to the %package devel
section.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to