Author: zbyniu                       Date: Wed Jul 20 01:22:38 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   grtool.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/grtool.spec
diff -u /dev/null SPECS/grtool.spec:1.1
--- /dev/null   Wed Jul 20 03:22:38 2005
+++ SPECS/grtool.spec   Wed Jul 20 03:22:33 2005
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+#
+Summary:       Utility for grsecurity RBAC policy files
+Summary(pl):   Narzędzie do plików polityki dla grsecurity RBAC
+Name:          grtool
+Version:       0.2
+Release:       1
+License:       GPL v2
+Group:         Applications
+Source0:       http://linuxcc.de/grtool/%{name}-%{version}.tar.gz
+# Source0-md5: 13da38240eeec84e99269bc2a71862d5
+URL:           http://linuxcc.de/grtool/
+Requires:      bash
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+grtool is a small utility useful for people who are dealing with
+learning logs and policy files created by and maintained for the
+grsecurity RBAC system.
+
+%description -l pl
+grtool jest małym narzędziem użytecznym dla ludzi zajmujących się
+logami z uczenia się oraz plikami polityki stworzonymi i utrzymywanymi
+dla systemu grsecurity RBAC.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
+install grtool $RPM_BUILD_ROOT%{_sbindir}
+install grtool.8* $RPM_BUILD_ROOT%{_mandir}/man8
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG README TODO
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man8/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/07/20 01:22:33  zbyniu
+- new
+
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to