From ac52f4e503f46e01441b8c762b760b80fbc90e4b Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Feb 28 2007 13:24:44 +0000 Subject: - Fixed permissions on C source files (bug #225235). - Resolves: rhbz#225235 --- diff --git a/a2ps.spec b/a2ps.spec index 5a32883..1199f9e 100644 --- a/a2ps.spec +++ b/a2ps.spec @@ -145,6 +145,8 @@ popd %patch33 -p1 -b .build +chmod -x lib/basename.c lib/xmalloc.c + %build chmod 644 {po/ja.po,encoding/euc-jp.edf,README.eucJP}.euc chmod 644 encoding/euc-kr.edf.euckr @@ -246,6 +248,7 @@ exit 0 %changelog * Wed Feb 28 2007 Tim Waugh +- Fixed permissions on C source files (bug #225235). - Use %%configure (bug #225235). - Preserve timestamps (bug #225235). - Use smp_mflags (bug #225235).