]> git.pld-linux.org Git - packages/ext2resize.git/blob - ext2resize.spec
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
[packages/ext2resize.git] / ext2resize.spec
1 Summary:        An ext2 filesystem resizer
2 Summary(pl):    Narzêdzie do zmiany wielko¶ci systemu plików ext2
3 Name:           ext2resize
4 Version:        1.1.17
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Vendor:         Lennert Buytenhek <buytenh@gnu.org>
9 Source0:        http://prdownloads.sourceforge.net/ext2resize/%{name}-%{version}.tar.bz2
10 Patch0:         %{name}-automake.patch
11 URL:            http://ext2resize.sourceforge.net/
12 BuildRequires:  automake
13 BuildRequires:  autoconf
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 An ext2 filesystem resizer.
18
19 %description -l pl
20 Narzêdzie do zmiany wielko¶ci systemu plików ext2.
21
22 %prep
23 %setup -q
24 %patch0 -p1
25
26 %build
27 rm -f missing
28 %{__aclocal}
29 %{__autoconf}
30 %{__automake}
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 gzip -9nf THANKS doc/HOWTO README
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc {*,doc/*}.gz
48 %attr(755,root,root) %{_sbindir}/*
49 %{_mandir}/man?/*
This page took 0.057239 seconds and 3 git commands to generate.