rpms/libhbalinux/devel .cvsignore, 1.2, 1.3 libhbalinux-1.0.7-conf.patch, 1.1, 1.2 libhbalinux.spec, 1.2, 1.3 sources, 1.2, 1.3

Jan Zeleny jzeleny at fedoraproject.org
Thu Jul 30 12:46:46 UTC 2009


Author: jzeleny

Update of /cvs/extras/rpms/libhbalinux/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21777

Modified Files:
	.cvsignore libhbalinux-1.0.7-conf.patch libhbalinux.spec 
	sources 
Log Message:
Rebase of libhbalinux to 1.0.8, adjustments in spec file



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libhbalinux/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	10 Apr 2009 06:47:42 -0000	1.2
+++ .cvsignore	30 Jul 2009 12:46:46 -0000	1.3
@@ -1 +1 @@
-libhbalinux-1.0.7.tar.gz
+libhbalinux-1.0.8.tar.gz

libhbalinux-1.0.7-conf.patch:
 Makefile.am |   19 -------------------
 1 file changed, 19 deletions(-)

Index: libhbalinux-1.0.7-conf.patch
===================================================================
RCS file: /cvs/extras/rpms/libhbalinux/devel/libhbalinux-1.0.7-conf.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- libhbalinux-1.0.7-conf.patch	10 Apr 2009 06:44:19 -0000	1.1
+++ libhbalinux-1.0.7-conf.patch	30 Jul 2009 12:46:46 -0000	1.2
@@ -23,31 +23,3 @@
 -		echo "** system configuration not updated"; \
 -	fi
 -
---- libhbalinux-1.0.7/Makefile.in	2009-03-27 21:41:20.000000000 +0100
-+++ libhbalinux-1.0.7/Makefile.in.conf	2009-04-01 17:30:28.000000000 +0200
-@@ -623,25 +623,6 @@ uninstall-am: uninstall-libLTLIBRARIES
- 	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
- 	uninstall-am uninstall-libLTLIBRARIES
- 
--
--install-data-hook: libhbalinux.la
--	. $<; \
--	ORG=org.open-fcoe.libhbalinux; \
--	LIB=${libdir}/$${dlname}; \
--	STR="$$ORG	$$LIB"; \
--	CONF=${sysconfdir}/hba.conf; \
--	if test -f $$CONF; then \
--		grep -E -q ^[[:space:]]*$$ORG[[:space:]]+$$LIB $$CONF; \
--		if test $$? -ne 0; then \
--			echo $$STR >> $$CONF; \
--		else \
--			echo "** $$CONF already configured"; \
--			echo "** system configuration not updated"; \
--		fi; \
--	else \
--		echo "** WARNING: $$CONF does not exist"; \
--		echo "** system configuration not updated"; \
--	fi
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:


Index: libhbalinux.spec
===================================================================
RCS file: /cvs/extras/rpms/libhbalinux/devel/libhbalinux.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- libhbalinux.spec	25 Jul 2009 05:53:22 -0000	1.2
+++ libhbalinux.spec	30 Jul 2009 12:46:46 -0000	1.3
@@ -1,16 +1,21 @@
 Name:           libhbalinux
-Version:        1.0.7
-Release:        4%{?dist}
+Version:        1.0.8
+Release:        1%{?dist}
 Summary:        FC-HBAAPI implementation using scsi_transport_fc interfaces
 
 Group:          System Environment/Libraries
 License:        LGPLv2
 URL:            http://www.open-fcoe.org
-Source0:        http://www.open-fcoe.org/openfc/downloads/%{name}-%{version}.tar.gz
+# This source was cloned from upstream git
+# To get the tar package, just run:
+# git clone git://open-fcoe.org/openfc/libhbalinux.git && cd libhbalinux
+# git archive --prefix=libhbalinux-%{version}/ v%{version} > ../libhbalinux-%{version}.tar
+# cd .. && gzip libhbalinux-%{version}.tar
+Source0:        %{name}-%{version}.tar.gz
 Patch0:         libhbalinux-1.0.7-conf.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libhbaapi-devel libpciaccess-devel
+BuildRequires:  libhbaapi-devel libpciaccess-devel libtool automake
 Requires:       libhbaapi
 
 %description
@@ -22,6 +27,7 @@ SNIA HBAAPI vendor library built on top 
 
 
 %build
+./bootstrap.sh
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -38,6 +44,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %post
+/sbin/ldconfig
 ORG=org.open-fcoe.libhbalinux
 LIB=%{_libdir}/libhbalinux.so.2.0.2
 STR="$ORG	$LIB"
@@ -51,6 +58,7 @@ fi
 
 
 %postun
+/sbin/ldconfig
 ORG=org.open-fcoe.libhbalinux
 CONF=%{_sysconfdir}/hba.conf
 if test -f $CONF; then
@@ -66,6 +74,9 @@ fi
 
 
 %changelog
+* Thu Jul 30 2009 Jan Zeleny <jzeleny at redhat.com> - 1.0.8-1
+- rebase of libhbalinux, spec file adjusted to match changes
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.7-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libhbalinux/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	10 Apr 2009 06:47:42 -0000	1.2
+++ sources	30 Jul 2009 12:46:46 -0000	1.3
@@ -1 +1 @@
-d7949947de08b51837760a283da3e030  libhbalinux-1.0.7.tar.gz
+b8d61c5dd44392f3120c9c176375a629  libhbalinux-1.0.8.tar.gz




More information about the scm-commits mailing list