]> git.pld-linux.org Git - packages/gdisk.git/commitdiff
- updated to 0.8.5 auto/th/gdisk-0.8.5-1
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 20 Sep 2012 20:15:30 +0000 (22:15 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 20 Sep 2012 20:15:30 +0000 (22:15 +0200)
gdisk.spec

index d7e5898934e0c802e5d72266c11de3b48b4b9754..b4a0c4f0ae4bd0612cfed8d6849d6925705874f3 100644 (file)
@@ -1,15 +1,16 @@
 Summary:       An fdisk-like partitioning tool for GPT disks
 Name:          gdisk
-Version:       0.7.2
-Release:       3
+Version:       0.8.5
+Release:       1
 License:       GPL v2
 Group:         Base
-URL:           http://www.rodsbooks.com/gdisk/
 Source0:       http://downloads.sourceforge.net/gptfdisk/gptfdisk-%{version}.tar.gz
-# Source0-md5: 31deeb7acb5104d56ba2ddeafd907513
+# Source0-md5: fbff65ea54638a4cb37878f05c178c3a
+URL:           http://www.rodsbooks.com/gdisk/
 BuildRequires: libicu-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libuuid-devel
+BuildRequires: ncurses-devel
 BuildRequires: popt-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -25,7 +26,7 @@ tables, and the ability to convert MBR disks to GPT format.
 %build
 %{__make} \
        CXX="%{__cxx}" \
-       CXXFLAGS="%{rpmcxxflags} -D_FILE_OFFSET_BITS=64"
+       CXXFLAGS="%{rpmcxxflags} -D_FILE_OFFSET_BITS=64 -I/usr/include/ncurses"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.094926 seconds and 4 git commands to generate.