rpms/libhugetlbfs/F-9 .cvsignore, 1.7, 1.8 libhugetlbfs.spec, 1.15, 1.16 sources, 1.7, 1.8 skip-link-tests.diff, 1.2, NONE

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


Author: emunson

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

Modified Files:
	.cvsignore libhugetlbfs.spec sources 
Removed Files:
	skip-link-tests.diff 
Log Message:
Updating libhugetlbfs to 1.3 release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libhugetlbfs/F-9/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	17 Mar 2008 16:38:48 -0000	1.7
+++ .cvsignore	19 May 2008 22:52:55 -0000	1.8
@@ -1 +1 @@
-libhugetlbfs-1.2.tar.gz
+libhugetlbfs-1.3.tar.gz


Index: libhugetlbfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libhugetlbfs/F-9/libhugetlbfs.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libhugetlbfs.spec	17 Mar 2008 16:38:48 -0000	1.15
+++ libhugetlbfs.spec	19 May 2008 22:52:55 -0000	1.16
@@ -1,5 +1,5 @@
 Name: libhugetlbfs
-Version: 1.2
+Version: 1.3
 Release: 1%{?dist}
 Summary: A library which provides easy access to huge pages of memory
 
@@ -20,16 +20,6 @@
 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}
 
@@ -40,30 +30,34 @@
 %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}/libhugetlbfs.so*
-%dir %{_datadir}/%{name}
 %{_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 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)
 - Fix directory ownership


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libhugetlbfs/F-9/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	17 Mar 2008 16:38:48 -0000	1.7
+++ sources	19 May 2008 22:52:55 -0000	1.8
@@ -1 +1 @@
-a110ff9fac63edc97ab9cdefd8ed5355  libhugetlbfs-1.2.tar.gz
+11e4c86343df88ad4295a59bda27a6ed  libhugetlbfs-1.3.tar.gz


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




More information about the fedora-extras-commits mailing list