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