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