diff --git a/a2ps.spec b/a2ps.spec index 3f8a47d..5a32883 100644 --- a/a2ps.spec +++ b/a2ps.spec @@ -149,13 +149,7 @@ popd chmod 644 {po/ja.po,encoding/euc-jp.edf,README.eucJP}.euc chmod 644 encoding/euc-kr.edf.euckr touch `find $PWD` -EMACS=emacs ./configure \ - --prefix=%{_prefix} \ - --libdir=%{_libdir} \ - --sysconfdir=%{_sysconfdir} \ - --infodir=%{_infodir} \ - --mandir=%{_mandir} \ - --datadir=%{_datadir} \ +EMACS=emacs %configure \ --with-medium=_glibc \ --enable-kanji @@ -252,6 +246,7 @@ exit 0 %changelog * Wed Feb 28 2007 Tim Waugh +- Use %%configure (bug #225235). - Preserve timestamps (bug #225235). - Use smp_mflags (bug #225235). - Requires install-info for post and preun scriptlets (bug #225235).