rpms/libhugetlbfs/F-8 .cvsignore, 1.6, 1.7 libhugetlbfs.spec, 1.13, 1.14 sources, 1.6, 1.7 skip-link-tests.diff, 1.2, NONE skip-zerosize-test.diff, 1.1, NONE

Eric Munson (emunson) fedora-extras-commits at redhat.com
Mon May 19 23:00:22 UTC 2008


Author: emunson

Update of /cvs/pkgs/rpms/libhugetlbfs/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30013/F-8

Modified Files:
	.cvsignore libhugetlbfs.spec sources 
Removed Files:
	skip-link-tests.diff skip-zerosize-test.diff 
Log Message:
Updating F-8 to libhugetlbfs 1.3.  Patches are no longer necessary
because we have removed the -test rpm.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libhugetlbfs/F-8/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	26 Mar 2007 18:47:12 -0000	1.6
+++ .cvsignore	19 May 2008 22:59:37 -0000	1.7
@@ -1 +1 @@
-libhugetlbfs-1.1.tar.gz
+libhugetlbfs-1.3.tar.gz


Index: libhugetlbfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libhugetlbfs/F-8/libhugetlbfs.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libhugetlbfs.spec	29 Aug 2007 13:07:12 -0000	1.13
+++ libhugetlbfs.spec	19 May 2008 22:59:37 -0000	1.14
@@ -1,19 +1,15 @@
 Name: libhugetlbfs
-Version: 1.1
-Release: 5%{?dist}
+Version: 1.3
+Release: 1%{?dist}
 Summary: A library which provides easy access to huge pages of memory
 
 Group: System Environment/Libraries
-License: LGPLv2+
+License: LGPL
 URL: http://libhugetlbfs.ozlabs.org/ 
 Source0: http://libhugetlbfs.ozlabs.org/releases/%{name}-%{version}.tar.gz       
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: kernel-devel glibc-headers
 Conflicts: kernel < 2.6.16
-ExclusiveArch: x86 x86_64 ppc ppc64
-
-Patch0: skip-zerosize-test.diff
-Patch1: skip-link-tests.diff
 
 %define ldscriptdir %{_datadir}/%{name}/ldscripts
 
@@ -24,20 +20,8 @@
 Alternatively, applications can be linked against libhugetlbfs without source
 modifications to load BSS or BSS, data, and text segments into large pages.
 
-%package test
-Summary: The test suite distributed with libhugetlbfs
-Group: System Environment/Libraries
-Requires: libhugetlbfs = %{version}-%{release}
-
-%description test
-libhugetlbfs is a library which provides easy access to huge pages of memory.
-The libhugetlbfs-test package contains the test suite which can be used to
-verify correct operation of the libhugetlbfs library.
-
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1 -b .filesz
-%patch1 -p1 -b .linktests
 
 %build
 # Parallel builds are not reliable
@@ -46,40 +30,33 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT LDSCRIPTDIR=%{ldscriptdir} BUILDTYPE=NATIVEONLY
-make install-tests PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT LDSCRIPTDIR=%{ldscriptdir} BUILDTYPE=NATIVEONLY
 
 # remove statically built libraries:
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
 # remove unused sbin directory
 rm -fr $RPM_BUILD_ROOT/%{_sbindir}/
 
+%post
+ldconfig
+
+%postun
+ldconfig
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/*.so
-%dir %{_datadir}/%{name}
+%{_libdir}/libhugetlbfs.so*
 %{_datadir}/%{name}/
-%{_datadir}/%{name}/ldscripts/
 %doc README HOWTO LGPL-2.1 NEWS
 
-%files test
-%defattr(-,root,root,-)
-%dir %{_libdir}/%{name}
-%{_libdir}/%{name}/tests/
-
 %changelog
-* Wed Aug 29 2007 Steve Fox <drfickle at k-lug.org> - 1.1-5
-- Add Exclusive Arch for x86, x86_64, ppc, ppc64 as they are the
-  only arches supported upstream.
-
-* Tue Aug 28 2007 Steve Fox <drfickle at k-lug.org> - 1.1-4
-- Skip linking tests until we figure out how to work around BuildID
-
-* Sun Aug 26 2007 Steve Fox <drfickle at k-lug.org> - 1.1-2
-- Skip zero_filesize_segment test, as it causes build failures.
-  failures.
+* Wed May 14 2008 Eric Munson <ebmunson at us.ibm.com> 1.3-1
+- Updating for libhuge-1.3 release
+
+* Tue Mar 25 2008 Eric Munson <ebmunson at us.ibm.com> 1.2-1
+- Removing test rpm target, and excluding test files
 
 * Mon Mar 26 2007 Steve Fox <drfickle at k-lug.org> - 1.1-1
 - New release (1.1)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libhugetlbfs/F-8/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	26 Mar 2007 18:47:12 -0000	1.6
+++ sources	19 May 2008 22:59:37 -0000	1.7
@@ -1 +1 @@
-1d46568ecb103d1d47c6792c288dd1af  libhugetlbfs-1.1.tar.gz
+11e4c86343df88ad4295a59bda27a6ed  libhugetlbfs-1.3.tar.gz


--- skip-link-tests.diff DELETED ---


--- skip-zerosize-test.diff DELETED ---




More information about the fedora-extras-commits mailing list