From 2b1e03586585444bb62783123f74c11e08fef092 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:51:43 +0000 Subject: [PATCH] auto-import changelog data from parted-1.4.11-3.src.rpm Fri May 04 2001 Matt Wilson - added parted-1.4.11-gpt-pmbralign.patch from Matt Domsch Wed May 02 2001 Matt Wilson - include python binding - enable shared library (for python binding, we want fpic code) with --enable-shared - build parted binary static with --enable-all-static - don't run libtoolize on this. Wed May 02 2001 Bill Nottingham - update to 1.4.11 - add EFI GPT patch from Matt Domsch () - don't run autoconf, it relies on a newer non-released version of autoconf... --- .cvsignore | 2 +- parted.spec | 33 +++++++++++++++++++++++++++------ sources | 2 +- 3 files changed, 29 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index b3ebe87..2a59ba1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -parted-1.4.7.tar.gz +parted-1.4.11.tar.gz diff --git a/parted.spec b/parted.spec index 9d7dc6b..6b6a470 100644 --- a/parted.spec +++ b/parted.spec @@ -1,12 +1,13 @@ Summary: The GNU disk partition manipulation program. Name: parted -Version: 1.4.7 -Release: 2 +Version: 1.4.11 +Release: 3 Copyright: GPL Group: Applications/System Buildroot: %{_tmppath}/%{name}-%{version}-root Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz -ExclusiveArch: i386 +Patch0: http://domsch.com/linux/parted/parted-1.4.11-gpt-010319.patch +Patch1: http://domsch.com/linux/parted/parted-1.4.11-gpt-pmbralign.patch %define _sbindir /sbin %description @@ -28,10 +29,12 @@ disk partitions and filesystems. %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build -autoconf -%configure --disable-shared +%define __libtoolize /bin/true +%configure --enable-shared --enable-all-static make %install @@ -48,13 +51,31 @@ make %doc AUTHORS BUGS ChangeLog README THANKS TODO doc/USER* %{_mandir}/*/* %{_sbindir}/* +%{_libdir}/lib*.so.* +/usr/lib/python1.5/site-packages %files devel %defattr (-, root, root) -%{_libdir}/libparted* %{_includedir}/parted +%{_libdir}/lib*.so %changelog +* Fri May 4 2001 Matt Wilson +- added parted-1.4.11-gpt-pmbralign.patch from Matt Domsch + +* Wed May 2 2001 Matt Wilson +- include python binding +- enable shared library (for python binding, we want fpic code) + with --enable-shared +- build parted binary static with --enable-all-static +- don't run libtoolize on this. + +* Wed May 02 2001 Bill Nottingham +- update to 1.4.11 +- add EFI GPT patch from Matt Domsch () +- don't run autoconf, it relies on a newer non-released version + of autoconf... + * Fri Feb 23 2001 Trond Eivind Glomsrød - langify diff --git a/sources b/sources index 83e6e0e..db2a833 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -807a485ef6da87cb384fc0ea05b6988a parted-1.4.7.tar.gz +67ba2384c16615de146687d27fa770b4 parted-1.4.11.tar.gz