auto-import changelog data from parted-1.6.11-1.src.rpm
Thu May 13 2004 Jeremy Katz <katzj@redhat.com> - 1.6.11-1 - update to 1.6.11 Tue May 11 2004 Jeremy Katz <katzj@redhat.com> - 1.6.9-4 - add patch from Matt Domsch to not use the get/set last sector ioctls with a 2.6 kernel (#121455) Thu Apr 15 2004 David Woodhouse <dwmw2@redhat.com> - 1.6.9-3 - Fix Mac partition detection to close #112937 Tue Apr 13 2004 Jeremy Katz <katzj@redhat.com> - 1.6.9-2 - another minor tweak for 2.6's lack of sane geometry handling Mon Apr 12 2004 Jeremy Katz <katzj@redhat.com> - 1.6.9-1 - update to 1.6.9 - need automake17 - python-devel is superfluous with pyparted as a separate package - lose the fake-libtool stuff, 1.6.9 was disted with newer auto*
This commit is contained in:
parent
a81b1cbc4c
commit
43f5d5b0dc
@ -1 +1 @@
|
|||||||
parted-1.6.6.tar.gz
|
parted-1.6.11.tar.gz
|
||||||
|
41
parted.spec
41
parted.spec
@ -3,10 +3,9 @@
|
|||||||
|
|
||||||
Summary: The GNU disk partition manipulation program.
|
Summary: The GNU disk partition manipulation program.
|
||||||
Name: parted
|
Name: parted
|
||||||
Version: 1.6.6
|
Version: 1.6.11
|
||||||
Release: 2
|
Release: 1
|
||||||
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||||
Source1: fake-libtool.sh
|
|
||||||
Patch0: parted-1.6.3-fat.c.patch
|
Patch0: parted-1.6.3-fat.c.patch
|
||||||
Patch1: parted-1.6.6-gptver.patch
|
Patch1: parted-1.6.6-gptver.patch
|
||||||
Patch2: parted-1.6.3-26geom.patch
|
Patch2: parted-1.6.3-26geom.patch
|
||||||
@ -20,8 +19,8 @@ Buildroot: %{_tmppath}/%{name}-root
|
|||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
BuildRequires: e2fsprogs-devel libtermcap-devel readline-devel
|
BuildRequires: e2fsprogs-devel libtermcap-devel readline-devel
|
||||||
BuildRequires: python-devel ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: automake14 autoconf
|
BuildRequires: automake17
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Parted program allows you to create, destroy, resize, move,
|
The GNU Parted program allows you to create, destroy, resize, move,
|
||||||
@ -43,7 +42,7 @@ Parted library, you need to install this package.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .sigfpe
|
%patch0 -p1 -b .sigfpe
|
||||||
%patch1 -p1 -b .gptver
|
#patch1 -p1 -b .gptver
|
||||||
%patch2 -p1 -b .26geom
|
%patch2 -p1 -b .26geom
|
||||||
%patch3 -p1 -b .partstatic
|
%patch3 -p1 -b .partstatic
|
||||||
|
|
||||||
@ -51,23 +50,12 @@ Parted library, you need to install this package.
|
|||||||
%patch150 -p1 -b .iseries
|
%patch150 -p1 -b .iseries
|
||||||
%patch151 -p1 -b .aix
|
%patch151 -p1 -b .aix
|
||||||
|
|
||||||
aclocal-1.4
|
|
||||||
automake-1.4 --add-missing
|
|
||||||
autoconf
|
|
||||||
autoheader
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
if [ -n "$LINGUAS" ]; then unset LINGUAS; fi
|
if [ -n "$LINGUAS" ]; then unset LINGUAS; fi
|
||||||
%configure --enable-shared --enable-part-static --enable-pc98=no --enable-Werror=no --disable-dynamic-loading
|
%configure --enable-shared --enable-part-static --enable-pc98=no --enable-Werror=no --disable-dynamic-loading
|
||||||
export tagname=CC
|
export tagname=CC
|
||||||
make LIBTOOL=/usr/bin/libtool %{?_smp_mflags}
|
make LIBTOOL=/usr/bin/libtool %{?_smp_mflags}
|
||||||
|
|
||||||
# Because this is the best fix for 118183, given libtool's stupidity.
|
|
||||||
cd parted
|
|
||||||
mv parted parted_
|
|
||||||
make LIBTOOL=$RPM_SOURCE_DIR/fake-libtool.sh parted
|
|
||||||
mv parted_ parted
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
||||||
export tagname=CC
|
export tagname=CC
|
||||||
@ -99,6 +87,25 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
|||||||
%{_libdir}/*.a*
|
%{_libdir}/*.a*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 13 2004 Jeremy Katz <katzj@redhat.com> - 1.6.11-1
|
||||||
|
- update to 1.6.11
|
||||||
|
|
||||||
|
* Tue May 11 2004 Jeremy Katz <katzj@redhat.com> - 1.6.9-4
|
||||||
|
- add patch from Matt Domsch to not use the get/set last sector ioctls
|
||||||
|
with a 2.6 kernel (#121455)
|
||||||
|
|
||||||
|
* Thu Apr 15 2004 David Woodhouse <dwmw2@redhat.com> - 1.6.9-3
|
||||||
|
- Fix Mac partition detection to close #112937
|
||||||
|
|
||||||
|
* Tue Apr 13 2004 Jeremy Katz <katzj@redhat.com> - 1.6.9-2
|
||||||
|
- another minor tweak for 2.6's lack of sane geometry handling
|
||||||
|
|
||||||
|
* Mon Apr 12 2004 Jeremy Katz <katzj@redhat.com> - 1.6.9-1
|
||||||
|
- update to 1.6.9
|
||||||
|
- need automake17
|
||||||
|
- python-devel is superfluous with pyparted as a separate package
|
||||||
|
- lose the fake-libtool stuff, 1.6.9 was disted with newer auto*
|
||||||
|
|
||||||
* Mon Mar 15 2004 Elliot Lee <sopwith@redhat.com> 1.6.6-2
|
* Mon Mar 15 2004 Elliot Lee <sopwith@redhat.com> 1.6.6-2
|
||||||
- Fix parted's "part-static" option to close #118183. Woohoo, a fake-libtool.sh :)
|
- Fix parted's "part-static" option to close #118183. Woohoo, a fake-libtool.sh :)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user