[libhbaapi] Migrate to the Open-FCoE.org fork

Petr Šabata psabata at fedoraproject.org
Thu Oct 4 14:47:05 UTC 2012


commit c1e8048d88f61978092ecb22e3d4c1c03a6c0ddc
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Oct 4 16:40:44 2012 +0200

    Migrate to the Open-FCoE.org fork

 .gitignore     |    1 +
 libhbaapi.spec |   25 ++++++++++---------------
 sources        |    3 +--
 3 files changed, 12 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1a5ceed..ad6da86 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ hbaapi_src_2.2.tgz
 hbaapi_build_2.2.2.tar.gz
 /hbaapi_build_2.2.4.tar.gz
 /hbaapi_build_2.2.5.tar.gz
+/libhbaapi-2.2.6.tar.bz2
diff --git a/libhbaapi.spec b/libhbaapi.spec
index 12b8741..ef098e0 100644
--- a/libhbaapi.spec
+++ b/libhbaapi.spec
@@ -1,19 +1,12 @@
-%global buildversion 2.2.5
-
 Name:           libhbaapi
-Version:        2.2
-Release:        15%{?dist}
+Version:        2.2.6
+Release:        1%{?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
-# 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
+URL:            http://open-fcoe.org/
+# This source was cloned from upstream git (libHBAAPI)
+Source:         %{name}-%{version}.tar.bz2
 Patch0:         libhbaapi-2.2-9-dl-linking.patch
 Patch1:         libhbaapi-2.2-archiver.patch
 BuildRequires:  automake libtool
@@ -33,8 +26,7 @@ The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
 %prep
-%setup -q -n hbaapi_src_2.2
-%setup -q -T -D -a 1 -n hbaapi_src_2.2
+%setup
 %patch0 -p1 -b .ld-linking
 %patch1 -p1 -b .archiver
 
@@ -52,7 +44,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %postun -p /sbin/ldconfig
 
 %files
-%doc readme.txt COPYING
+%doc COPYING
 %config(noreplace) %{_sysconfdir}/hba.conf
 %{_libdir}/*.so.*
 
@@ -62,6 +54,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Thu Oct 04 2012 Petr Šabata <contyk at redhat.com> - 2.2.6-1
+- Migrate to the Open-FCoE.org fork
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index c5df878..c2adbd0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-0c58796db65b178d607b2228c109c62a  hbaapi_build_2.2.5.tar.gz
-5c9281e28f8731e38721b34494a75eef  hbaapi_src_2.2.tgz
+2fea39afa34bfaf8c1ed78eeea1b3cbe  libhbaapi-2.2.6.tar.bz2


More information about the scm-commits mailing list