From 08608a529269a2fcf30cd355e7f297ccebcc22e6 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:52:10 +0000 Subject: [PATCH] auto-import changelog data from parted-1.4.16-6.src.rpm Fri Aug 17 2001 Matt Wilson 1.4.16-6 - added a patch (Patch1) to link the c library in dynamically, the rest of the libs statically for the parted binary (MF #49358) --- parted.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/parted.spec b/parted.spec index b8e3fe1..8a84bf1 100644 --- a/parted.spec +++ b/parted.spec @@ -1,7 +1,7 @@ Summary: The GNU disk partition manipulation program. Name: parted Version: 1.4.16 -Release: 5 +Release: 6 Copyright: GPL Group: Applications/System Buildroot: %{_tmppath}/%{name}-%{version}-root @@ -9,6 +9,7 @@ Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz #Patch0: http://domsch.com/linux/parted/parted-1.4.15-pre1-gpt-20010703.patch # regenerated patch against 1.4.16 Patch0: parted-1.4.16-gpt-20010703.patch +Patch1: parted-1.4.16-partstatic.patch BuildRequires: libunicode-devel e2fsprogs-devel libtermcap-devel readline-devel BuildRequires: python-devel %define _sbindir /sbin @@ -33,10 +34,13 @@ Parted library, you need to install this package. %prep %setup -q %patch0 -p1 -b .gpt +%patch1 -p1 -b .partstatic %build +#patch1 needs autoconf +autoconf %define __libtoolize /bin/true -%configure --enable-shared --enable-all-static +%configure --enable-shared --enable-part-static make %install @@ -66,6 +70,10 @@ make %{_libdir}/lib*.so %changelog +* Fri Aug 17 2001 Matt Wilson 1.4.16-6 +- added a patch (Patch1) to link the c library in dynamically, the + rest of the libs statically for the parted binary (MF #49358) + * Tue Aug 7 2001 Matt Wilson - made a new dist from CVS that includes binding for disk.get_partition_by_sector and accessing the name of a disk type