SPECS: audit.spec - package python module - added missing version ...

qboosh qboosh at pld-linux.org
Mon Dec 19 00:22:20 CET 2005


Author: qboosh                       Date: Sun Dec 18 23:22:20 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- package python module
- added missing version information to previous commit message

---- Files affected:
SPECS:
   audit.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/audit.spec
diff -u SPECS/audit.spec:1.13 SPECS/audit.spec:1.14
--- SPECS/audit.spec:1.13	Wed Dec 14 02:24:32 2005
+++ SPECS/audit.spec	Mon Dec 19 00:22:15 2005
@@ -22,6 +22,7 @@
 %{?with_pie:BuildRequires:	gcc >= 5:3.4}
 BuildRequires:	libtool
 BuildRequires:	linux-libc-headers >= 2.6.11
+BuildRequires:	rpm-pythonprov
 Requires(post,preun):	/sbin/chkconfig
 Requires:	%{name}-libs = %{version}-%{release}
 Requires:	rc-scripts
@@ -84,6 +85,19 @@
 Ten pakiet zawiera statyczną bibliotekę do tworzenia aplikacji
 używających środowiska audytu.
 
+%package -n python-audit
+Summary:	Python interface to libaudit library
+Summary(pl):	Pythonowy interfejs do biblioteki libaudit
+License:	LGPL
+Group:		Libraries/Python
+Requires:	%{name}-libs = %{version}-%{release}
+
+%description -n python-audit
+Python interface to libaudit library.
+
+%description -n python-audit -l pl
+Pythonowy interfejs do biblioteki libaudit.
+
 %prep
 %setup -q
 
@@ -120,6 +134,8 @@
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/auditd
 install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/auditd
 
+rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -145,6 +161,7 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README THANKS TODO sample.rules
+%attr(750,root,root) %{_sbindir}/audispd
 %attr(750,root,root) %{_sbindir}/auditctl
 %attr(750,root,root) %{_sbindir}/auditd
 %attr(750,root,root) %{_sbindir}/aureport
@@ -172,14 +189,24 @@
 %defattr(644,root,root,755)
 %{_libdir}/libaudit.a
 
+%files -n python-audit
+%defattr(644,root,root,755)
+%attr(755,root,root) %{py_sitedir}/_audit.so
+%{py_sitescriptdir}/audit.py
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2005/12/18 23:22:15  qboosh
+- package python module
+- added missing version information to previous commit message
+
 Revision 1.13  2005/12/14 01:24:32  wolvverine
 - new version
+[1.1.2]
 
 Revision 1.12  2005/12/12 13:44:45  glen
 - adapterized (sorted %verify attrs)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/audit.spec?r1=1.13&r2=1.14&f=u




More information about the pld-cvs-commit mailing list