rpms/libibumad/F-11 libibumad-1.3.2-man.patch, NONE, 1.1 libibumad.spec, 1.5, 1.6

Doug Ledford dledford at fedoraproject.org
Mon Jul 20 16:40:38 UTC 2009


Author: dledford

Update of /cvs/extras/rpms/libibumad/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22596

Modified Files:
	libibumad.spec 
Added Files:
	libibumad-1.3.2-man.patch 
Log Message:
* Mon Jul 20 2009 Doug Ledford <dledford at redhat.com> - 1.3.2-1
- Update to latest upstream version
- Remove requirement on libibcommon since that library is no longer needed
- Fix a problem with man page listing


libibumad-1.3.2-man.patch:
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE libibumad-1.3.2-man.patch ---
--- libibumad-1.3.2/Makefile.am.man	2009-07-20 12:36:48.944670111 -0400
+++ libibumad-1.3.2/Makefile.am	2009-07-20 12:36:58.910668774 -0400
@@ -5,7 +5,7 @@
 
 man_MANS = man/umad_debug.3 man/umad_get_ca.3 \
 	   man/umad_get_ca_portguids.3 man/umad_get_cas_names.3 \
-	   man/umad_get_mad.3 man/umad_get_port.3 man/umad_init.3 \
+	   man/umad_get_port.3 man/umad_init.3 \
 	   man/umad_open_port.3 man/umad_close_port.3 man/umad_size.3 \
 	   man/umad_status.3 man/umad_alloc.3 man/umad_free.3 \
 	   man/umad_dump.3 man/umad_addr_dump.3 man/umad_get_fd.3 \


Index: libibumad.spec
===================================================================
RCS file: /cvs/extras/rpms/libibumad/F-11/libibumad.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- libibumad.spec	20 Jul 2009 16:27:58 -0000	1.5
+++ libibumad.spec	20 Jul 2009 16:40:08 -0000	1.6
@@ -6,6 +6,7 @@ License: GPLv2 or BSD
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Source: http://www.openfabrics.org/downloads/management/%{name}-%{version}.tar.gz
+Patch0: libibumad-1.3.2-man.patch
 Url: http://openfabrics.org
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -34,6 +35,7 @@ Static version of the libibumad library.
 
 %prep
 %setup -q
+%patch0 -p1
 libtoolize --copy --force
 touch NEWS README
 autoreconf --install --force
@@ -73,6 +75,7 @@ rm -rf $RPM_BUILD_ROOT
 * Mon Jul 20 2009 Doug Ledford <dledford at redhat.com> - 1.3.2-1
 - Update to latest upstream version
 - Remove requirement on libibcommon since that library is no longer needed
+- Fix a problem with man page listing
 
 * Wed Apr 22 2009 Doug Ledford <dledford at redhat.com> - 1.3.1-1
 - Update to latest upstream version




More information about the fedora-extras-commits mailing list