]> git.pld-linux.org Git - packages/gparted.git/blame - gparted.spec
- updated to 0.16.1
[packages/gparted.git] / gparted.spec
CommitLineData
2b6fdefd 1Summary: GNOME Partition Editor
8a432513 2Summary(pl.UTF-8): Edytor partycji dla GNOME
2b6fdefd 3Name: gparted
1ed90779 4Version: 0.16.1
f5587df8 5Release: 1
b593ea59 6License: GPL v2+
acb05178 7Group: X11/Applications
a8237ae6 8Source0: http://downloads.sourceforge.net/gparted/%{name}-%{version}.tar.bz2
1ed90779 9# Source0-md5: 3f399bff031b5ce14d11a8c346f4b89c
2b6fdefd 10URL: http://gparted.sourceforge.net/
1ed90779 11BuildRequires: autoconf >= 2.50
9323cee5 12BuildRequires: automake >= 1:1.9
f04ee487 13BuildRequires: docbook-dtd412-xml
2f240965 14BuildRequires: gettext-devel
f5587df8 15BuildRequires: glib2-devel
1ed90779 16BuildRequires: glibmm-devel >= 2.14
f04ee487 17BuildRequires: gnome-doc-utils
f5587df8
MB
18BuildRequires: gtkmm-devel >= 2.16.0
19BuildRequires: intltool
b22b22bf 20BuildRequires: libstdc++-devel
f5587df8 21BuildRequires: libtool
acb05178 22BuildRequires: libuuid-devel
f04ee487 23BuildRequires: libxml2-progs
189536c0 24BuildRequires: parted-devel >= 1.7.1
a18e0287 25BuildRequires: pkgconfig
3621cd66 26BuildRequires: rpmbuild(find_lang) >= 1.23
f5587df8
MB
27BuildRequires: rpmbuild(macros) >= 1.311
28Requires: gksu
29Requires: hicolor-icon-theme
189536c0 30Requires: parted >= 1.7.1
f5587df8 31Suggests: btrfs-progs
acb05178
MB
32Suggests: dosfstools
33Suggests: e2fsprogs
34Suggests: hfsutils
35Suggests: jfsutils
f5587df8
MB
36Suggests: lvm2
37Suggests: mdadm
ad23585f 38Suggests: mtools
f5587df8 39Suggests: nilfs-utils
acb05178
MB
40Suggests: ntfsprogs
41Suggests: reiser4progs
42Suggests: reiserfsprogs
43Suggests: xfsprogs
2b6fdefd 44BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
45
46%description
47GParted stands for GNOME Partition Editor and is a graphical frontend
48to parted. Among other features it supports creating, resizing, moving
49and copying of partitions.
50
de1d7571
JR
51%description -l pl.UTF-8
52GParted jest graficzną nakładką na parted. Program umożliwia między
53innymi tworzenie, zmianę rozmiaru, przenoszenie i kopiowanie partycji.
2b6fdefd 54
55%prep
8b3ec41c 56%setup -q
2b6fdefd 57
58%build
f5587df8
MB
59%{__intltoolize}
60%{__libtoolize}
61%{__aclocal} -I m4
62%{__autoconf}
63%{__autoheader}
64%{__automake}
65%configure \
66 GKSUPROG=/usr/bin/gksu
2b6fdefd 67%{__make}
68
69%install
70rm -rf $RPM_BUILD_ROOT
71
72%{__make} install \
73 DESTDIR=$RPM_BUILD_ROOT
74
3621cd66 75%find_lang %{name} --with-gnome --with-omf
a18e0287 76
2b6fdefd 77%clean
78rm -rf $RPM_BUILD_ROOT
79
f5587df8
MB
80%post
81%update_icon_cache hicolor
82
83%postun
84%update_icon_cache hicolor
85
a18e0287 86%files -f %{name}.lang
2b6fdefd 87%defattr(644,root,root,755)
acb05178
MB
88%doc AUTHORS ChangeLog NEWS README
89%attr(755,root,root) %{_sbindir}/gparted
90%attr(755,root,root) %{_sbindir}/gpartedbin
91%{_desktopdir}/gparted.desktop
acb05178 92%{_mandir}/man8/gparted.8*
3425095e 93%{_iconsdir}/*/*/*/gparted.*
This page took 0.035873 seconds and 4 git commands to generate.