auto-import parted-1.4.20-1 from parted-1.4.20-1.src.rpm
This commit is contained in:
parent
08c8ed9625
commit
b7d794a516
@ -1 +1 @@
|
|||||||
parted-1.4.16.tar.gz
|
parted-1.4.20.tar.gz
|
||||||
|
32
parted.spec
32
parted.spec
@ -1,15 +1,11 @@
|
|||||||
Summary: The GNU disk partition manipulation program.
|
Summary: The GNU disk partition manipulation program.
|
||||||
Name: parted
|
Name: parted
|
||||||
Version: 1.4.16
|
Version: 1.4.20
|
||||||
Release: 18
|
Release: 1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
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: libunicode-devel e2fsprogs-devel libtermcap-devel readline-devel
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
%define _sbindir /sbin
|
%define _sbindir /sbin
|
||||||
@ -33,13 +29,10 @@ Parted library, you need to install this package.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .gpt
|
|
||||||
%patch1 -p1 -b .partstatic
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#patch1 needs autoconf
|
|
||||||
autoconf
|
|
||||||
%define __libtoolize /bin/true
|
%define __libtoolize /bin/true
|
||||||
|
export PYTHON=/usr/bin/python
|
||||||
%configure --enable-shared --enable-part-static --enable-pc98=no
|
%configure --enable-shared --enable-part-static --enable-pc98=no
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -62,7 +55,8 @@ make
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
/usr/lib/python1.5/site-packages
|
%dir /usr/lib/python?.?/site-packages
|
||||||
|
/usr/lib/python?.?/site-packages/*.so
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
@ -70,17 +64,13 @@ make
|
|||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Dec 19 2001 Harald Hoyer <harald@redhat.de> 1.4.16-18
|
* Fri Oct 19 2001 Matt Wilson <msw@redhat.com> 1.4.20-1
|
||||||
- removed exception for blocksize
|
- 1.4.20 final
|
||||||
|
|
||||||
* Mon Nov 14 2001 Harald Hoyer <harald@redhat.de> 1.4.16-14
|
* Thu Oct 11 2001 Matt Wilson <msw@redhat.com> 1.4.20-0.1pre3
|
||||||
- fix overflow bug
|
- new dist from CVS with new autoconf and automake
|
||||||
|
- gpt is in 1.4.20, removed patch1 (gpt support)
|
||||||
* Tue Nov 13 2001 Harald Hoyer <harald@redhat.de> 1.4.16-13
|
- partstatic is in 1.4.20, removed patch2 (partstatic patch)
|
||||||
- raid support
|
|
||||||
|
|
||||||
* Thu Sep 27 2001 Harald Hoyer <harald@redhat.de> 1.4.16-12
|
|
||||||
- s390 port
|
|
||||||
|
|
||||||
* Tue Aug 28 2001 Matt Wilson <msw@redhat.com> 1.4.16-8
|
* Tue Aug 28 2001 Matt Wilson <msw@redhat.com> 1.4.16-8
|
||||||
- new dist from cvs with changes to the python binding: register
|
- new dist from cvs with changes to the python binding: register
|
||||||
|
Loading…
Reference in New Issue
Block a user