|
|
|
@ -1,13 +1,17 @@
|
|
|
|
|
Summary: Gnome Partition Editor
|
|
|
|
|
Name: gparted
|
|
|
|
|
Version: 0.23.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Group: Applications/System
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: http://www.gparted.org
|
|
|
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
|
Source1: org.fedoraproject.pkexec.run-gparted.policy
|
|
|
|
|
Source2: gparted_polkit
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1258891
|
|
|
|
|
# Upstream bug report and source of patch
|
|
|
|
|
# https://bugzilla.gnome.org/show_bug.cgi?id=755022
|
|
|
|
|
Patch0: gparted_0.23_nvme.patch
|
|
|
|
|
BuildRequires: gtkmm24-devel parted-devel
|
|
|
|
|
BuildRequires: libuuid-devel gettext perl(XML::Parser)
|
|
|
|
|
BuildRequires: desktop-file-utils gnome-doc-utils intltool
|
|
|
|
@ -24,6 +28,7 @@ will be detected at runtime and don't require a rebuild of GParted
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0
|
|
|
|
|
sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit %f:g" gparted.desktop.in.in
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -77,6 +82,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
%{_mandir}/man8/gparted.*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Sep 19 2015 Mukundan Ragavan <nonamedotc@gmail.com> - 0.23.0-3
|
|
|
|
|
- Add patch to correctly recognize NVME devices
|
|
|
|
|
- Fixes bug #1258891
|
|
|
|
|
|
|
|
|
|
* Mon Sep 14 2015 Mukundan Ragavan <nonamedotc@gmail.com> - 0.23.0-2
|
|
|
|
|
- Removed hard dependencies on hdparm and btrfs-progs
|
|
|
|
|
|
|
|
|
|