]> git.pld-linux.org Git - packages/gparted.git/blob - gparted.spec
- rel 5
[packages/gparted.git] / gparted.spec
1 Summary:        GNOME Partition Editor
2 Summary(pl.UTF-8):      Edytor partycji dla GNOME
3 Name:           gparted
4 Version:        0.3.3
5 Release:        5
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://dl.sourceforge.net/gparted/%{name}-%{version}.tar.bz2
9 # Source0-md5:  f3d16ccfda72fa1dac9fa1ff9ded2c42
10 Patch0:         %{name}-desktop.patch
11 URL:            http://gparted.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  gtkmm-devel >= 2.4.0
16 BuildRequires:  intltool
17 BuildRequires:  libstdc++-devel
18 BuildRequires:  libtool
19 BuildRequires:  parted-devel >= 1.7.1
20 BuildRequires:  pkgconfig
21 Requires:       parted >= 1.7.1
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 GParted stands for GNOME Partition Editor and is a graphical frontend
26 to parted. Among other features it supports creating, resizing, moving
27 and copying of partitions.
28
29 %description -l pl.UTF-8
30 GParted jest graficzną nakładką na parted. Program umożliwia między
31 innymi tworzenie, zmianę rozmiaru, przenoszenie i kopiowanie partycji.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 %build
38 %{__libtoolize}
39 %{__aclocal}
40 %{__autoconf}
41 %{__automake}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 # Are these includes required?
52 rm -rf $RPM_BUILD_ROOT%{_includedir}/GParted
53
54 %find_lang %{name}
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files -f %{name}.lang
60 %defattr(644,root,root,755)
61 %doc AUTHORS ChangeLog
62 %attr(755,root,root) %{_bindir}/*
63 %{_desktopdir}/*.desktop
64 %{_pixmapsdir}/*.png
This page took 0.212041 seconds and 4 git commands to generate.