|
@@ -3,29 +3,29 @@
|
|
Summary: The GNU disk partition manipulation program.
|
|
Summary: The GNU disk partition manipulation program.
|
|
Summary(ja): ディスクパーティション操作ツール
|
|
Summary(ja): ディスクパーティション操作ツール
|
|
Name: parted
|
|
Name: parted
|
|
-Version: 1.8.8
|
|
+Version: 2.3
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: Applications/Administration
|
|
Group: Applications/Administration
|
|
URL: http://www.gnu.org/software/parted/
|
|
URL: http://www.gnu.org/software/parted/
|
|
|
|
|
|
-Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
|
+Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
|
-Patch0: %{name}-1.8.8-xvd.patch
|
|
+
|
|
-Patch1: %{name}-1.8.8-devmapper-header.patch
|
|
+# Recognize scsi disks with a high major as such
|
|
-Patch2: %{name}-1.8.8-noinst-headers.patch
|
|
+Patch0: parted-2.2-hi-major-sd-rh611691.patch
|
|
-Patch3: %{name}-1.8.8-manpage.patch
|
|
+# Report partitions changes when using blkext major numbers
|
|
-Patch4: %{name}-1.8.8-gcc-4.3.patch
|
|
+Patch1: parted-2.3-lpn.patch
|
|
-Patch5: %{name}-1.8.8-nofixgpt.patch
|
|
|
|
-Patch6: %{name}-1.8.8-alpha.patch
|
|
|
|
-Patch7: %{name}-1.8.8-dospartrec.patch
|
|
|
|
-Patch8: %{name}-1.8.8-appletv.patch
|
|
|
|
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: e2fsprogs-devel, ncurses-devel, readline-devel
|
|
BuildRequires: e2fsprogs-devel, ncurses-devel, readline-devel
|
|
BuildRequires: python-devel, ncurses-devel
|
|
BuildRequires: python-devel, ncurses-devel
|
|
BuildRequires: device-mapper-devel
|
|
BuildRequires: device-mapper-devel
|
|
BuildRequires: libtool, automake, autoconf
|
|
BuildRequires: libtool, automake, autoconf
|
|
-BuildRequires: gettext, texinfo
|
|
+BuildRequires: gettext-devel >= 0.18
|
|
|
|
+BuildRequires: texinfo
|
|
|
|
+BuildRequires: libuuid-devel
|
|
|
|
+BuildRequires: libblkid-devel >= 2.17
|
|
|
|
+BuildRequires: gnupg
|
|
|
|
|
|
Provides: libparted = %{version}-%{release}
|
|
Provides: libparted = %{version}-%{release}
|
|
|
|
|
|
@@ -65,15 +65,9 @@ GNU Parted ライブラリにはハードディスクのパーティションを
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch0 -p1 -b .xvd
|
|
+%patch0 -p1
|
|
-%patch1 -p1 -b .devmapper
|
|
+%patch1 -p1
|
|
-%patch2 -p1 -b .noinst
|
|
+iconv -f ISO-8859-1 -t UTF8 AUTHORS > tmp; touch -r AUTHORS tmp; mv tmp AUTHORS
|
|
-%patch3 -p1 -b .manpage
|
|
|
|
-%patch4 -p1 -b .gcc43
|
|
|
|
-%patch5 -p1 -b .nofixgpt
|
|
|
|
-%patch6 -p1 -b .alpha
|
|
|
|
-%patch7 -p1 -b .dospartrec
|
|
|
|
-%patch8 -p1 -b .appletv
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure \
|
|
%configure \
|
|
@@ -126,6 +120,13 @@ fi
|
|
%{_libdir}/pkgconfig/libparted.pc
|
|
%{_libdir}/pkgconfig/libparted.pc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Nov 9 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.3-1
|
|
|
|
+- new upstream release
|
|
|
|
+- drop old patches
|
|
|
|
+- new patch for 2.3 from fc14
|
|
|
|
+- add BRs: libuuid-devel, libblkid-devel >= 2.17, gnupg
|
|
|
|
+- change BR: gettext -> gettext-devel >= 0.18
|
|
|
|
+
|
|
* Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.8.8-2
|
|
* Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.8.8-2
|
|
- rebuilt with rpm-4.8.1 for pkg-config
|
|
- rebuilt with rpm-4.8.1 for pkg-config
|
|
|
|
|