rpms/gdmap/devel gdmap.spec,1.12,1.13

Rakesh Pandit rakesh at fedoraproject.org
Tue Jan 13 10:05:14 UTC 2009


Author: rakesh

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

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



Index: gdmap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdmap/devel/gdmap.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gdmap.spec	11 Jan 2009 19:33:08 -0000	1.12
+++ gdmap.spec	13 Jan 2009 10:04:43 -0000	1.13
@@ -1,15 +1,17 @@
 Name:	gdmap
 Version:	0.8.1
-Release:	3%{?dist}
+Release:	2%{?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,23 +48,26 @@
 %defattr(-,root,root,-)
 %doc COPYING
 %{_bindir}/%{name}
-%dir %{_datadir}/%{name}
-%{_datadir}/%{name}/
 %{_datadir}/applications/*.desktop
-%{_datadir}/pixmaps/*
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/pixmaps
+%{_datadir}/%{name}/pixmaps/%{name}*
+%{_datadir}/pixmaps/%{name}*
 %{_mandir}/man1/*
 
 
 %changelog
-* Mon Jan 12 2009 Rakesh Pandit <rakesh at fedoraproject.org> - 0.8.1-3
-- Bump
+* Thu Dec  4 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 0.8.1-2
+- Include unowned /usr/share/gdmap/pixmaps directory.
+
+* Tue Sep 16 2008 Matt Domsch <mdomsch at fedoraproject.org> - 0.8.1-1
+- update to 0.8.1, fix FTBFS BZ#434529
 
-* Mon Jan 12 2009 Rakesh Pandit <rakesh at fedoraproject.org> - 0.8.1-2
-- Bump + some cleaning.
+* 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
@@ -77,12 +79,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 fedora-extras-commits mailing list