]> git.pld-linux.org Git - packages/aide.git/commitdiff
- added --with-locale to %configure
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Wed, 27 Jun 2001 11:20:38 +0000 (11:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added using %find_lang macro

Changed files:
    aide.spec -> 1.4

aide.spec

index d9bf83bc077f6127f0c8f2cbe194d29d96190d2b..9259375013fb749163ccddb350cd9efa6a4cbfb7 100644 (file)
--- 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
This page took 0.044637 seconds and 4 git commands to generate.