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