]> git.pld-linux.org Git - packages/genromfs.git/blobdiff - genromfs.spec
- massive attack, adding Source-md5
[packages/genromfs.git] / genromfs.spec
index 0a81803590d4e8c4135acb7258a78da82a6194db..c266a9b30ea8f33338c9d962b6392132108e9bfd 100644 (file)
@@ -2,11 +2,13 @@ Summary:      Utility for creating romfs filesystems
 Summary(pl):   Narzêdzie do tworzenia systemów plików romfs
 Name:          genromfs
 Version:       0.5.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/System
-Source0:       ftp://ftp.banki.hu/pub/linux/local/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/romfs/%{name}-%{version}.tar.gz
+# Source0-md5: fee69ecbf8f990fdb0ca0c7267c13e7e
 Patch0:                %{name}-ac_am.patch
+URL:           http://romfs.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
@@ -33,10 +35,10 @@ ramdysku, u
 
 %build
 rm -f missing
-libtoolize --copy --force
-aclocal
-automake -a -c
-autoconf
+%{__libtoolize}
+%{__aclocal}
+%{__automake}
+%{__autoconf}
 %configure
 %{__make}
 
@@ -46,13 +48,11 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf ChangeLog genromfs.lsm romfs.txt NEWS
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc ChangeLog genromfs.lsm romfs.txt NEWS
 %attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man8/*
This page took 0.138027 seconds and 4 git commands to generate.