]> git.pld-linux.org Git - packages/ext2resize.git/commitdiff
- updated to 1.1.14, ext2resize-1_1_14-1
authorkloczek <kloczek@pld-linux.org>
Mon, 17 Apr 2000 14:52:45 +0000 (14:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated URL, Source url and %files list.

Changed files:
    ext2resize.spec -> 1.4

ext2resize.spec

index 516dfa23e2c70e5cc028d3ce46744fbb5a41c134..a8d04f7cd8bd9acbf7b7447117af39a25178914f 100644 (file)
@@ -1,40 +1,51 @@
-Summary:       an ext2 filesystem resizer
-Summary(pl):   narzêdzie do zmiany wielko¶ci systemu plików ext2
+Summary:       An ext2 filesystem resizer
+Summary(pl):   Narzêdzie do zmiany wielko¶ci systemu plików ext2
 Name:          ext2resize
-Version:       1.0.3
+Version:       1.1.14
 Release:       1
+License:       GPL
 Group:         Utilities/System
 Group(pl):     Narzêdzia/System
-Copyright:     GPL
-Source:        http://www.dsv.nl/~buytenh/ext2resize/%{name}-%{version}.tar.bz2
-URL:           http://www.dsv.nl/~buytenh/ext2resize/
-Vendor:                Lennert Buytenhek <buytenh@dsv.nl>
+Vendor:                Lennert Buytenhek <buytenh@gnu.org>
+Source0:       http://download.sourceforge.net/ext2resize/%{name}-%{version}.tar.gz
+Patch0:                ext2resize-automake.patch
+URL:           http://ext2resize.sourceforge.net/
+BuildRequires: automake
+BuildRequires: autoconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-an ext2 filesystem resizer
+An ext2 filesystem resizer.
 
 %description -l pl
-narzêdzie do zmiany wielko¶ci systemu plików ext2
+Narzêdzie do zmiany wielko¶ci systemu plików ext2.
 
 %prep
-%setup -q -n %{name}-1.0
+%setup -q
+%patch0 -p1
 
 %build
+aclocal
+autoconf
+automake
+LDFLAGS="-s"; export LDFLAGS
 %configure
-make CFLAGS="$RPM_OPT_FLAGS -Wall"
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d                     $RPM_BUILD_ROOT%{_sbindir}
-install -s src/ext2resize      $RPM_BUILD_ROOT%{_sbindir}
-gzip -9nf THANKS doc/HOWTO
+make install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf THANKS doc/HOWTO README \
+       $RPM_BUILD_ROOT%{_mandir}/man?/*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {THANKS,doc/HOWTO}.gz
-%attr(755, root,     root)     %{_sbindir}/*
+%doc {*,doc/*}.gz
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man?/*
This page took 0.111648 seconds and 4 git commands to generate.