rpms/lat/devel lat-1.2.3-desktop-icon-no-ext.patch, NONE, 1.1 lat.spec, 1.17, 1.18

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Mon Dec 3 10:45:39 UTC 2007


Author: pghmcfc

Update of /cvs/pkgs/rpms/lat/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6032

Modified Files:
	lat.spec 
Added Files:
	lat-1.2.3-desktop-icon-no-ext.patch 
Log Message:
- Explicitly buildrequire desktop-file-utils
- Remove filename extension from Icon field of desktop file


lat-1.2.3-desktop-icon-no-ext.patch:

--- NEW FILE lat-1.2.3-desktop-icon-no-ext.patch ---
--- lat-1.2.3/desktop/lat.desktop.in	2007-09-02 12:54:17.000000000 +0100
+++ lat-1.2.3/desktop/lat.desktop.in	2007-12-03 10:25:04.000000000 +0000
@@ -4,7 +4,7 @@
 Name=LDAP Administration Tool
 Comment=Manage LDAP-based directories
 Exec=lat
-Icon=lat.png
+Icon=lat
 StartupNotify=false
 Terminal=false
 Type=Application


Index: lat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lat/devel/lat.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- lat.spec	28 Sep 2007 08:27:20 -0000	1.17
+++ lat.spec	3 Dec 2007 10:45:04 -0000	1.18
@@ -1,15 +1,16 @@
 Name:               lat
 Summary:            LDAP Administration Tool
 Version:            1.2.3
-Release:            1%{?dist}
+Release:            2%{?dist}
 License:            GPLv2
 Group:              Applications/Productivity
 Url:                http://dev.mmgsecurity.com/projects/lat/
 Source0:            http://dev.mmgsecurity.com/downloads/lat/1.2/lat-%{version}.tar.gz
 Patch0:             lat-1.2.2-libdir.patch
+Patch1:             lat-1.2.3-desktop-icon-no-ext.patch
 BuildRoot:          %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:      mono-devel >= 1.1.12.1, gnome-keyring-devel >= 0.4.2, avahi-sharp
-BuildRequires:      scrollkeeper, gettext, intltool, dbus-sharp
+BuildRequires:      scrollkeeper, gettext, intltool, dbus-sharp, desktop-file-utils
 %if "%{?fedora}" == "5"
 BuildRequires:      gtk-sharp2 >= 2.8.0
 %else
@@ -54,6 +55,9 @@
 # Pick up the executable from %{_libdir} rather than %{_prefix}/lib
 %patch0 -p1 -b .libdir
 
+# Remove filename extension from Icon field of desktop file
+%patch1 -p1 -b .no-ext
+
 %build
 %configure --disable-dependency-tracking
 
@@ -114,6 +118,10 @@
 %{_libdir}/pkgconfig/lat-plugins.pc
 
 %changelog
+* Mon Dec  3 2007 Paul Howarth <paul at city-fan.org> 1.2.3-2
+- Explicitly buildrequire desktop-file-utils
+- Remove filename extension from Icon field of desktop file
+
 * Fri Sep 28 2007 Paul Howarth <paul at city-fan.org> 1.2.3-1
 - Update to 1.2.3
 - Clarify license as GPL version 2




More information about the fedora-extras-commits mailing list