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

Doug Ledford (dledford) fedora-extras-commits at redhat.com
Mon Jun 30 19:49:11 UTC 2008


Author: dledford

Update of /cvs/extras/rpms/libibcommon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15778

Modified Files:
	.cvsignore sources 
Added Files:
	libibcommon.spec 
Log Message:
* Sun Jun 08 2008 Doug Ledford <dledford at redhat.com> - 1.1.0-1
- Initial package for Fedora review process



--- NEW FILE libibcommon.spec ---
Summary: OpenFabrics Alliance InfiniBand management common library
Name: libibcommon
Version: 1.1.0
Release: 1%{?dist}
License: GPLv2 or BSD
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source: http://www.openfabrics.org/downloads/management/%{name}-%{version}.tar.gz
Url: http://openfabrics.org/
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
BuildRequires: libtool

%description
libibcommon provides common utility functions for the OFA diagnostic and
management tools. 

%package devel
Summary: Development files for the libibcommon library
Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
Development files for the libibcommon library.

%package static
Summary: Static library files for the libibcommon library
Group: System Environment/Libraries
Requires: %{name}-devel = %{version}-%{release}

%description static
Static library files for the libibcommon library.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=${RPM_BUILD_ROOT} install
# remove unpackaged files from the buildroot
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
%{_libdir}/libibcommon*.so.*
%doc AUTHORS COPYING ChangeLog 

%files devel
%defattr(-,root,root)
%{_libdir}/libibcommon.so
%{_includedir}/infiniband/*.h

%files static
%defattr(-,root,root)
%{_libdir}/libibcommon.a

%changelog
* Sun Jun 08 2008 Doug Ledford <dledford at redhat.com> - 1.1.0-1
- Initial package for Fedora review process



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libibcommon/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Jun 2008 16:16:52 -0000	1.1
+++ .cvsignore	30 Jun 2008 19:48:28 -0000	1.2
@@ -0,0 +1 @@
+libibcommon-1.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libibcommon/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Jun 2008 16:16:52 -0000	1.1
+++ sources	30 Jun 2008 19:48:28 -0000	1.2
@@ -0,0 +1 @@
+b398ef1246a392338053c8e382b3e6ee  libibcommon-1.1.0.tar.gz




More information about the fedora-extras-commits mailing list