[gparted/epel7] Fix spec file error

nonamedotc nonamedotc at fedoraproject.org
Tue Nov 25 01:01:43 UTC 2014


commit 4828488b0da53e14a7bb6eb086524f32bbce9a38
Author: nonamedotc <nonamedotc at fedoraproject.org>
Date:   Mon Nov 24 19:01:33 2014 -0600

    Fix spec file error
    
    - Removed appdata directory on EPEL-7 branch

 gparted.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gparted.spec b/gparted.spec
index e9abbb3..a4f7a4b 100644
--- a/gparted.spec
+++ b/gparted.spec
@@ -1,7 +1,7 @@
 Summary:	Gnome Partition Editor
 Name:		gparted
 Version:	0.19.1
-Release:	3%{?dist}
+Release:	4%{?dist}
 Group:		Applications/System
 License:	GPLv2+
 URL:		http://www.gparted.org
@@ -32,6 +32,8 @@ make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install
+#remove appdata files
+rm -rf %{buildroot}/usr/share/appdata
 
 sed -i 's#_X-GNOME-FullName#X-GNOME-FullName#' %{buildroot}%{_datadir}/applications/%{name}.desktop
 sed -i 's#sbin#bin#' %{buildroot}%{_datadir}/applications/%{name}.desktop
@@ -77,6 +79,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man8/gparted.*
 
 %changelog
+* Mon Nov 24 2014 Mukundan Ragavan <nonamedotc at fedoraproject.org> - 0.19.1-4
+- Fix spec file error
+- Removed appdata directory on EPEL-7 branch
+
 * Sun Aug 23 2014 Mukundan Ragavan <nonamedotc at fedoraproject.org> - 0.19.1-3
 - Removed enable-online-resize option since parted <3.2 does not support this
 - Fixes bz #1121350


More information about the scm-commits mailing list