2011-10-02 10:09:49 +02:00
|
|
|
#
|
|
|
|
# spec file for package gparted
|
|
|
|
#
|
Accepting request 707939 from home:enzokiel:branches:devel:openSUSE:Factory:Apps
- Update to version 1.0.0:
+ Key changes include:
- Port to Gtkmm 3
- Port to GNOME 3 yelp-tools documentation infrastructure
- Enable online resizing of extended partitions
- Add F2FS support for read disk usage, grow, and check
- Fix slow refreshing of NTFS file systems
+ Bug Fixes
- Port to Gtkmm 3 (#7, !9)
- Increase minimums to libparted 2.2 and glibmm 2.32 (!22)
- Enable online resizing of extended partitions (!23)
- Port to GNOME 3 yelp-tools documentation infrastructure (!24)
- Remove support for btrfs-progs < 3.12 (!26)
- Set title of Resize/Move dialog for an extended partition
(#44, !28)
- Add F2FS support for read disk usage, grow, and check (!29)
- Replace String::ucompose() with Glibmm equivalent (#46, !31)
- Always show menu images (!32)
- Save partition layout to gparted_details.htm (bgo#639176)
- Could not stat device /dev/mapper/No RAID disks - No such
file (bgo#786031)
- File include/Partition.h: performance problem (bgo#788813)
- File include/HBoxOperations.h: performance problem
(bgo#788814)
- Display more version and configuration information (!34)
- After GTK3 port icons are too big on KDE (#39, !35)
- Set partition type when clearing partition contents (!36)
- Fix slow refreshing of NTFS file systems (#47, !37)
- Fix minor issues with File System Support rescanning (!38)
- Modern Gtk3 - part 1 (!25)
- Improve partition information mount status formatting (#52)
- Request natural width in Gtk::ScrolledWindows for
Gtk >= 3.22 (!39)
- Limit wrapping Gtk::Labels (!40)
- NTFS Resize results in Partition Information Warning on
Refresh (#57, !42)
+ Updated translations.
+ Dependencies (new/updated)
- gtkmm >= 3.4.0
- glibmm >= 2.32
- libparted >= 2.2
- yelp-tools
+ Dependencies (no longer needed)
- gnome-doc-utils
- rarian
- rarian-compat
OBS-URL: https://build.opensuse.org/request/show/707939
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:Apps/gparted?expand=0&rev=14
2019-06-06 09:14:04 +02:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2011-10-02 10:09:49 +02:00
|
|
|
#
|
2012-01-05 19:12:30 +01:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-07-02 08:52:40 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-10-02 10:09:49 +02:00
|
|
|
#
|
|
|
|
|
2012-01-09 11:15:15 +01:00
|
|
|
|
2011-10-02 10:09:49 +02:00
|
|
|
Name: gparted
|
2020-01-20 22:51:56 +01:00
|
|
|
Version: 1.1.0
|
2012-01-05 19:12:30 +01:00
|
|
|
Release: 0
|
2011-10-02 10:09:49 +02:00
|
|
|
Summary: Gnome Partition Editor
|
2019-07-02 08:52:40 +02:00
|
|
|
License: GPL-2.0-only
|
2011-10-02 10:09:49 +02:00
|
|
|
Group: System/Filesystems
|
2019-07-02 08:52:40 +02:00
|
|
|
URL: http://gparted.sourceforge.net/
|
2016-02-01 19:57:34 +01:00
|
|
|
Source0: http://downloads.sourceforge.net/project/gparted/gparted/gparted-%{version}/%{name}-%{version}.tar.gz
|
2017-11-24 14:48:07 +01:00
|
|
|
Source1: http://downloads.sourceforge.net/project/gparted/gparted/gparted-%{version}/%{name}-%{version}.tar.gz.sig
|
|
|
|
Source98: %{name}.policy
|
2015-03-25 10:01:35 +01:00
|
|
|
Source99: %{name}.keyring
|
2011-10-02 10:09:49 +02:00
|
|
|
BuildRequires: e2fsprogs-devel
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: perl-XML-Parser
|
2019-07-02 08:52:40 +02:00
|
|
|
BuildRequires: pkgconfig
|
2013-02-26 15:15:06 +01:00
|
|
|
BuildRequires: polkit
|
2011-10-02 10:09:49 +02:00
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
BuildRequires: xfsprogs-devel
|
2019-07-02 08:52:40 +02:00
|
|
|
BuildRequires: yelp-tools
|
Accepting request 707939 from home:enzokiel:branches:devel:openSUSE:Factory:Apps
- Update to version 1.0.0:
+ Key changes include:
- Port to Gtkmm 3
- Port to GNOME 3 yelp-tools documentation infrastructure
- Enable online resizing of extended partitions
- Add F2FS support for read disk usage, grow, and check
- Fix slow refreshing of NTFS file systems
+ Bug Fixes
- Port to Gtkmm 3 (#7, !9)
- Increase minimums to libparted 2.2 and glibmm 2.32 (!22)
- Enable online resizing of extended partitions (!23)
- Port to GNOME 3 yelp-tools documentation infrastructure (!24)
- Remove support for btrfs-progs < 3.12 (!26)
- Set title of Resize/Move dialog for an extended partition
(#44, !28)
- Add F2FS support for read disk usage, grow, and check (!29)
- Replace String::ucompose() with Glibmm equivalent (#46, !31)
- Always show menu images (!32)
- Save partition layout to gparted_details.htm (bgo#639176)
- Could not stat device /dev/mapper/No RAID disks - No such
file (bgo#786031)
- File include/Partition.h: performance problem (bgo#788813)
- File include/HBoxOperations.h: performance problem
(bgo#788814)
- Display more version and configuration information (!34)
- After GTK3 port icons are too big on KDE (#39, !35)
- Set partition type when clearing partition contents (!36)
- Fix slow refreshing of NTFS file systems (#47, !37)
- Fix minor issues with File System Support rescanning (!38)
- Modern Gtk3 - part 1 (!25)
- Improve partition information mount status formatting (#52)
- Request natural width in Gtk::ScrolledWindows for
Gtk >= 3.22 (!39)
- Limit wrapping Gtk::Labels (!40)
- NTFS Resize results in Partition Information Warning on
Refresh (#57, !42)
+ Updated translations.
+ Dependencies (new/updated)
- gtkmm >= 3.4.0
- glibmm >= 2.32
- libparted >= 2.2
- yelp-tools
+ Dependencies (no longer needed)
- gnome-doc-utils
- rarian
- rarian-compat
OBS-URL: https://build.opensuse.org/request/show/707939
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:Apps/gparted?expand=0&rev=14
2019-06-06 09:14:04 +02:00
|
|
|
BuildRequires: pkgconfig(glibmm-2.4) >= 2.32
|
2017-11-24 14:48:07 +01:00
|
|
|
BuildRequires: pkgconfig(gthread-2.0)
|
2019-07-02 08:52:40 +02:00
|
|
|
BuildRequires: pkgconfig(gtkmm-3.0) >= 3.4.0
|
Accepting request 707939 from home:enzokiel:branches:devel:openSUSE:Factory:Apps
- Update to version 1.0.0:
+ Key changes include:
- Port to Gtkmm 3
- Port to GNOME 3 yelp-tools documentation infrastructure
- Enable online resizing of extended partitions
- Add F2FS support for read disk usage, grow, and check
- Fix slow refreshing of NTFS file systems
+ Bug Fixes
- Port to Gtkmm 3 (#7, !9)
- Increase minimums to libparted 2.2 and glibmm 2.32 (!22)
- Enable online resizing of extended partitions (!23)
- Port to GNOME 3 yelp-tools documentation infrastructure (!24)
- Remove support for btrfs-progs < 3.12 (!26)
- Set title of Resize/Move dialog for an extended partition
(#44, !28)
- Add F2FS support for read disk usage, grow, and check (!29)
- Replace String::ucompose() with Glibmm equivalent (#46, !31)
- Always show menu images (!32)
- Save partition layout to gparted_details.htm (bgo#639176)
- Could not stat device /dev/mapper/No RAID disks - No such
file (bgo#786031)
- File include/Partition.h: performance problem (bgo#788813)
- File include/HBoxOperations.h: performance problem
(bgo#788814)
- Display more version and configuration information (!34)
- After GTK3 port icons are too big on KDE (#39, !35)
- Set partition type when clearing partition contents (!36)
- Fix slow refreshing of NTFS file systems (#47, !37)
- Fix minor issues with File System Support rescanning (!38)
- Modern Gtk3 - part 1 (!25)
- Improve partition information mount status formatting (#52)
- Request natural width in Gtk::ScrolledWindows for
Gtk >= 3.22 (!39)
- Limit wrapping Gtk::Labels (!40)
- NTFS Resize results in Partition Information Warning on
Refresh (#57, !42)
+ Updated translations.
+ Dependencies (new/updated)
- gtkmm >= 3.4.0
- glibmm >= 2.32
- libparted >= 2.2
- yelp-tools
+ Dependencies (no longer needed)
- gnome-doc-utils
- rarian
- rarian-compat
OBS-URL: https://build.opensuse.org/request/show/707939
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:Apps/gparted?expand=0&rev=14
2019-06-06 09:14:04 +02:00
|
|
|
BuildRequires: pkgconfig(libparted) >= 2.2
|
2017-11-24 14:48:07 +01:00
|
|
|
BuildRequires: pkgconfig(sigc++-2.0) >= 2.5.1
|
2019-07-02 08:52:40 +02:00
|
|
|
Requires: gpart
|
2015-08-07 00:24:49 +02:00
|
|
|
Requires: hdparm
|
2011-10-02 10:09:49 +02:00
|
|
|
Requires: mtools
|
|
|
|
Requires: parted
|
2013-02-26 15:15:06 +01:00
|
|
|
Requires: polkit
|
2015-11-24 22:33:48 +01:00
|
|
|
Requires: util-linux
|
2011-10-02 10:09:49 +02:00
|
|
|
Requires: xdg-utils
|
2019-07-02 08:52:40 +02:00
|
|
|
Recommends: btrfsprogs >= 4.1
|
|
|
|
Recommends: cryptsetup
|
|
|
|
Recommends: e2fsprogs
|
|
|
|
Recommends: hfsutils
|
|
|
|
Recommends: jfsutils
|
|
|
|
Recommends: nilfs-utils
|
|
|
|
Recommends: ntfsprogs
|
|
|
|
Recommends: reiserfs
|
2017-08-15 13:11:32 +02:00
|
|
|
Recommends: udftools
|
2019-07-02 08:52:40 +02:00
|
|
|
Recommends: xfsprogs
|
|
|
|
%if !0%{?is_opensuse}
|
|
|
|
BuildRequires: translation-update-upstream
|
|
|
|
%endif
|
2011-10-02 10:09:49 +02:00
|
|
|
|
|
|
|
%description
|
2019-07-08 09:44:40 +02:00
|
|
|
GParted is a utility for creating, destroying, resizing, moving,
|
|
|
|
checking and copying partitions, and the filesystems on them. This is
|
|
|
|
useful for creating space for new operating systems, reorganizing
|
|
|
|
disk usage, copying data residing on hard disks and mirroring one
|
|
|
|
partition with another (disk imaging).
|
2011-10-02 10:09:49 +02:00
|
|
|
|
|
|
|
%lang_package
|
2019-07-02 08:52:40 +02:00
|
|
|
|
2011-10-02 10:09:49 +02:00
|
|
|
%prep
|
2019-07-10 08:51:25 +02:00
|
|
|
%autosetup -p1
|
2017-11-24 14:48:07 +01:00
|
|
|
%if !0%{?is_opensuse}
|
2013-03-11 07:24:45 +01:00
|
|
|
translation-update-upstream
|
2017-11-24 14:48:07 +01:00
|
|
|
%endif
|
2011-10-02 10:09:49 +02:00
|
|
|
|
|
|
|
%build
|
2013-02-26 15:15:06 +01:00
|
|
|
export GKSUPROG="pkexec"
|
2011-10-02 10:09:49 +02:00
|
|
|
%configure \
|
2017-11-24 14:48:07 +01:00
|
|
|
--enable-xhost-root
|
2019-07-10 08:51:25 +02:00
|
|
|
%make_build
|
2011-10-02 10:09:49 +02:00
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
2013-02-26 15:15:06 +01:00
|
|
|
|
2019-07-02 08:52:40 +02:00
|
|
|
install -Dm0644 %{SOURCE98} %{buildroot}%{_datadir}/polkit-1/actions/org.opensuse.policykit.%{name}.policy
|
2017-11-24 14:48:07 +01:00
|
|
|
# Here we remove upstream policy file since we have our own
|
|
|
|
rm %{buildroot}%{_datadir}/polkit-1/actions/org.gnome.%{name}.policy
|
2015-10-02 14:06:56 +02:00
|
|
|
|
2011-10-02 10:09:49 +02:00
|
|
|
%suse_update_desktop_file %{name}
|
2017-11-24 14:48:07 +01:00
|
|
|
%fdupes %{buildroot}%{_datadir}
|
2011-10-02 10:09:49 +02:00
|
|
|
%find_lang %{name} %{?no_lang_C}
|
|
|
|
|
|
|
|
%files
|
Accepting request 707939 from home:enzokiel:branches:devel:openSUSE:Factory:Apps
- Update to version 1.0.0:
+ Key changes include:
- Port to Gtkmm 3
- Port to GNOME 3 yelp-tools documentation infrastructure
- Enable online resizing of extended partitions
- Add F2FS support for read disk usage, grow, and check
- Fix slow refreshing of NTFS file systems
+ Bug Fixes
- Port to Gtkmm 3 (#7, !9)
- Increase minimums to libparted 2.2 and glibmm 2.32 (!22)
- Enable online resizing of extended partitions (!23)
- Port to GNOME 3 yelp-tools documentation infrastructure (!24)
- Remove support for btrfs-progs < 3.12 (!26)
- Set title of Resize/Move dialog for an extended partition
(#44, !28)
- Add F2FS support for read disk usage, grow, and check (!29)
- Replace String::ucompose() with Glibmm equivalent (#46, !31)
- Always show menu images (!32)
- Save partition layout to gparted_details.htm (bgo#639176)
- Could not stat device /dev/mapper/No RAID disks - No such
file (bgo#786031)
- File include/Partition.h: performance problem (bgo#788813)
- File include/HBoxOperations.h: performance problem
(bgo#788814)
- Display more version and configuration information (!34)
- After GTK3 port icons are too big on KDE (#39, !35)
- Set partition type when clearing partition contents (!36)
- Fix slow refreshing of NTFS file systems (#47, !37)
- Fix minor issues with File System Support rescanning (!38)
- Modern Gtk3 - part 1 (!25)
- Improve partition information mount status formatting (#52)
- Request natural width in Gtk::ScrolledWindows for
Gtk >= 3.22 (!39)
- Limit wrapping Gtk::Labels (!40)
- NTFS Resize results in Partition Information Warning on
Refresh (#57, !42)
+ Updated translations.
+ Dependencies (new/updated)
- gtkmm >= 3.4.0
- glibmm >= 2.32
- libparted >= 2.2
- yelp-tools
+ Dependencies (no longer needed)
- gnome-doc-utils
- rarian
- rarian-compat
OBS-URL: https://build.opensuse.org/request/show/707939
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:Apps/gparted?expand=0&rev=14
2019-06-06 09:14:04 +02:00
|
|
|
%doc README ChangeLog AUTHORS NEWS
|
|
|
|
%license COPYING
|
2017-11-24 14:48:07 +01:00
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_sbindir}/%{name}bin
|
2019-07-02 08:52:40 +02:00
|
|
|
%{_mandir}/man8/%{name}.8%{?ext_man}
|
2013-12-23 19:35:17 +01:00
|
|
|
%dir %{_datadir}/appdata
|
|
|
|
%{_datadir}/appdata/%{name}.appdata.xml
|
2011-10-02 10:09:49 +02:00
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*x*/apps/%{name}.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
2017-11-24 14:48:07 +01:00
|
|
|
%{_datadir}/polkit-1/actions/org.opensuse.policykit.%{name}.policy
|
|
|
|
#{_datadir}/polkit-1/actions/org.gnome.%%{name}.policy
|
Accepting request 707939 from home:enzokiel:branches:devel:openSUSE:Factory:Apps
- Update to version 1.0.0:
+ Key changes include:
- Port to Gtkmm 3
- Port to GNOME 3 yelp-tools documentation infrastructure
- Enable online resizing of extended partitions
- Add F2FS support for read disk usage, grow, and check
- Fix slow refreshing of NTFS file systems
+ Bug Fixes
- Port to Gtkmm 3 (#7, !9)
- Increase minimums to libparted 2.2 and glibmm 2.32 (!22)
- Enable online resizing of extended partitions (!23)
- Port to GNOME 3 yelp-tools documentation infrastructure (!24)
- Remove support for btrfs-progs < 3.12 (!26)
- Set title of Resize/Move dialog for an extended partition
(#44, !28)
- Add F2FS support for read disk usage, grow, and check (!29)
- Replace String::ucompose() with Glibmm equivalent (#46, !31)
- Always show menu images (!32)
- Save partition layout to gparted_details.htm (bgo#639176)
- Could not stat device /dev/mapper/No RAID disks - No such
file (bgo#786031)
- File include/Partition.h: performance problem (bgo#788813)
- File include/HBoxOperations.h: performance problem
(bgo#788814)
- Display more version and configuration information (!34)
- After GTK3 port icons are too big on KDE (#39, !35)
- Set partition type when clearing partition contents (!36)
- Fix slow refreshing of NTFS file systems (#47, !37)
- Fix minor issues with File System Support rescanning (!38)
- Modern Gtk3 - part 1 (!25)
- Improve partition information mount status formatting (#52)
- Request natural width in Gtk::ScrolledWindows for
Gtk >= 3.22 (!39)
- Limit wrapping Gtk::Labels (!40)
- NTFS Resize results in Partition Information Warning on
Refresh (#57, !42)
+ Updated translations.
+ Dependencies (new/updated)
- gtkmm >= 3.4.0
- glibmm >= 2.32
- libparted >= 2.2
- yelp-tools
+ Dependencies (no longer needed)
- gnome-doc-utils
- rarian
- rarian-compat
OBS-URL: https://build.opensuse.org/request/show/707939
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:Apps/gparted?expand=0&rev=14
2019-06-06 09:14:04 +02:00
|
|
|
%{_datadir}/help/C/%{name}/index.docbook
|
|
|
|
%{_datadir}/help/C/%{name}/figures/gparted_window.png
|
|
|
|
%dir %{_datadir}/help/C/%{name}
|
|
|
|
%dir %{_datadir}/help/C/%{name}/figures
|
2011-10-02 10:09:49 +02:00
|
|
|
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
|
|
|
%changelog
|