rpms/pessulus/devel pessulus.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Damien Durand (splinux) fedora-extras-commits at redhat.com
Mon May 8 21:10:12 UTC 2006


Author: splinux

Update of /cvs/extras/rpms/pessulus/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19913/devel

Modified Files:
	.cvsignore sources 
Added Files:
	pessulus.spec 
Log Message:
auto-import pessulus-0.10.1-1.fc6 on branch devel from pessulus-0.10.1-1.fc6.src.rpm


--- NEW FILE pessulus.spec ---
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Name:           pessulus
Version:	0.10.1        
Release:        1%{?dist}
Summary:	A lockdown editor for GNOME        

Group:          Applications/System
License:        GPL
URL:            http://www.gnome.org/~vuntz/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, perl-XML-Parser, pkgconfig, desktop-file-utils, GConf2
BuildRequires:	gettext
Requires:	pygtk2, gnome-python2, gnome-python2-gconf

%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
%{_bindir}/%{name}
%{python_sitearch}/Pessulus/
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}/*

%changelog
* Wed May 3 2006 Damien Durand <splinux at fedoraproject.org> - 0.10.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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pessulus/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 May 2006 21:09:33 -0000	1.1
+++ .cvsignore	8 May 2006 21:10:12 -0000	1.2
@@ -0,0 +1 @@
+pessulus-0.10.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pessulus/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 May 2006 21:09:33 -0000	1.1
+++ sources	8 May 2006 21:10:12 -0000	1.2
@@ -0,0 +1 @@
+96cf672b87dace8c21dcaf07a0015c66  pessulus-0.10.1.tar.bz2




More information about the scm-commits mailing list