rpms/libhugetlbfs/devel .cvsignore, 1.3, 1.4 libhugetlbfs.spec, 1.3, 1.4 sources, 1.3, 1.4

Steve Fox (drfickle) fedora-extras-commits at redhat.com
Thu Jul 20 20:03:09 UTC 2006


Author: drfickle

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

Modified Files:
	.cvsignore libhugetlbfs.spec sources 
Log Message:
add new patch


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libhugetlbfs/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	7 Jul 2006 14:14:36 -0000	1.3
+++ .cvsignore	20 Jul 2006 20:03:09 -0000	1.4
@@ -1 +1,2 @@
 libhugetlbfs-20060706.tar.gz
+Makefile-ldscriptdir.diff


Index: libhugetlbfs.spec
===================================================================
RCS file: /cvs/extras/rpms/libhugetlbfs/devel/libhugetlbfs.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libhugetlbfs.spec	7 Jul 2006 14:14:36 -0000	1.3
+++ libhugetlbfs.spec	20 Jul 2006 20:03:09 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name: libhugetlbfs
 Version: 0.%{libhugetlbfs_version}
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A library which provides easy access to huge pages of memory
 
 Group: System Environment/Libraries
@@ -13,6 +13,8 @@
 BuildRequires: kernel-devel glibc-headers
 Conflicts: kernel < 2.6.16
 
+patch0: Makefile-ldscriptdir.diff
+
 %define ldscriptdir %{_datadir}/%{name}/ldscripts
 
 %description
@@ -34,14 +36,15 @@
 
 %prep
 %setup -q -n %{name}-%{libhugetlbfs_version}
+%patch0 -p1 -b .fix.ld.hugetlbfs
 
 %build
 make %{?_smp_mflags} BUILDTYPE=NATIVEONLY
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT LDSCRIPTDIR=$RPM_BUILD_ROOT%{ldscriptdir} BUILDTYPE=NATIVEONLY
-make install-tests PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT LDSCRIPTDIR=$RPM_BUILD_ROOT%{ldscriptdir} BUILDTYPE=NATIVEONLY
+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
@@ -64,6 +67,10 @@
 %{_libdir}/%{name}/tests/*
 
 %changelog
+* Thu Jul 20 2006 Steve Fox <drfickle at k-lug.org> - 0.20060706-2
+- Fix the Makefile so that the ld.hugetlbfs script doesn't store the
+  DESTDIR in the path to the ldscripts dir
+
 * Fri Jul 7 2006 Steve Fox <drfickle at k-lug.org> - 0.20060706-1
 - New release which includes a fix for the syscall macro removal in the
   Rawhide kernels


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libhugetlbfs/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	7 Jul 2006 14:14:36 -0000	1.3
+++ sources	20 Jul 2006 20:03:09 -0000	1.4
@@ -1 +1,2 @@
 20c23abaad330cffe742407a90db66c7  libhugetlbfs-20060706.tar.gz
+d0d2c8adf362420ba6a6d1aecccb79d7  Makefile-ldscriptdir.diff




More information about the fedora-extras-commits mailing list