gparted/gparted.spec

107 lines
3.0 KiB
RPMSpec
Raw Normal View History

#
# spec file for package gparted
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: gparted
Version: 0.14.1
Release: 0
Summary: Gnome Partition Editor
License: GPL-2.0
Group: System/Filesystems
Url: http://gparted.sourceforge.net/
Source0: http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.14.1/%{name}-%{version}.tar.bz2
BuildRequires: e2fsprogs-devel
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: gconfmm-devel
BuildRequires: glibmm2-devel
BuildRequires: gnome-doc-utils-devel
BuildRequires: gtkmm2-devel >= 2.22.0
BuildRequires: intltool
BuildRequires: libglademm-devel
BuildRequires: parted-devel
BuildRequires: perl-XML-Parser
BuildRequires: scrollkeeper
BuildRequires: update-desktop-files
BuildRequires: xfsprogs-devel
Requires: btrfsprogs
Requires: e2fsprogs
Requires: hfsutils
Requires: jfsutils
Requires: mtools
Requires: nilfs-utils
Requires: ntfsprogs
Requires: parted
Requires: reiserfs
Requires: xdg-utils
Requires: xfsprogs
Recommends: gpart
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
GParted is an industrial-strength package 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).
%lang_package
%prep
%setup -q
%build
export GKSUPROG="/usr/bin/xdg-su -c"
%configure \
--disable-scrollkeeper
make %{?_smp_mflags}
%install
%make_install
%suse_update_desktop_file %{name}
%fdupes %{buildroot}
%find_lang %{name} %{?no_lang_C}
%clean
rm -rf %{buildroot}
%post
%icon_theme_cache_post
%desktop_database_post
%postun
%icon_theme_cache_postun
%desktop_database_postun
%files
%defattr(-,root,root)
%doc README ChangeLog AUTHORS NEWS COPYING
%{_sbindir}/gparted
%{_sbindir}/gpartedbin
%{_mandir}/man8/gparted.8.gz
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*x*/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%dir %{_datadir}/gnome
%dir %{_datadir}/gnome/help
%dir %{_datadir}/gnome/help/gparted
%doc %{_datadir}/gnome/help/gparted/C/
%doc %{_datadir}/omf/gparted/gparted-C.omf
%files lang -f %{name}.lang
%changelog