From 867e3216a67af076107dc2eee37f384db1638544 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Disable emacs lisp file install in gettext --- gettext/mingw-gettext.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gettext/mingw-gettext.spec b/gettext/mingw-gettext.spec index 4ad4b95..243af5f 100644 --- a/gettext/mingw-gettext.spec +++ b/gettext/mingw-gettext.spec @@ -6,7 +6,7 @@ Name: mingw-gettext Version: 0.17 -Release: 3%{?dist} +Release: 4%{?dist} Summary: GNU libraries and utilities for producing multi-lingual messages License: GPLv2+ and LGPLv2+ @@ -35,7 +35,8 @@ MinGW Windows Gettext library --disable-java \ --disable-native-java \ --disable-csharp \ - --enable-threads=win32 + --enable-threads=win32 \ + --without-emacs make @@ -97,8 +98,6 @@ rm -rf $RPM_BUILD_ROOT %{_mingw_docdir}/gettext %{_mingw_docdir}/libasprintf/autosprintf_all.html -%{_mingw_datadir}/emacs/site-lisp/* - %{_mingw_datadir}/gettext/ %{_mingw_datadir}/aclocal/*m4 @@ -129,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Sep 11 2008 Daniel P. Berrange - 0.17-4 +- Disable emacs lisp file install + * Thu Sep 10 2008 Richard W.M. Jones - 0.17-3 - Remove static libraries. -- 1.8.3.1