descripe -r in man page
This commit is contained in:
parent
468e07f8ea
commit
852f701c6e
13
uuid-1.6.2-manfix.patch
Normal file
13
uuid-1.6.2-manfix.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff -up uuid-1.6.2/uuid.1.manfix uuid-1.6.2/uuid.1
|
||||
--- uuid-1.6.2/uuid.1.manfix 2013-05-30 15:56:38.630003125 +0200
|
||||
+++ uuid-1.6.2/uuid.1 2013-05-30 16:00:57.145127756 +0200
|
||||
@@ -238,6 +238,9 @@ value representation of a \s-1UUID\s0. E
|
||||
.IP "\fB\-o\fR \fIfilename\fR" 3
|
||||
.IX Item "-o filename"
|
||||
Write output to \fIfilename\fR instead of to \fIstdout\fR.
|
||||
+.IP "\fB\-r\fR" 3
|
||||
+.IX Item "-r"
|
||||
+This is equivalent to \fB-F BIN\fR.
|
||||
.IP "\fB\-d\fR" 3
|
||||
.IX Item "-d"
|
||||
Decode a given \s-1UUID\s0 (given as a command line argument or if the command
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
Name: uuid
|
||||
Version: 1.6.2
|
||||
Release: 17%{?dist}
|
||||
Release: 18%{?dist}
|
||||
Summary: Universally Unique Identifier library
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
@ -25,6 +25,7 @@ Patch3: uuid-1.6.2-hwaddr.patch
|
||||
|
||||
# do not strip binaries
|
||||
Patch4: uuid-1.6.2-nostrip.patch
|
||||
Patch5: uuid-1.6.2-manfix.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: libtool
|
||||
@ -127,6 +128,7 @@ DCE development headers and libraries for OSSP uuid.
|
||||
%patch2 -p1 -b .php54
|
||||
%patch3 -p1 -b .hwaddr
|
||||
%patch4 -p1 -b .nostrip
|
||||
%patch5 -p1 -b .manfix
|
||||
|
||||
%build
|
||||
# Build the library.
|
||||
@ -279,6 +281,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libossp-uuid_dce.so
|
||||
|
||||
%changelog
|
||||
* Thu May 30 2013 Michal Hlavinka <mhlavink@redhat.com> - 1.6.2-18
|
||||
- descripe -r in man page
|
||||
|
||||
* Fri Mar 22 2013 Remi Collet <rcollet@redhat.com> - 1.6.2-17
|
||||
- rebuild for http://fedoraproject.org/wiki/Features/Php55
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user