]> git.pld-linux.org Git - packages/genromfs.git/commitdiff
- updated to 0.5.2 AC-branch auto/ac/genromfs-0_5_2-1 auto/th/genromfs-0_5_2-1 auto/ti/genromfs-0_5_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 12 Jul 2007 17:48:08 +0000 (17:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated ac_am patch
- fs can be generated not only on Linux

Changed files:
    genromfs.spec -> 1.34

genromfs.spec

index 056e3a415b4a49c8d6c3107a10596fc66dc5733f..96d5ca88fba91b7facccd289aeda12a389ccb911 100644 (file)
@@ -1,19 +1,17 @@
 Summary:       Utility for creating romfs filesystems
 Summary(pl.UTF-8):     Narzędzie do tworzenia systemów plików romfs
 Name:          genromfs
-Version:       0.5.1
-Release:       3
-License:       GPL
+Version:       0.5.2
+Release:       1
+License:       GPL v2+
 Group:         Applications/System
 Source0:       http://dl.sourceforge.net/romfs/%{name}-%{version}.tar.gz
-# Source0-md5: fee69ecbf8f990fdb0ca0c7267c13e7e
+# Source0-md5: 2a91463c56f9e042edc330c063a0cf5a
 Patch0:                %{name}-ac_am.patch
 URL:           http://romfs.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-ExclusiveOS:   Linux
 
 %define                _sbindir        /sbin
 
@@ -34,7 +32,6 @@ ramdysku, używanym w trakcie startu systemu.
 %patch0 -p1
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__automake}
@@ -53,6 +50,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog genromfs.lsm romfs.txt NEWS
-%attr(755,root,root) %{_sbindir}/*
-%{_mandir}/man8/*
+%doc ChangeLog NEWS genromfs.lsm romfs.txt
+%attr(755,root,root) %{_sbindir}/genromfs
+%{_mandir}/man8/genromfs.8*
This page took 0.058098 seconds and 4 git commands to generate.