rpms/libhbaapi/devel .cvsignore, 1.2, 1.3 libhbaapi.spec, 1.2, 1.3 sources, 1.2, 1.3

Jan Zeleny jzeleny at fedoraproject.org
Thu Jul 30 09:22:25 UTC 2009


Author: jzeleny

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

Modified Files:
	.cvsignore libhbaapi.spec sources 
Log Message:
Rebase of hbaapi_build tarball



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libhbaapi/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	8 Apr 2009 13:19:02 -0000	1.2
+++ .cvsignore	30 Jul 2009 09:22:25 -0000	1.3
@@ -1,2 +1,2 @@
 hbaapi_src_2.2.tgz
-hbaapi_build_2.2.tar.gz
+hbaapi_build_2.2.1.tar.gz


Index: libhbaapi.spec
===================================================================
RCS file: /cvs/extras/rpms/libhbaapi/devel/libhbaapi.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- libhbaapi.spec	25 Jul 2009 05:52:40 -0000	1.2
+++ libhbaapi.spec	30 Jul 2009 09:22:25 -0000	1.3
@@ -1,13 +1,20 @@
+%define buildversion 2.2.1
+
 Name:           libhbaapi
 Version:        2.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        SNIA HBAAPI library
 
 Group:          System Environment/Libraries
 License:        SNIA
 URL:            http://sourceforge.net/projects/hbaapi/
 Source0:        http://downloads.sourceforge.net/hbaapi/hbaapi_src_%{version}.tgz
-Source1:        http://www.open-fcoe.org/openfc/downloads/hbaapi_build_%{version}.tar.gz
+# This source was cloned from upstream git. To create tarball, run:
+# git clone git://open-fcoe.org/openfc/hbaapi_build.git
+# cd hbaapi_build
+# git archive v%{buildversion} > ../hbaapi_build.tar
+# cd .. && gzip hbaapi_build.tar
+Source1:        hbaapi_build_%{buildversion}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # BuildRequires:  
@@ -34,6 +41,7 @@ developing applications that use %{name}
 
 
 %build
+./bootstrap.sh
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -67,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 30 2009 Jan Zeleny <jzeleny at redhat.com> - 2.2-6
+- rebase of hbaapi_build code
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libhbaapi/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	8 Apr 2009 13:19:02 -0000	1.2
+++ sources	30 Jul 2009 09:22:25 -0000	1.3
@@ -1,2 +1,2 @@
 5c9281e28f8731e38721b34494a75eef  hbaapi_src_2.2.tgz
-e853af8d852c2ba03132c0262b1eb559  hbaapi_build_2.2.tar.gz
+c43a21af9c2cf6c8922dd3e5825aa434  hbaapi_build_2.2.1.tar.gz




More information about the fedora-extras-commits mailing list