0.7.2
This commit is contained in:
parent
e3381747e8
commit
bc89ed7b3d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user