added "--help"/"-h" with basic info to wrudf

This commit is contained in:
Frantisek Kluknavsky 2013-04-15 16:16:40 +02:00
parent 278b2b0b38
commit 021bc443c7

View File

@ -1,7 +1,7 @@
Summary: Linux UDF Filesystem userspace utilities Summary: Linux UDF Filesystem userspace utilities
Name: udftools Name: udftools
Version: 1.0.0b3 Version: 1.0.0b3
Release: 20%{?dist} Release: 21%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/Archiving Group: Applications/Archiving
URL: http://sourceforge.net/projects/linux-udf/ URL: http://sourceforge.net/projects/linux-udf/
@ -14,6 +14,7 @@ Patch4: udftools-1.0.0b3-fixcompile.patch
Patch5: udftools-1.0.0b3-warningfixes2.patch Patch5: udftools-1.0.0b3-warningfixes2.patch
Patch6: udftools-1.0.0b3-extsize.patch Patch6: udftools-1.0.0b3-extsize.patch
Patch7: udftools-1.0.0b3-staticanal.patch Patch7: udftools-1.0.0b3-staticanal.patch
Patch8: udftools-1.0.0b3-wrudf_help.patch
BuildRequires: readline-devel, ncurses-devel BuildRequires: readline-devel, ncurses-devel
BuildRequires: autoconf, automake, libtool, perl-Carp BuildRequires: autoconf, automake, libtool, perl-Carp
@ -31,6 +32,7 @@ Linux UDF Filesystem userspace utilities.
%patch5 -p1 -b .warningfixes2 %patch5 -p1 -b .warningfixes2
%patch6 -p1 -b .extsize %patch6 -p1 -b .extsize
%patch7 -p1 -b .staticanal %patch7 -p1 -b .staticanal
%patch8 -p1 -b .wrudfhelp
%build %build
@ -56,6 +58,9 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%changelog %changelog
* Mon Apr 15 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0b3-21
- added "--help"/"-h" with basic info to wrudf
* Fri Apr 05 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0b3-20 * Fri Apr 05 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0b3-20
- udffsck is an empty placeholder, erased - udffsck is an empty placeholder, erased