rpms/pessulus/FC-5 pessulus.spec,1.12,1.13 sources,1.4,1.5

Damien Durand (splinux) fedora-extras-commits at redhat.com
Tue Aug 8 10:27:04 UTC 2006


Author: splinux

Update of /cvs/extras/rpms/pessulus/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv699

Added Files:
	pessulus.spec sources 
Log Message:



Index: pessulus.spec
===================================================================
RCS file: pessulus.spec
diff -N pessulus.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ pessulus.spec	8 Aug 2006 10:27:04 -0000	1.13
@@ -0,0 +1,90 @@
+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%define debug_package %{nil}
+
+Name:	pessulus
+Version:	2.15.91
+Release:	1%{?dist}
+Summary:	A lockdown editor for GNOME
+
+Group:	Applications/System
+License:	GPL
+URL:	http://live.gnome.org/Pessulus
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+
+BuildRequires:	gtk2-devel, pygtk2-devel, gnome-python2, gnome-python2-gconf, perl-XML-Parser, pkgconfig, desktop-file-utils, GConf2-devel, gettext-devel
+
+
+%description
+Pessulus is a lockdown editor for GNOME, written in python. Pessulus 
+enables administrators to set mandatory settings in GConf. The 
+users can not change these settings.
+Use of pessulus can be useful on computers that are open to use by 
+everyone, e.g. in an internet cafe.
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+chmod +x $RPM_BUILD_ROOT%{python_sitearch}/Pessulus/*.py
+
+
+desktop-file-install --vendor fedora --delete-original \
+  --dir $RPM_BUILD_ROOT%{_datadir}/applications      \
+  --add-category X-Fedora                              \
+  $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc README AUTHORS COPYING ChangeLog
+%{_bindir}/%{name}
+%{python_sitearch}/Pessulus/
+%{_datadir}/applications/*.desktop
+%{_datadir}/%{name}
+
+%changelog
+* Fri Aug 08 2006 Damien Durand <splinux at fedoraproject.org> - 2.15.91-1
+- Upgraded to 2.15.91
+
+
+* Fri Jul 28 2006 Damien Durand <splinux at fedoraproject.org> - 2.15.90-1
+- Fixed URL
+- Upgraded to 2.15.90
+
+* Tue Jul 11 2006 Damien Durand <splinux at fedoraproject.org> - 0.10.4-1
+- upgraded to 0.10.4
+
+
+* Tue Jul 04 2006 Damien Durand <splinux at fedoraproject.org> - 0.10.1-3
+- fixed debuginfo packages
+
+* Thu Jun 15 2006 Damien Durand <splinux at fedoraproject.org> - 0.10.1-2
+- fixed BuildRequires
+
+* Wed May 3 2006 Damien Durand <splinux at fedoraproject.org> - 0.10.1-1
+- upgrade version to 0.10.1
+
+* Fri Apr 7 2006 Tom "spot" Callaway <tcallawa at redhat.com> - 0.9-2
+- fix BR
+- remove unnecessary Requires
+- use version-release in changelog entries
+- fix directory ownership
+- use python_sitearch
+- make python "scripts" executable
+
+* Thu Apr 6 2006 Damien Durand <splinux at fedoraproject.org> - 0.9-1
+- Initial package


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	8 Aug 2006 10:27:04 -0000	1.5
@@ -0,0 +1 @@
+b32b00b3fca5ea33a5b1c36a6aa91c88  pessulus-2.15.91.tar.bz2




More information about the fedora-extras-commits mailing list