]> git.pld-linux.org Git - packages/gparted.git/blob - gparted.spec
- BR: gettext-devel
[packages/gparted.git] / gparted.spec
1 Summary:        GNOME Partition Editor
2 Summary(pl):    Edytor partycji dla GNOME
3 Name:           gparted
4 Version:        0.2.5
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://dl.sourceforge.net/gparted/%{name}-%{version}.tar.bz2
9 # Source0-md5:  16cb3361b6c025acfe20781af46e4650
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.6.25.1-1
20 BuildRequires:  pkgconfig
21 Requires:       parted >= 1.6.25.1-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
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.068642 seconds and 4 git commands to generate.