summaryrefslogtreecommitdiff
path: root/current.spec
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2010-05-01 21:04:23 -0400
committersrs5694 <srs5694@users.sourceforge.net>2010-05-01 21:04:23 -0400
commitc54e9b406255a81cca066dacf127d587b9dd36e1 (patch)
tree965110c5ea5f3e0c160882dabe0d2f7f88ddeb43 /current.spec
parent0283dae41a7db4563be0fe62241ed230e4a101c0 (diff)
downloadsgdisk-c54e9b406255a81cca066dacf127d587b9dd36e1.tar.gz
Final 0.6.7 release; minor bug fixes.
Diffstat (limited to 'current.spec')
-rw-r--r--current.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/current.spec b/current.spec
index 373769b..8e8592a 100644
--- a/current.spec
+++ b/current.spec
@@ -1,11 +1,11 @@
Summary: An fdisk-like partitioning tool for GPT disks
Name: gdisk
-Version: 0.6.6
+Version: 0.6.7
Release: 1%{?dist}
License: GPLv2
URL: http://www.rodsbooks.com/gdisk
Group: Applications/System
-Source: http://www.rodsbooks.com/gdisk/gdisk-0.6.6.tgz
+Source: http://www.rodsbooks.com/gdisk/gdisk-0.6.7.tgz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%description
@@ -19,7 +19,7 @@ and the ability to convert MBR disks to GPT format.
%setup -q
%build
-CFLAGS="$RPM_OPT_FLAGS" "$RPM_OPT_CXX_FLAGS" make
+CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_CXX_FLAGS" make
%install
rm -rf $RPM_BUILD_ROOT
@@ -40,5 +40,5 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man8*
%changelog
-* Sun Mar 21 2010 R Smith <rodsmith@rodsbooks.com> - 0.6.6
-- Created spec file for 0.6.6 release
+* Sat May 1 2010 R Smith <rodsmith@rodsbooks.com> - 0.6.7
+- Created spec file for 0.6.7 release