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:
parent
8ee34836d4
commit
2b1e035865
@ -1 +1 @@
|
||||
parted-1.4.7.tar.gz
|
||||
parted-1.4.11.tar.gz
|
||||
|
33
parted.spec
33
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 <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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user