Author: freetz Date: Mon Jun 12 21:25:25 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: pessulus.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/pessulus.spec diff -u /dev/null SPECS/pessulus.spec:1.1 --- /dev/null Mon Jun 12 23:25:25 2006 +++ SPECS/pessulus.spec Mon Jun 12 23:25:18 2006 @@ -0,0 +1,76 @@ +# $Revision$, $Date$ +# +# TODO: +# - pl +# +Summary: Lockdown editor for GNOME +#Summary(pl): write me! +Name: pessulus +Version: 0.10.1 +Release: 1 +License: GPL v2 +Group: Applications +Source0: http://ftp.gnome.org/pub/GNOME/sources/pessulus/0.10/%{name}-%{version}.tar.gz +# Source0-md5: dad5445c56ad67af9e1c4b7d494667e2 +Patch0: %{name}-desktop.patch +URL: http://www.gnome.org/~vuntz/pessulus/ +BuildRequires: GConf2-devel >= 2.14.0 +BuildRequires: automake +BuildRequires: intltool >= 0.35 +BuildRequires: python-gnome-devel >= 2.15.2 +%pyrequires_eq python-modules +Requires: python-gnome >= 2.15.2 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%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. + +#%description -l pl +# write me + +%prep +%setup -q +%patch0 -p1 + +%build +cp -f /usr/share/automake/config.sub . +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +rm -f $RPM_BUILD_ROOT%{py_sitedir}/Pessulus/*.py + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README TODO +%attr(755,root,root) %{_bindir}/* +%dir %{py_sitedir}/Pessulus +%{py_sitedir}/Pessulus/*.py[co] +%{_datadir}/pessulus +%{_desktopdir}/*.desktop + +%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 2006/06/12 21:25:18 freetz +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
