since we removed brp-compress, we still need gz endings on extenions

This commit is contained in:
cturner 2004-10-12 16:42:58 +00:00
parent bf9a0247b3
commit f0ef89bcb8

View File

@ -369,6 +369,12 @@ find $RPM_BUILD_ROOT -type f -or -type l > MANIFEST.all
find $RPM_BUILD_ROOT -type d -printf "%%%%dir %p\n" >> MANIFEST.all
%{new_perl} -i -p -e "s|$RPM_BUILD_ROOT||g;" MANIFEST.all
# add .gz to all the entries in the man directories. necessary since
# brp-compress takes place after the manifest is built but the %files
# section must match what it ends up renaming files into
%{new_perl} -i -p -e 's((^/usr/share/man/.*))($1.gz)g' MANIFEST.all
cp MANIFEST.all /tmp
for i in %{SOURCE10}