rpms/gdmap/devel gdmap-0.8.1-desktop.patch, NONE, 1.1 gdmap.spec, 1.7, 1.8

Matt Domsch mdomsch at fedoraproject.org
Wed Sep 17 03:36:49 UTC 2008


Author: mdomsch

Update of /cvs/extras/rpms/gdmap/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14118

Modified Files:
	gdmap.spec 
Added Files:
	gdmap-0.8.1-desktop.patch 
Log Message:
update to 0.8.1, fix FTBFS BZ#434529

gdmap-0.8.1-desktop.patch:

--- NEW FILE gdmap-0.8.1-desktop.patch ---
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal gdmap-0.8.1.orig/data/gdmap.desktop.in gdmap-0.8.1/data/gdmap.desktop.in
--- gdmap-0.8.1.orig/data/gdmap.desktop.in	2008-09-16 22:25:32.000000000 -0500
+++ gdmap-0.8.1/data/gdmap.desktop.in	2008-09-16 22:26:21.000000000 -0500
@@ -1,10 +1,10 @@
 [Desktop Entry]
-Version=0.8.0
+Version=1.0
 Encoding=UTF-8
 _Name=Graphical Disk Map
 _Comment=Display disk space using tree maps
 Exec=gdmap
-Icon=gdmap_icon.png
+Icon=gdmap_icon
 Terminal=false
 Type=Application
-Categories=Filesystem;Utility;GTK
+Categories=Filesystem;Utility;GTK;


Index: gdmap.spec
===================================================================
RCS file: /cvs/extras/rpms/gdmap/devel/gdmap.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gdmap.spec	21 Jul 2008 15:57:35 -0000	1.7
+++ gdmap.spec	17 Sep 2008 03:36:19 -0000	1.8
@@ -1,16 +1,17 @@
 Name:	gdmap
-Version:	0.7.5
-Release:	8%{?dist}
+Version:	0.8.1
+Release:	1%{?dist}
 Summary:	A tool which allows to visualize disk space
 
 Group:	Applications/System
 # No version specified.
 License:	GPL+
 URL:	http://gdmap.sourceforge.net
-Source0:	http://belnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
+Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0:         %{name}-0.8.1-desktop.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gtk2-devel, libxml2-devel, desktop-file-utils, gettext, intltool
+BuildRequires:  gtk2-devel, libxml2-devel, desktop-file-utils, gettext, intltool, pkgconfig
 
 %description
 GdMap is a tool which allows you to visualize disk space with one single
@@ -19,7 +20,7 @@
 
 %prep
 %setup -q
-
+%patch0 -p1
 
 %build
 %configure
@@ -49,11 +50,15 @@
 %{_bindir}/%{name}
 %{_datadir}/applications/*.desktop
 %dir %{_datadir}/%{name}
-%{_datadir}/%{name}/pixmaps/
+%{_datadir}/%{name}/pixmaps/%{name}*
+%{_datadir}/pixmaps/%{name}*
 %{_mandir}/man1/*
 
 
 %changelog
+* Tue Sep 16 2008 Matt Domsch <mdomsch at fedoraproject.org> - 0.8.1-1
+- update to 0.8.1, fix FTBFS BZ#434529
+
 * Mon Jul 21 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.7.5-8
 - fix license tag
 




More information about the fedora-extras-commits mailing list