rpms/libhbaapi/devel libhbaapi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jan Zeleny jzeleny at fedoraproject.org
Wed Apr 8 13:19:32 UTC 2009


Author: jzeleny

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

Modified Files:
	.cvsignore sources 
Added Files:
	libhbaapi.spec 
Log Message:
Initial commit - added neccessary files.




--- NEW FILE libhbaapi.spec ---
Name:           libhbaapi
Version:        2.2
Release:        4%{?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
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

# BuildRequires:  
# Requires:       

%description
The SNIA HBA API library. C-level project to manage
Fibre Channel Host Bus Adapters.

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig

%description    devel
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


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc readme.txt
%config(noreplace) %{_sysconfdir}/hba.conf
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc


%changelog
* Wed Apr 01 2009 Jan Zeleny <jzeleny at redhat.com> - 2.2-4
- added some info to description line
- replaced unoficial build source tarball with official one

* Tue Mar 31 2009 Jan Zeleny <jzeleny at redhat.com> - 2.2-3
- minor changes in spec file - filenames change, removal of
  duplicate patch files (included in build source tarball)
  
* Thu Mar 12 2009 Jan Zeleny <jzeleny at redhat.com> - 2.2-2
- correction of patches' names to correct format

* Tue Feb 24 2009 Chris Leech <christopher.leech at intel.com> - 2.2-1
- initial packaging of hbaapi 2.2



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libhbaapi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Apr 2009 20:42:01 -0000	1.1
+++ .cvsignore	8 Apr 2009 13:19:02 -0000	1.2
@@ -0,0 +1,2 @@
+hbaapi_src_2.2.tgz
+hbaapi_build_2.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libhbaapi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Apr 2009 20:42:01 -0000	1.1
+++ sources	8 Apr 2009 13:19:02 -0000	1.2
@@ -0,0 +1,2 @@
+5c9281e28f8731e38721b34494a75eef  hbaapi_src_2.2.tgz
+e853af8d852c2ba03132c0262b1eb559  hbaapi_build_2.2.tar.gz




More information about the scm-commits mailing list