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