Author: qboosh Date: Thu Jul 12 17:48:13 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.5.2 - updated ac_am patch - fs can be generated not only on Linux
---- Files affected: SPECS: genromfs.spec (1.33 -> 1.34) ---- Diffs: ================================================================ Index: SPECS/genromfs.spec diff -u SPECS/genromfs.spec:1.33 SPECS/genromfs.spec:1.34 --- SPECS/genromfs.spec:1.33 Tue Feb 13 08:16:45 2007 +++ SPECS/genromfs.spec Thu Jul 12 19:48:08 2007 @@ -2,19 +2,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 @@ -35,7 +33,6 @@ %patch0 -p1 %build -rm -f missing %{__libtoolize} %{__aclocal} %{__automake} @@ -54,9 +51,9 @@ %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* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -64,6 +61,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.34 2007/07/12 17:48:08 qboosh +- updated to 0.5.2 +- updated ac_am patch +- fs can be generated not only on Linux + Revision 1.33 2007/02/13 07:16:45 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/genromfs.spec?r1=1.33&r2=1.34&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
