]> git.pld-linux.org Git - packages/aide.git/commitdiff
- reverting last changes
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Wed, 13 Feb 2002 09:29:47 +0000 (09:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aide.spec -> 1.27

aide.spec

index 36d533f77dbf3825813249082def6628aa96d6aa..5380f50b9533c9f9364eaba32b4817dace2a7e85 100644 (file)
--- a/aide.spec
+++ b/aide.spec
@@ -1,8 +1,8 @@
 Summary:       Advanced Intrusion Detection Environment
 Summary(pl):   Zaawansowany System Wykrywania W³amañ (AIDE)
 Name:          aide
-Version:       0.8
-Release:       0.1
+Version:       0.7
+Release:       7
 License:       GPL
 Group:         Applications/System
 Group(de):     Applikationen/System
@@ -11,8 +11,11 @@ Group(pl):   Aplikacje/System
 Group(pt_BR):  Aplicações/Sistema
 Source0:       ftp://ftp.cs.tut.fi/pub/src/gnu/%{name}-%{version}.tar.gz
 Source1:       %{name}.conf
+Source2:       %{name}-%{version}-doc.tar.bz2
 Source3:       %{name}-check
 Source4:       %{name}.sysconfig
+Patch0:                %{name}-cvs20010627.patch.gz
+Patch1:                %{name}-NLS.patch
 Patch2:                %{name}-autoconf.patch
 URL:           http://www.cs.tut.fi/~rammer/aide.html
 BuildRequires: autoconf
@@ -49,7 +52,9 @@ sp
 stosunkowo ³atwo. Zwyk³e atrybuty plików tak¿e mog± byæ sprawdzane.
 
 %prep
-%setup -q -b 0
+%setup -q -b 0 -b 2
+%patch0 -p1
+%patch1 -p1
 %patch2 -p1
 
 %build
@@ -59,8 +64,7 @@ aclocal
 autoconf
 automake -a -c
 %configure \
-       --with-config-file=%{_sysconfdir}/aide.conf \
-       --with-locale
+       --with-config-file=%{_sysconfdir}/aide.conf
 %{__make}
 
 %install
@@ -76,19 +80,18 @@ install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/aide
 
 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 doc/manual.html
+%doc *.gz doc/aide.conf.gz doc/manual.html doc/aide.html
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/aide.conf
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/aide
 %attr(750,root,root) %dir %{_pkglibdir}
 %attr(755,root,root) %{_bindir}/aide
 %attr(700,root,root) %config(noreplace) /etc/cron.daily/aide-check
 %{_mandir}/man[15]/*
-#%lang(ru) %{_mandir}/ru/man[15]/*
+%lang(ru) %{_mandir}/ru/man[15]/*
This page took 0.054956 seconds and 4 git commands to generate.