]> git.pld-linux.org Git - packages/aide.git/blobdiff - aide.spec
- change %ghost to %dir for %%{_pkglibdir}.
[packages/aide.git] / aide.spec
index d9bf83bc077f6127f0c8f2cbe194d29d96190d2b..c41fa3788ecbdf4bff6e66ed12f8a72252c998a7 100644 (file)
--- a/aide.spec
+++ b/aide.spec
@@ -8,17 +8,26 @@ Group(de):    Applikationen/System
 Group(pl):     Aplikacje/System
 Source0:       ftp://ftp.linux.hr/pub/aide/%{name}-%{version}.tar.gz
 Source1:       %{name}.conf
+Source2:       %{name}-extra-%{version}.tar.bz2
 Patch0:                %{name}-cvs20010627.patch.gz
+Patch1:                %{name}-NLS.patch
 URL:           http://www.cs.tut.fi/~rammer/aide.html
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: flex
+BuildRequires: gettext-devel
+BuildRequires: glibc-static
 BuildRequires: libgcrypt-static
+Requires:      crond
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc/%{name}
 %define                _pkglibdir      /var/lib/%{name}
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q -b 0 -b 2
 %patch0 -p1
+%patch1 -p1
 
 %description
 AIDE creates a database from the regular expression rules that it
@@ -30,6 +39,11 @@ relative ease. All of the usual file attributes can also be checked
 for inconsistencies.
 
 %build
+rm -f missing
+gettextize --copy --force
+aclocal
+autoconf
+automake -a -c
 %configure \
        --with-config-file=%{_sysconfdir}/aide.conf \
        --without-zlib
@@ -37,23 +51,27 @@ for inconsistencies.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+%{__install} -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_pkglibdir},/etc/cron.daily}
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
-%{__install} -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_pkglibdir}}
+
 %{__install} %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
+%{__install} extra/aide.check $RPM_BUILD_ROOT/etc/cron.daily
 
 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 *.gz doc/aide.conf.gz doc/manual.html extra/aide.html
 %attr(640,root,root) %config(noreplace) %{_sysconfdir}/aide.conf
-%attr(750,root,root) %ghost %{_pkglibdir}
+%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]/*
This page took 0.067498 seconds and 4 git commands to generate.