[gparted/f12/master] - Update to version 0.7.0

Deji Akingunola deji at fedoraproject.org
Sat Oct 30 02:15:56 UTC 2010


commit f3bde1f2f1d27125fd9d438f151d4e080729109f
Author: Deji Akingunola <dakingun at gmail.com>
Date:   Fri Oct 29 22:16:30 2010 -0400

    - Update to version 0.7.0

 gparted.spec |   24 +++++++++++-------------
 sources      |    2 +-
 2 files changed, 12 insertions(+), 14 deletions(-)
---
diff --git a/gparted.spec b/gparted.spec
index 77d2a85..928cbc6 100644
--- a/gparted.spec
+++ b/gparted.spec
@@ -1,6 +1,6 @@
 Summary:	Gnome Partition Editor
 Name:		gparted
-Version:	0.5.1
+Version:	0.7.0
 Release:	1%{?dist}
 Group:		Applications/System
 License:	GPLv2+
@@ -12,9 +12,7 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	gtkmm24-devel parted-devel 
 BuildRequires:	libuuid-devel gettext perl(XML::Parser) 
 BuildRequires:	desktop-file-utils gnome-doc-utils
-BuildRequires:  scrollkeeper
-Requires(post): scrollkeeper
-Requires(postun): scrollkeeper
+BuildRequires:  rarian-compat
 Requires:	hal >= 0.5.9
 
 %description
@@ -37,11 +35,12 @@ make DESTDIR=%{buildroot} install
 
 sed -i 's#_X-GNOME-FullName#X-GNOME-FullName#' %{buildroot}%{_datadir}/applications/%{name}.desktop
 
-desktop-file-install --delete-original                   \
-        --vendor fedora                                  \
-        --dir %{buildroot}%{_datadir}/applications       \
-	--mode 0644				         \
-        --add-category X-Fedora                          \
+desktop-file-install --delete-original			\
+        --vendor fedora					\
+        --dir %{buildroot}%{_datadir}/applications	\
+	--mode 0644					\
+        --add-category X-Fedora				\
+        --add-category GTK				\
         %{buildroot}%{_datadir}/applications/%{name}.desktop
 sed -i 's#sbin#bin#' %{buildroot}%{_datadir}/applications/fedora-%{name}.desktop
 
@@ -61,13 +60,9 @@ cp %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/gparted
 rm -rf %{buildroot}
 
 %post
-scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
-
 touch --no-create %{_datadir}/icons/hicolor || :
 
 %postun
-scrollkeeper-update -q || :
-
 if [ $1 -eq 0 ] ; then
     touch --no-create %{_datadir}/icons/hicolor &>/dev/null
     gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
@@ -91,6 +86,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/security/console.apps/gparted
 
 %changelog
+* Fri Oct 29 2010 Deji Akingunola <dakingun at gmail.com> - 0.7.0-1
+- Update to version 0.7.0
+
 * Tue Jan 26 2010 Deji Akingunola <dakingun at gmail.com> - 0.5.1-1
 - Update to version 0.5.1
 
diff --git a/sources b/sources
index 066e688..870cea6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c7e6853851d1d23aef40d9edc315a6b  gparted-0.5.1.tar.bz2
+88c5b2162a7b7847c68ea80f4fcd0153  gparted-0.7.0.tar.bz2


More information about the scm-commits mailing list