force removal of emacs/ so install does not fail when no emacs

This commit is contained in:
Jens Petersen 2008-01-24 08:21:35 +00:00
parent 49d7ad60bf
commit 52587b3f61
1 changed files with 2 additions and 1 deletions

View File

@ -126,7 +126,7 @@ rm -r ${RPM_BUILD_ROOT}%{_datadir}/doc/gettext
%endif
# remove unpackaged files from the buildroot
rm -r ${RPM_BUILD_ROOT}%{_datadir}/emacs
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/emacs
rm ${RPM_BUILD_ROOT}%{_libdir}/lib*.la
%find_lang %{name}-runtime
@ -241,6 +241,7 @@ fi
- pass -findirect-dispatch to gcj to make java binaries ABI independent
(jakub,#427796)
- move autopoint, gettextize, and %{_datadir}/%{name}/ to main package
- force removal of emacs/ so install does not fail when no emacs
* Fri Sep 21 2007 Jens Petersen <petersen@redhat.com> - 0.16.1-12
- add a libs subpackage (suggested by Dwayne Bailey, #294891)