This commit is contained in:
parent
5c768e596e
commit
b9f411db4e
2
baselibs.conf
Normal file
2
baselibs.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
libhugetlbfs
|
||||||
|
+/usr/lib(64)?/libhugetlbfs
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 14 17:19:02 CET 2008 - olh@suse.de
|
Mon Jan 14 17:19:02 CET 2008 - olh@suse.de
|
||||||
|
|
||||||
|
@ -10,13 +10,14 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: libhugetlbfs
|
Name: libhugetlbfs
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Summary: hugetlbfs helper library
|
Summary: hugetlbfs helper library
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
Release: 1
|
Release: 19
|
||||||
Url: http://libhugetlbfs.sourceforge.net/
|
Url: http://libhugetlbfs.sourceforge.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define my_make_flags V=1 CFLAGS="$RPM_OPT_FLAGS -g -fPIC" BUILDTYPE=NATIVEONLY PREFIX=/usr LIBDIR32=%{_libdir} DESTDIR=$RPM_BUILD_ROOT
|
%define my_make_flags V=1 CFLAGS="$RPM_OPT_FLAGS -g -fPIC" BUILDTYPE=NATIVEONLY PREFIX=/usr LIBDIR32=%{_libdir} DESTDIR=$RPM_BUILD_ROOT
|
||||||
@ -60,7 +61,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/lib*
|
%{_libdir}/lib*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jan 14 2008 - olh@suse.de
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
* Mon Jan 14 2008 olh@suse.de
|
||||||
- update to version 1.2
|
- update to version 1.2
|
||||||
New features
|
New features
|
||||||
* Partial segment remapping. This allows non-relinked binaries to try
|
* Partial segment remapping. This allows non-relinked binaries to try
|
||||||
@ -80,43 +84,43 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Add proper SONAME to shared libs.
|
* Add proper SONAME to shared libs.
|
||||||
* Makefile respects CFLAGS/LDFLAGS/CPPFLAGS environment variables.
|
* Makefile respects CFLAGS/LDFLAGS/CPPFLAGS environment variables.
|
||||||
* Make mlock() failure non-fatal.
|
* Make mlock() failure non-fatal.
|
||||||
* Sun Jul 08 2007 - olh@suse.de
|
* Sun Jul 08 2007 olh@suse.de
|
||||||
- disable zero_filesize_segment test
|
- disable zero_filesize_segment test
|
||||||
* Sun Apr 15 2007 - olh@suse.de
|
* Sun Apr 15 2007 olh@suse.de
|
||||||
- update to version 1.1 (262564 - LTC33711)
|
- update to version 1.1 (262564 - LTC33711)
|
||||||
* Mon Feb 05 2007 - olh@suse.de
|
* Mon Feb 05 2007 olh@suse.de
|
||||||
- update to 20070129 devel snapshot
|
- update to 20070129 devel snapshot
|
||||||
drop hugetlbd
|
drop hugetlbd
|
||||||
* Mon Feb 05 2007 - olh@suse.de
|
* Mon Feb 05 2007 olh@suse.de
|
||||||
- build -m64/-m32 if required
|
- build -m64/-m32 if required
|
||||||
* Sat Dec 09 2006 - olh@suse.de
|
* Sat Dec 09 2006 olh@suse.de
|
||||||
- build with -g
|
- build with -g
|
||||||
make install should not depend on all
|
make install should not depend on all
|
||||||
* Fri Dec 08 2006 - olh@suse.de
|
* Fri Dec 08 2006 olh@suse.de
|
||||||
- package testsuite, fix make check
|
- package testsuite, fix make check
|
||||||
* Tue Dec 05 2006 - olh@suse.de
|
* Tue Dec 05 2006 olh@suse.de
|
||||||
- add the hugetlbd (214426)
|
- add the hugetlbd (214426)
|
||||||
* Sun Oct 29 2006 - olh@suse.de
|
* Sun Oct 29 2006 olh@suse.de
|
||||||
- update to bugfix release 1.0.1 (214426)
|
- update to bugfix release 1.0.1 (214426)
|
||||||
* Always install linker scripts for all targets
|
* Always install linker scripts for all targets
|
||||||
* Error message updates
|
* Error message updates
|
||||||
* Add documentation on HUGETLB_DEBUG
|
* Add documentation on HUGETLB_DEBUG
|
||||||
* Testcase updates
|
* Testcase updates
|
||||||
* Thu Oct 05 2006 - olh@suse.de
|
* Thu Oct 05 2006 olh@suse.de
|
||||||
- update to final 1.0
|
- update to final 1.0
|
||||||
* Tue Sep 19 2006 - olh@suse.de
|
* Tue Sep 19 2006 olh@suse.de
|
||||||
- update to 20060913 git state
|
- update to 20060913 git state
|
||||||
docu updates
|
docu updates
|
||||||
use library versioning
|
use library versioning
|
||||||
* Wed Jul 19 2006 - olh@suse.de
|
* Wed Jul 19 2006 olh@suse.de
|
||||||
- update to 1.0-pre3
|
- update to 1.0-pre3
|
||||||
* Tue Apr 18 2006 - olh@suse.de
|
* Tue Apr 18 2006 olh@suse.de
|
||||||
- drop unneeded -packages from Buildrequires
|
- drop unneeded -packages from Buildrequires
|
||||||
* Sat Apr 08 2006 - olh@suse.de
|
* Sat Apr 08 2006 olh@suse.de
|
||||||
- update to 1.0-pre2 (#142046 - LTC20562)
|
- update to 1.0-pre2 (#142046 - LTC20562)
|
||||||
* Tue Feb 21 2006 - olh@suse.de
|
* Tue Feb 21 2006 olh@suse.de
|
||||||
- remove backup files
|
- remove backup files
|
||||||
* Tue Feb 21 2006 - olh@suse.de
|
* Tue Feb 21 2006 olh@suse.de
|
||||||
- add linker scripts on ppc, ppc64, i386 and x86_64
|
- add linker scripts on ppc, ppc64, i386 and x86_64
|
||||||
* Thu Feb 09 2006 - olh@suse.de
|
* Thu Feb 09 2006 olh@suse.de
|
||||||
- create package, version 1.0-pre1 (#142046 - LTC20562)
|
- create package, version 1.0-pre1 (#142046 - LTC20562)
|
||||||
|
Loading…
Reference in New Issue
Block a user