This commit is contained in:
Terje Rsten 2011-07-10 12:19:31 +02:00
parent e3381747e8
commit bc89ed7b3d
4 changed files with 7 additions and 20 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ gdisk-0.6.8.tgz
/gdisk-0.6.13.tgz
/gdisk-0.6.14.tgz
/gptfdisk-0.7.1.tgz
/gptfdisk-0.7.2.tar.gz

View File

@ -1,12 +1,11 @@
Summary: An fdisk-like partitioning tool for GPT disks
Name: gdisk
Version: 0.7.1
Version: 0.7.2
Release: 1%{?dist}
License: GPLv2
URL: http://www.rodsbooks.com/gdisk/
Group: System Environment/Base
Source0: http://downloads.sourceforge.net/gptfdisk/gptfdisk-%{version}.tgz
Patch0: gptfdisk-0.7.1-dso.patch
Source0: http://downloads.sourceforge.net/gptfdisk/gptfdisk-%{version}.tar.gz
BuildRequires: popt-devel
BuildRequires: libicu-devel
BuildRequires: libuuid-devel
@ -19,7 +18,6 @@ tables, and the ability to convert MBR disks to GPT format.
%prep
%setup -q -n gptfdisk-%{version}
%patch0 -p1
%build
%{__make} CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64"
@ -43,6 +41,9 @@ tables, and the ability to convert MBR disks to GPT format.
%{_mandir}/man8/sgdisk.8*
%changelog
* Sun Jul 10 2011 Terje Rosten <terje.rosten@ntnu.no> - 0.7.2-1
- 0.7.2
* Mon Apr 12 2011 Terje Rosten <terje.rosten@ntnu.no> - 0.7.1-1
- 0.7.1

View File

@ -1,15 +0,0 @@
--- gptfdisk-0.7.1/Makefile.orig 2011-04-11 11:01:15.000000000 +0200
+++ gptfdisk-0.7.1/Makefile 2011-04-11 11:05:40.000000000 +0200
@@ -14,10 +14,10 @@
all: gdisk sgdisk fixparts
gdisk: $(LIB_OBJS) gdisk.o gpttext.o
- $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -licuio -luuid -o gdisk
+ $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -licuio -licuuc -luuid -o gdisk
sgdisk: $(LIB_OBJS) sgdisk.o
- $(CXX) $(LIB_OBJS) sgdisk.o $(LDFLAGS) -licuio -luuid -lpopt -o sgdisk
+ $(CXX) $(LIB_OBJS) sgdisk.o $(LDFLAGS) -licuio -licuuc -luuid -lpopt -o sgdisk
fixparts: $(MBR_LIB_OBJS) fixparts.o
$(CXX) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) -o fixparts

View File

@ -1 +1 @@
7c8d810df61e81c821bef399b832e89e gptfdisk-0.7.1.tgz
31deeb7acb5104d56ba2ddeafd907513 gptfdisk-0.7.2.tar.gz