]> git.pld-linux.org Git - packages/aide.git/commitdiff
- spec adaptrerized,
authorkloczek <kloczek@pld-linux.org>
Wed, 27 Jun 2001 09:35:00 +0000 (09:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Group changed to Applications/System,
- added using %%find_lang macro,
- more %doc,
- come cleanups.

Changed files:
    aide.spec -> 1.2

aide.spec

index d759c5df698d91c7a52740c5b22cd4768d6c6ff6..1aa00051e736a84367d5e201dd4cefa6d7297297 100644 (file)
--- a/aide.spec
+++ b/aide.spec
@@ -2,12 +2,14 @@ Summary:      Advanced Intrusion Detection Environment
 Name:          aide
 Version:       20010624
 Release:       0.1
-URL:           http://www.cs.tut.fi/~rammer/aide.html
+License:       GPL
+Group:         Applications/System
+Group(de):     Applikationen/System
+Group(pl):     Aplikacje/System
+#Source0:      ftp://ftp.linux.hr/pub/aide/%{name}-%{version}.tar.gz
 Source0:       %{name}-%{version}.tar.gz
+URL:           http://www.cs.tut.fi/~rammer/aide.html
 #Source1:      %{name}.conf
-License:       GPL
-Group:         Console/Security
-Provides:      aide
 BuildRequires: libgcrypt-static
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -37,12 +39,16 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%files
+gzip -9nf AUTHORS ChangeLog NEWS README
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
 %defattr(644,root,root,755)
+%doc *.gz
+#%config(noreplace) %{_sysconfdir}/aide.conf
 %attr(755,root,root) %{_bindir}/aide
 %{_mandir}/man[15]/*
-#%config(noreplace) %{_sysconfdir}/aide.conf
-#%doc
-
-%clean
-#rm -rf $RPM_BUILD_ROOT
This page took 0.081826 seconds and 4 git commands to generate.