]> git.pld-linux.org Git - packages/genromfs.git/blobdiff - genromfs.spec
- updated to 0.5.2
[packages/genromfs.git] / genromfs.spec
index 8db2329c169b97c95c8bfa2889c05974999977d9..96d5ca88fba91b7facccd289aeda12a389ccb911 100644 (file)
@@ -1,36 +1,55 @@
-Summary: Tool for creating romfs filesystems.
-Name: genromfs
-Version: 0.3
-Release: 4
-Copyright: GPL
-Group: System Environment/Base
-Source: ftp://ftp.banki.hu/pub/linux/local/genromfs-0.3.tar.gz
-Patch: genromfs-0.3.patch
-BuildRoot: /var/tmp/%{name}-root
-ExclusiveOS: Linux
+Summary:       Utility for creating romfs filesystems
+Summary(pl.UTF-8):     Narzędzie do tworzenia systemów plików romfs
+Name:          genromfs
+Version:       0.5.2
+Release:       1
+License:       GPL v2+
+Group:         Applications/System
+Source0:       http://dl.sourceforge.net/romfs/%{name}-%{version}.tar.gz
+# Source0-md5: 2a91463c56f9e042edc330c063a0cf5a
+Patch0:                %{name}-ac_am.patch
+URL:           http://romfs.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _sbindir        /sbin
 
 %description
-Genromfs is a tool for creating romfs filesystems, which are
-lightweight, read-only filesystems supported by the Linux
-kernel.
+genromfs is a tool for creating romfs filesystems, which are
+lightweight, read-only filesystems supported by the Linux kernel.
+Romfs filesystems are mainly used for the initial RAM disks used
+during installation.
+
+%description -l pl.UTF-8
+genromfs jest narzędziem służącym do tworzenia systemów plików romfs,
+które są lekkimi systemami plików tylko do odczytu, obsługiwanymi
+przez jądro Linuksa. Romfs jest głównie używany na inicjalnym
+ramdysku, używanym w trakcie startu systemu.
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 
 %build
-make
+%{__libtoolize}
+%{__aclocal}
+%{__automake}
+%{__autoconf}
+%configure
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-mkdir -p $RPM_BUILD_ROOT/usr/man/man8
-make install PREFIX=$RPM_BUILD_ROOT
-strip $RPM_BUILD_ROOT/usr/bin/genromfs
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-/usr/bin/*
-/usr/man/man8/*
+%defattr(644,root,root,755)
+%doc ChangeLog NEWS genromfs.lsm romfs.txt
+%attr(755,root,root) %{_sbindir}/genromfs
+%{_mandir}/man8/genromfs.8*
This page took 0.062232 seconds and 4 git commands to generate.