rpms/libhugetlbfs/devel .cvsignore, 1.9, 1.10 import.log, 1.1, 1.2 libhugetlbfs.spec, 1.18, 1.19 sources, 1.9, 1.10

Eric Munson emunson at fedoraproject.org
Fri Dec 5 15:18:08 UTC 2008


Author: emunson

Update of /cvs/pkgs/rpms/libhugetlbfs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32657/devel

Modified Files:
	.cvsignore import.log libhugetlbfs.spec sources 
Log Message:
Updating devel libhugetlbfs to 2.1 release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libhugetlbfs/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	14 Aug 2008 20:10:51 -0000	1.9
+++ .cvsignore	5 Dec 2008 15:17:38 -0000	1.10
@@ -1 +1 @@
-libhugetlbfs-2.0.tar.gz
+libhugetlbfs-2.1.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/libhugetlbfs/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	14 Aug 2008 20:10:51 -0000	1.1
+++ import.log	5 Dec 2008 15:17:38 -0000	1.2
@@ -1 +1,2 @@
 libhugetlbfs-2_0-1:HEAD:libhugetlbfs-2.0-1.src.rpm:1218744620
+libhugetlbfs-2_1-1_fc10:HEAD:libhugetlbfs-2.1-1.fc10.src.rpm:1228490213


Index: libhugetlbfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libhugetlbfs/devel/libhugetlbfs.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- libhugetlbfs.spec	14 Aug 2008 20:10:51 -0000	1.18
+++ libhugetlbfs.spec	5 Dec 2008 15:17:38 -0000	1.19
@@ -1,5 +1,5 @@
 Name: libhugetlbfs
-Version: 2.0
+Version: 2.1
 Release: 1%{?dist}
 Summary: A library which provides easy access to huge pages of memory
 
@@ -20,6 +20,24 @@
 Alternatively, applications can be linked against libhugetlbfs without source
 modifications to load BSS or BSS, data, and text segments into large pages.
 
+%package devel
+Summary:	Header files for libhugetlbfs
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+%description devel
+Contains header files for building with libhugetlbfs.
+
+%package utils
+Summary:	Userspace utilities for configuring the hugepage environment
+Group:		Admin Tools
+Requires:	%{name} = %{version}-%{release}
+%description utils
+This packages contains a number of utilities that will help administrate the
+use of huge pages on your system.  hugeedit modifies binaries to set default
+segment remapping behavior. hugectl sets environment variables for using huge
+pages and then execs the target program. hugeadm gives easy access to huge page
+pool size control. pagesize lists page sizes available on the machine.
+
 %prep
 %setup -q -n %{name}-%{version}
 
@@ -36,11 +54,9 @@
 # remove unused sbin directory
 rm -fr $RPM_BUILD_ROOT/%{_sbindir}/
 
-%post
-ldconfig
+%post -p /sbin/ldconfig
 
-%postun
-ldconfig
+%postun -p /sbin/ldconfig
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -49,13 +65,36 @@
 %defattr(-,root,root,-)
 %{_libdir}/libhugetlbfs.so*
 %{_datadir}/%{name}/
-%exclude /usr/bin
+%{_mandir}/man7/libhugetlbfs.7.gz
+%exclude %{_libdir}/libhugetlbfs_privutils.so
 %doc README HOWTO LGPL-2.1 NEWS
 
-%changelog
-* Thu Aug 14 2008 Eric Munson <ebmunson at us.ibm.com> 2.0-1
-- Updating for libhuge-2.0 release
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/hugetlbfs.h
+%{_mandir}/man3/getpagesizes.3.gz
+%{_mandir}/man3/free_huge_pages.3.gz
+%{_mandir}/man3/get_huge_pages.3.gz
+%{_mandir}/man3/gethugepagesizes.3.gz
+%{_mandir}/man3/free_hugepage_region.3.gz
+%{_mandir}/man3/get_hugepage_region.3.gz
 
+%files utils
+%defattr(-,root,root,-)
+%{_bindir}/hugeedit
+%{_bindir}/hugeadm
+%{_bindir}/hugectl
+%{_bindir}/pagesize
+%{_mandir}/man8/hugeedit.8.gz
+%{_mandir}/man8/hugectl.8.gz
+%{_mandir}/man8/hugeadm.8.gz
+%{_mandir}/man1/pagesize.1.gz
+
+%changelog
+* Thu Oct 16 2008 Eric Munson <ebmunson at us.ibm.com> 2.1-1
+- Updating for libhuge-2.1 release
+- Adding -devel and -utils subpackages for various utilities
+  and devel files.
 * Wed May 14 2008 Eric Munson <ebmunson at us.ibm.com> 1.3-1
 - Updating for libhuge-1.3 release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libhugetlbfs/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	14 Aug 2008 20:10:51 -0000	1.9
+++ sources	5 Dec 2008 15:17:38 -0000	1.10
@@ -1 +1 @@
-45fded3c4761be3ed4ea3cc84be7f399  libhugetlbfs-2.0.tar.gz
+f59ac45c0bac4c78155f5896a2a3338a  libhugetlbfs-2.1.tar.gz




More information about the fedora-extras-commits mailing list