added missing option in man pages
This commit is contained in:
parent
b84cd2af36
commit
145ce0adf8
53
udftools-1.0.0b3-man-missing-options.patch
Normal file
53
udftools-1.0.0b3-man-missing-options.patch
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
diff -up wrk/doc/cdrwtool.1.wrk wrk/doc/cdrwtool.1
|
||||||
|
--- wrk/doc/cdrwtool.1.wrk 2014-01-29 15:23:18.623940293 +0100
|
||||||
|
+++ wrk/doc/cdrwtool.1 2014-01-29 15:24:27.027471222 +0100
|
||||||
|
@@ -97,6 +97,10 @@ Close track.
|
||||||
|
.IP "\fB\-r \fItrack\fP"
|
||||||
|
Reserve track.
|
||||||
|
|
||||||
|
+.IP "\fB\-z \fIlength\fP"
|
||||||
|
+Fixed packet length.
|
||||||
|
+
|
||||||
|
+
|
||||||
|
.IP \fB\-s\fP
|
||||||
|
Set write parameters determined by
|
||||||
|
.BR "\-l" , " \-w" ", and" " \-p"
|
||||||
|
diff -up wrk/doc/mkudffs.8.wrk wrk/doc/mkudffs.8
|
||||||
|
--- wrk/doc/mkudffs.8.wrk 2014-01-29 15:47:54.095408327 +0100
|
||||||
|
+++ wrk/doc/mkudffs.8 2014-01-29 15:51:18.115200882 +0100
|
||||||
|
@@ -151,6 +151,13 @@ Use 16-bit unicode for file names
|
||||||
|
.TP
|
||||||
|
.B \-\-utf8
|
||||||
|
Use UTF-8 for file names
|
||||||
|
+.TP
|
||||||
|
+.B \-\-closed
|
||||||
|
+.TP
|
||||||
|
+.B \-\-bridge
|
||||||
|
+.TP
|
||||||
|
+.BI \-\-packetlen= " length "
|
||||||
|
+
|
||||||
|
|
||||||
|
.SH "EXIT STATUS"
|
||||||
|
.B mkudffs
|
||||||
|
diff -up wrk/doc/pktsetup.8.wrk wrk/doc/pktsetup.8
|
||||||
|
--- wrk/doc/pktsetup.8.wrk 2002-11-26 08:18:51.000000000 +0100
|
||||||
|
+++ wrk/doc/pktsetup.8 2014-01-29 15:36:29.509665177 +0100
|
||||||
|
@@ -37,6 +37,9 @@ pktsetup \- set up and tear down packet
|
||||||
|
.B pktsetup
|
||||||
|
.B \-d
|
||||||
|
.I packet_device
|
||||||
|
+.br
|
||||||
|
+.B pktsetup
|
||||||
|
+.B \-s
|
||||||
|
.ad b
|
||||||
|
.SH DESCRIPTION
|
||||||
|
.B Pktsetup
|
||||||
|
@@ -58,6 +61,8 @@ returns 0 on success, nonzero on failure
|
||||||
|
.IP "\fB\-d \fIpacket-device\fP"
|
||||||
|
Delete the association between the specified \fIpacket-device\fP
|
||||||
|
and its block device.
|
||||||
|
+.IP "\fB\-s"
|
||||||
|
+Show device mappings.
|
||||||
|
|
||||||
|
.SH EXAMPLE
|
||||||
|
The following commands provide an example of using the
|
@ -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: 25%{?dist}
|
Release: 26%{?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/
|
||||||
@ -17,6 +17,7 @@ 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
|
Patch8: udftools-1.0.0b3-wrudf_help.patch
|
||||||
|
Patch9: udftools-1.0.0b3-man-missing-options.patch
|
||||||
BuildRequires: readline-devel, ncurses-devel
|
BuildRequires: readline-devel, ncurses-devel
|
||||||
BuildRequires: autoconf, automake, libtool, perl-Carp
|
BuildRequires: autoconf, automake, libtool, perl-Carp
|
||||||
|
|
||||||
@ -35,6 +36,7 @@ Linux UDF Filesystem userspace utilities.
|
|||||||
%patch6 -p1 -b .extsize
|
%patch6 -p1 -b .extsize
|
||||||
%patch7 -p1 -b .staticanal
|
%patch7 -p1 -b .staticanal
|
||||||
%patch8 -p1 -b .wrudfhelp
|
%patch8 -p1 -b .wrudfhelp
|
||||||
|
%patch9 -p1 -b .man
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -47,6 +49,8 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|||||||
%makeinstall
|
%makeinstall
|
||||||
./libtool --finish %{buildroot}%{_libdir}
|
./libtool --finish %{buildroot}%{_libdir}
|
||||||
install -m 644 %{SOURCE2} %buildroot%{_mandir}/man1/
|
install -m 644 %{SOURCE2} %buildroot%{_mandir}/man1/
|
||||||
|
ls %{buildroot}
|
||||||
|
rm -rf %{buildroot}%{_bindir}/udffsck
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS ChangeLog COPYING
|
%doc AUTHORS ChangeLog COPYING
|
||||||
@ -59,6 +63,9 @@ install -m 644 %{SOURCE2} %buildroot%{_mandir}/man1/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 09 2014 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0b3-26
|
||||||
|
- added missing option in man pages
|
||||||
|
|
||||||
* Fri Oct 04 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0b3-25
|
* Fri Oct 04 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0b3-25
|
||||||
- invalid source url fixed
|
- invalid source url fixed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user