rpms/gdmap/F-10 gdmap.spec,1.10,1.11

Rakesh Pandit rakesh at fedoraproject.org
Tue Jan 13 10:08:33 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/gdmap/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22348

Modified Files:
	gdmap.spec 
Log Message:
reverted to 1.8



Index: gdmap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdmap/F-10/gdmap.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gdmap.spec	11 Jan 2009 18:55:36 -0000	1.10
+++ gdmap.spec	13 Jan 2009 10:08:03 -0000	1.11
@@ -1,15 +1,17 @@
 Name:	gdmap
 Version:	0.8.1
-Release:	2%{?dist}
+Release:	1%{?dist}
 Summary:	A tool which allows to visualize disk space
 
 Group:	Applications/System
-License:	GPLv2
+# 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
@@ -18,7 +20,7 @@
 
 %prep
 %setup -q
-
+%patch0 -p1
 
 %build
 %configure
@@ -29,14 +31,11 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-sed -i -e 's|gdmap_icon\.png|gdmap_icon|g' \
-  -e 's|^Version=.*$|Version=1.0|g' \
-  $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
-desktop-file-install --vendor "" --delete-original	\
-  --add-category X-Fedora				\
-  --add-category System					\
-  --dir $RPM_BUILD_ROOT%{_datadir}/applications		\
+desktop-file-install --vendor fedora --delete-original \
+  --add-category X-Fedora                              \
+  --add-category System                                \
+  --dir $RPM_BUILD_ROOT%{_datadir}/applications        \
   $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
 %find_lang GdMap
@@ -49,20 +48,22 @@
 %defattr(-,root,root,-)
 %doc COPYING
 %{_bindir}/%{name}
-%dir %{_datadir}/%{name}
-%{_datadir}/%{name}/
 %{_datadir}/applications/*.desktop
-%{_datadir}/pixmaps/*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/pixmaps/%{name}*
+%{_datadir}/pixmaps/%{name}*
 %{_mandir}/man1/*
 
 
 %changelog
-* Mon Jan 12 2009 Rakesh Pandit <rakesh at fedoraproject.org> - 0.8.1-2
-- Bump + some cleaning.
+* 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
 
-* Sun Jan 11 2009 Rakesh Pandit <rakesh at fedoraproject.org> - 0.8.1-1
-- Updated to 0.8.1, fixed .desktop file and license tag.
-- Fixed Unowned directories.
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.7.5-7
+- Autorebuild for GCC 4.3
 
 * Mon Oct 16 2006 Damien Durand <splinux at fedoraproject.org> - 0.7.5-6
 - Bumped
@@ -74,12 +75,12 @@
 - Fixed Desktop file
 
 * Fri Jul 7 2006 Damien Durand <splinux at fedoraproject.org> - 0.7.5-3
-- Fixed mixed-use-of-spaces-and-tabs and %%find_lang in changelog
+- Fixed mixed-use-of-spaces-and-tabs and %find_lang in changelog
 - added category System and delete-original in desktop-file-install
 
 * Tue Apr 6 2006 Damien Durand <splinux at fedoraproject.org> - 0.7.5-2
 - Fixed Buidrequires, add intltool
-- Fixed locales, add %%find_lang GdMap and %%files -f GdMap.lang and remove {_datadir}/locales
+- Fixed locales, add %find_lang GdMap and %%files -f GdMap.lang and remove {_datadir}/locales
 
 * Tue Apr 6 2006 Damien Durand <splinux at fedoraproject.org> - 0.7.5-1
 - Initial package




More information about the scm-commits mailing list