gparted/gparted.spec
2011-10-02 08:09:49 +00:00

98 lines
2.5 KiB
RPMSpec

#
# spec file for package gparted
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: gparted
Version: 0.9.1
Release: 1
License: GPL v2
Summary: Gnome Partition Editor
Url: http://gparted.sourceforge.net/
Group: System/Filesystems
Source0: http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.9.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
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: 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