]> git.pld-linux.org Git - packages/gpart.git/blob - gpart.spec
- up to 0.3 from github
[packages/gpart.git] / gpart.spec
1 Summary:        Guesses and recovers damaged Master Boot Records
2 Summary(pl.UTF-8):      Odgaduje zawartość i odzyskuje uszkodzony Master Boot Record
3 Summary(pt.UTF-8):      Adivinha e recupera um Master Boot Record danificado
4 Name:           gpart
5 Version:        0.3
6 Release:        1
7 License:        GPL
8 Group:          Applications/System
9 Source0:        https://github.com/baruch/gpart/archive/%{version}.tar.gz
10 # Source0-md5:  2d709068b5123198b3eb337f9d4686a8
11 URL:            https://github.com/baruch/gpart/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _sbindir        /sbin
17
18 %description
19 Gpart is a small tool which tries to guess what partitions are on a PC
20 type harddisk in case the primary partition table was damaged.
21
22 %description -l pl.UTF-8
23 Gpart jest niewielkim narzędziem próbującym odgadnąć jakie partycje
24 znajdują się na twardym dysku. Znajduje on zastosowanie w przypadku
25 uszkodzenia tablicy partycji.
26
27 %description -l pt.UTF-8
28 Gpart é uma pequena ferramenta que tenha adivinhar quais partições
29 existem um disco rígido e tenta recuperar a tabela de partições caso
30 ela esteja danificada.
31
32 %prep
33 %setup -q
34
35 %build
36 %{__aclocal}
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40
41 %configure
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc Changes README.md
55 %attr(755,root,root) %{_sbindir}/gpart
56 %{_mandir}/man8/gpart.8*
This page took 0.055937 seconds and 4 git commands to generate.