From 5a1a986eea99854bf53c5fffe5e0fd209d088cef Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 17 2013 12:10:33 +0000 Subject: import libipathverbs-1.2-6.el7.src.rpm --- diff --git a/.libipathverbs.metadata b/.libipathverbs.metadata new file mode 100644 index 0000000..553a150 --- /dev/null +++ b/.libipathverbs.metadata @@ -0,0 +1 @@ +462c07f85b4d568ef72846865ee48ba0af4bb015 SOURCES/libipathverbs-1.2.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/libipathverbs.spec b/SPECS/libipathverbs.spec new file mode 100644 index 0000000..3884fd6 --- /dev/null +++ b/SPECS/libipathverbs.spec @@ -0,0 +1,112 @@ +Name: libipathverbs +Version: 1.2 +Release: 6%{?dist} +Summary: QLogic InfiniPath HCA Userspace Driver +Group: System Environment/Libraries +License: GPLv2 or BSD +Url: http://www.openfabrics.org/ +Source: http://www.openfabrics.org/downloads/%{name}/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: libibverbs-devel > 1.1.4, valgrind-devel +ExclusiveArch: x86_64 +Provides: libibverbs-driver.%{_arch} +%description +QLogic hardware driver for use with libibverbs user space verbs access +library. This driver supports QLogic InfiniPath based cards. + +%package static +Summary: Static version of the libipathverbs driver +Group: System Environment/Libraries +Requires: %{name} = %{version}-%{release} +%description static +Static version of libipathverbs that may be linked directly to an +application. + +%prep +%setup -q + +%build +%configure --with-valgrind +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall +# remove unpackaged files from the buildroot +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%{_libdir}/*.so* +%{_sysconfdir}/libibverbs.d/*.driver +%doc AUTHORS COPYING README + +%files static +%defattr(-,root,root,-) +%{_libdir}/*.a + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 1.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 1.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Jul 20 2011 Doug Ledford - 1.2-3 +- Initial import into Fedora +- Fix pseudoprovide to match what the fedora libibverbs expects + +* Mon Jan 25 2010 Doug Ledford - 1.2-2.el6 +- Minor updates for pkgwrangler review +- Related: bz543948 + +* Mon Dec 21 2009 Doug Ledford - 1.2-1.el6 +- Update to latest upstream source +- Change BuildRequires from valgrind to valgrind-devel for rhel6 +- Drop ppc64 build as it isn't officially supported upstream +- Related: bz543948 + +* Mon Jun 22 2009 Doug Ledford - 1.1-14.el5 +- Rebuild against libibverbs that isn't missing the proper ppc wmb() macro +- Related: bz506258 + +* Sun Jun 21 2009 Doug Ledford - 1.1-13.el5 +- Build against non-XRC libibverbs +- Enabled valgrind annotations +- Related: bz506258, bz504284 + +* Fri Apr 17 2009 Doug Ledford - 1.1-12 +- Update source to ofed 1.4.1-rc3 version +- Related: bz459652 + +* Tue Sep 16 2008 Doug Ledford - 1.1-11 +- Bump and rebuild against libibverbs-1.1.2 +- Resolves: bz451456 + +* Tue Apr 01 2008 Doug Ledford - 1.1-10 +- Update to the OFED 1.3 version of libipathverbs-1.1.tar.gz (there is a 300k + size difference between the libipathverbs-1.1.tar.gz in the OFED release + and the file by the same name at openfabrics.org/downloads/...which is + just insane, they should have different release numbers, but they don't, + so for anyone to duplicate what I have here, you will need to get the + libipathverbs-1.1.tar.gz file out of the libipathverbs-1.1-1.ofed1.3 src + rpm out of the OFED-1.3.tar.gz download at the openfabrics site) +- Related: bz428197 + +* Thu Feb 14 2008 Doug Ledford - 1.1-9 +- Obsolete the old -devel package +- Related: bz432765 + +* Thu Feb 07 2008 Doug Ledford - 1.1-8 +- Bump version to be higher than the OFED 1.2 libipathverbs and rebuild +- Related: bz428197 + +* Tue Jan 15 2008 Doug Ledford - 1.1-0.1 +- Initial import to CVS +