SPECS: seedit.spec - pl, cleanup

qboosh qboosh at pld-linux.org
Sun Jul 8 21:34:15 CEST 2007


Author: qboosh                       Date: Sun Jul  8 19:34:15 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, cleanup

---- Files affected:
SPECS:
   seedit.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/seedit.spec
diff -u SPECS/seedit.spec:1.7 SPECS/seedit.spec:1.8
--- SPECS/seedit.spec:1.7	Tue Jul  3 21:49:58 2007
+++ SPECS/seedit.spec	Sun Jul  8 21:34:10 2007
@@ -1,11 +1,11 @@
 # $Revision$, $Date$
 Summary:	SELinux Policy Editor (SEEdit)
-Summary(pl.UTF-8):	SELinux Policy Editor (SEEdit)
+Summary(pl.UTF-8):	SEEdit - edytor polityk SELinuksa
 Name:		seedit
 Version:	2.1.2
 Release:	0.2
-License:	GPL
-Group:		Applications
+License:	GPL v2+
+Group:		Applications/System
 Source0:	http://downloads.sourceforge.net/seedit/%{name}-%{version}.tar.gz
 # Source0-md5:	2c9b44bd9a14b2e60fb1987161c6a797
 Source1:	%{name}-gui.desktop
@@ -31,20 +31,25 @@
 #PYTHON_VER=2.4 DISTRO=FC6
 
 %description
-SELinux Policy Editor(SEEdit) is a tool to make SELinux easy.
-SEEdit is composed of Simplified Policy, command line utils and GUI.
-The main feature is Simplified Policy.
-Simplified Policy is written in Simplified Policy Description Language(SPDL).
-SPDL hides detail of SELinux.
+SELinux Policy Editor (SEEdit) is a tool to make SELinux easy. SEEdit
+is composed of Simplified Policy, command line utils and GUI. The main
+feature is Simplified Policy. Simplified Policy is written in
+Simplified Policy Description Language (SPDL). SPDL hides detail of
+SELinux.
 
 %description -l pl.UTF-8
+SELinux Policy Editor (SEEdit) to narzędzie ułatwiające konfigurację
+SELinuksa. Składa się z uproszczonej polityki (Simplified Policy),
+narzędzi linii poleceń i GUI. Głównym elementem jest uproszczona
+polityka pisana w języku SPDL (Simplified Policy Description
+Language). SPDL ukrywa szczegóły SELinuksa.
 
 %package gui
 Summary:	GUI for SELinux Policy Editor
-Summary(pl.UTF-8):	Interfejs graficzny dla SELinux Policy Editor
-Group:		X11/Aplications
+Summary(pl.UTF-8):	Interfejs graficzny dla SEEdita
+Group:		X11/Applications
 Requires:	usermode
-Requires:	pygtk2
+Requires:	python-pygtk-gtk >= 2:2.0
 Requires:	pam >= 0.80-9
 Requires:	%{name} = %{version}-%{release}
 Requires:	%{name}-policy = %{version}-%{release}
@@ -52,19 +57,25 @@
 %description gui
 X based GUI for SELinux Policy Editor.
 
+%description gui -l pl.UTF-8
+Oparty na X graficzny interfejs użytkownika dla SEEdita.
+
 %package policy
-Summary:	SELinux Policy Editor: Sample simplified policy
-Group:		-
+Summary:	Sample simplified policy for SEEdit
+Summary(pl.UTF-8):	Przykładowa uproszczona polityka dla SEEdita
+Group:		Applications/System
 Requires:	%{name} = %{version}-%{release}
 
 %description policy
 Sample simplified policy for SEEdit.
 
+%description policy -l pl.UTF-8
+Przykładowa uproszczona polityka dla SEEdita.
+
 %prep
 %setup -q
 
 %build
-
 %{__make} -C core \
 	CFLAGS="%{rpmcflags}" \
 	LDFLAGS="%{rpmldflags}" \
@@ -73,7 +84,6 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir},%{py_sitedir}}
 
 %{__make} -C core install \
@@ -90,11 +100,11 @@
 	DESTDIR=$RPM_BUILD_ROOT \
 	%ARGS
 
-install %{SOURCE1} ${RPM_BUILD_ROOT}%{_desktopdir}
-#install %{SOURCE2} ${RPM_BUILD_ROOT}%{_pixmapspdir}
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+#install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapspdir}
 
-touch ${RPM_BUILD_ROOT}%{_datadir}/%{name}/sepolicy/need-rbac-init
-touch ${RPM_BUILD_ROOT}%{_datadir}/%{name}/sepolicy/need-init
+touch $RPM_BUILD_ROOT%{_datadir}/%{name}/sepolicy/need-rbac-init
+touch $RPM_BUILD_ROOT%{_datadir}/%{name}/sepolicy/need-init
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -123,7 +133,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README Changelog COPYING AUTHORS NEWS TODO
+%doc AUTHORS Changelog NEWS README TODO
 %attr(755,root,root) %{_bindir}/seedit-converter
 %attr(755,root,root) %{_bindir}/audit2spdl
 %attr(755,root,root) %{_sbindir}/seedit-rbac
@@ -173,6 +183,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2007/07/08 19:34:10  qboosh
+- pl, cleanup
+
 Revision 1.7  2007/07/03 19:49:58  wolvverine
 - remove %py_postclean
 
@@ -194,5 +207,3 @@
 
 Revision 1.1  2007/07/02 22:08:22  wolvverine
 - init, NFY
-
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/seedit.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list