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