rpms/pessulus/devel pessulus.spec,1.14,1.15

Damien Durand (splinux) fedora-extras-commits at redhat.com
Mon Apr 16 15:26:13 UTC 2007


Author: splinux

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

Modified Files:
	pessulus.spec 
Log Message:



Index: pessulus.spec
===================================================================
RCS file: /cvs/extras/rpms/pessulus/devel/pessulus.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- pessulus.spec	22 Dec 2006 19:43:15 -0000	1.14
+++ pessulus.spec	16 Apr 2007 15:25:39 -0000	1.15
@@ -1,16 +1,16 @@
 %{!?python_sitearch: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 
-Name:	pessulus
-Version:	2.16.2
-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)
+Name:           pessulus
+Version:        2.16.2
+Release:        2%{?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)
 BuildArch:      noarch
 
 BuildRequires:	gtk2-devel, pygtk2-devel, gnome-python2-devel, gnome-python2-gconf, perl-XML-Parser, pkgconfig, desktop-file-utils, GConf2-devel, gettext-devel
@@ -37,11 +37,9 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 chmod +x $RPM_BUILD_ROOT%{python_sitelib}/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
+desktop-file-install --vendor="" --delete-original --remove-category="System" \
+  --dir $RPM_BUILD_ROOT%{_datadir}/applications        \
+  $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
 
 %find_lang %{name}
 
@@ -57,6 +55,9 @@
 %{_datadir}/%{name}
 
 %changelog
+* Mon Apr 16 2007 Damien Durand <splinux at fedoraproject.org> - 2.16.2-2
+- Fix desktop-file
+
 * Fri Dec 22 2006 Damien Durand <splinux at fedoraproject.org> - 2.16.2-1
 - Upgrade to 2.16.2
 - Add gnome-python2-devel in BR




More information about the fedora-extras-commits mailing list