From: Grzegorz Sterniczuk Date: Wed, 27 Jun 2001 11:20:38 +0000 (+0000) Subject: - added --with-locale to %configure X-Git-Tag: aide-0_7-1~5 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=949c280b15c4dc16c9debd5944b7dd8870098f65;hp=c873d5b107e8e93877ff2906a7c3b22e656c18f4;p=packages%2Faide.git - added --with-locale to %configure - added using %find_lang macro Changed files: aide.spec -> 1.4 --- diff --git a/aide.spec b/aide.spec index d9bf83b..9259375 100644 --- a/aide.spec +++ b/aide.spec @@ -32,6 +32,7 @@ for inconsistencies. %build %configure \ --with-config-file=%{_sysconfdir}/aide.conf \ + --with-locale \ --without-zlib %{__make} @@ -44,13 +45,12 @@ rm -rf $RPM_BUILD_ROOT gzip -9nf AUTHORS ChangeLog NEWS README doc/aide.conf -#%find_lang %{name} +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT -#%files -f %{name}.lang -%files +%files -f %{name}.lang %defattr(644,root,root,755) %doc *.gz doc/aide.conf.gz %attr(640,root,root) %config(noreplace) %{_sysconfdir}/aide.conf