auto-import changelog data from parted-1.4.11-3.src.rpm

Fri May 04 2001 Matt Wilson <msw@redhat.com>
- added parted-1.4.11-gpt-pmbralign.patch from Matt Domsch
Wed May 02 2001 Matt Wilson <msw@redhat.com>
- 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 <notting@redhat.com>
- update to 1.4.11
- add EFI GPT patch from Matt Domsch (<Matt_Domsch@dell.com>)
- don't run autoconf, it relies on a newer non-released version of
    autoconf...
This commit is contained in:
cvsdist 2004-09-09 09:51:43 +00:00
parent 8ee34836d4
commit 2b1e035865
3 changed files with 29 additions and 8 deletions

View File

@ -1 +1 @@
parted-1.4.7.tar.gz
parted-1.4.11.tar.gz

View File

@ -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 <msw@redhat.com>
- added parted-1.4.11-gpt-pmbralign.patch from Matt Domsch
* Wed May 2 2001 Matt Wilson <msw@redhat.com>
- 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 <notting@redhat.com>
- update to 1.4.11
- add EFI GPT patch from Matt Domsch (<Matt_Domsch@dell.com>)
- don't run autoconf, it relies on a newer non-released version
of autoconf...
* Fri Feb 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
- langify

View File

@ -1 +1 @@
807a485ef6da87cb384fc0ea05b6988a parted-1.4.7.tar.gz
67ba2384c16615de146687d27fa770b4 parted-1.4.11.tar.gz