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:
parent
40b68c5655
commit
08608a5292
12
parted.spec
12
parted.spec
@ -1,7 +1,7 @@
|
|||||||
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.16
|
||||||
Release: 5
|
Release: 6
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
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
|
#Patch0: http://domsch.com/linux/parted/parted-1.4.15-pre1-gpt-20010703.patch
|
||||||
# regenerated patch against 1.4.16
|
# regenerated patch against 1.4.16
|
||||||
Patch0: parted-1.4.16-gpt-20010703.patch
|
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,10 +34,13 @@ Parted library, you need to install this package.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .gpt
|
%patch0 -p1 -b .gpt
|
||||||
|
%patch1 -p1 -b .partstatic
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
#patch1 needs autoconf
|
||||||
|
autoconf
|
||||||
%define __libtoolize /bin/true
|
%define __libtoolize /bin/true
|
||||||
%configure --enable-shared --enable-all-static
|
%configure --enable-shared --enable-part-static
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -66,6 +70,10 @@ make
|
|||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Tue Aug 7 2001 Matt Wilson <msw@redhat.com>
|
||||||
- made a new dist from CVS that includes binding for
|
- made a new dist from CVS that includes binding for
|
||||||
disk.get_partition_by_sector and accessing the name of a disk type
|
disk.get_partition_by_sector and accessing the name of a disk type
|
||||||
|
Loading…
Reference in New Issue
Block a user