auto-import changelog data from parted-1.4.16-6.src.rpm

Fri Aug 17 2001 Matt Wilson <msw@redhat.com> 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)
This commit is contained in:
cvsdist 2004-09-09 09:52:10 +00:00
parent 40b68c5655
commit 08608a5292

View File

@ -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 <msw@redhat.com> 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 <msw@redhat.com>
- made a new dist from CVS that includes binding for
disk.get_partition_by_sector and accessing the name of a disk type