This commit is contained in:
Terje Røsten 2014-03-02 08:52:50 +01:00
parent e600f1a82f
commit a6bf44946c
3 changed files with 11 additions and 12 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ gdisk-0.6.8.tgz
/gptfdisk-0.8.6.tar.gz
/gptfdisk-0.8.7.tar.gz
/gptfdisk-0.8.8.tar.gz
/gptfdisk-0.8.9.tar.gz

View File

@ -1,7 +1,7 @@
Summary: An fdisk-like partitioning tool for GPT disks
Name: gdisk
Version: 0.8.8
Release: 2%{?dist}
Version: 0.8.9
Release: 1%{?dist}
License: GPLv2
URL: http://www.rodsbooks.com/gdisk/
Group: System Environment/Base
@ -10,7 +10,7 @@ BuildRequires: popt-devel
BuildRequires: libicu-devel
BuildRequires: libuuid-devel
BuildRequires: ncurses-devel
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%description
An fdisk-like partitioning tool for GPT disks. GPT fdisk features a
command-line interface, fairly direct manipulation of partition table
@ -22,20 +22,15 @@ tables, and the ability to convert MBR disks to GPT format.
chmod 0644 gdisk_test.sh
%build
%{__make} CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64"
make CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64"
%install
%{__rm} -rf %{buildroot}
for f in gdisk sgdisk cgdisk fixparts ; do
%{__install} -D -p -m 0755 $f %{buildroot}%{_sbindir}/$f
%{__install} -D -p -m 0644 $f.8 %{buildroot}%{_mandir}/man8/$f.8
install -D -p -m 0755 $f %{buildroot}%{_sbindir}/$f
install -D -p -m 0644 $f.8 %{buildroot}%{_mandir}/man8/$f.8
done
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, -)
%doc COPYING README gdisk_test.sh
%{_sbindir}/gdisk
%{_sbindir}/cgdisk
@ -47,6 +42,9 @@ done
%{_mandir}/man8/fixparts.8*
%changelog
* Sun Mar 02 2014 Terje Rosten <terje.rosten@ntnu.no> - 0.8.9-1
- 0.8.9
* Wed Feb 12 2014 Nils Philippsen <nils@redhat.com> - 0.8.8-2
- fix bogus dates in changelog
- rebuild for new libicu

View File

@ -1 +1 @@
bd47d03ec27bab5613254b5a20f72143 gptfdisk-0.8.8.tar.gz
9b2e6c197bacdee804238fb64b8f90f6 gptfdisk-0.8.9.tar.gz