]> git.pld-linux.org Git - packages/gdisk.git/blobdiff - gdisk.spec
- updated to 1.0.4
[packages/gdisk.git] / gdisk.spec
index 6b46fa606a09a9e63fa243b422849a995acee26d..be9a293bd3bc4fd3b5904e18d6aad5d8a5f34a1f 100644 (file)
@@ -1,15 +1,13 @@
 Summary:       An fdisk-like partitioning tool for GPT disks
 Summary(pl.UTF-8):     Podobne do fdiska narzędzie do partycjonowania dysków GPT
 Name:          gdisk
-Version:       1.0.3
+Version:       1.0.4
 Release:       1
 License:       GPL v2
 Group:         Base
 Source0:       http://downloads.sourceforge.net/gptfdisk/gptfdisk-%{version}.tar.gz
-# Source0-md5: 07b625a583b66c8c5840be5923f3e3fe
-Patch0:                %{name}-link.patch
+# Source0-md5: 5ecc3c44913bb6b53d3708d1ac7ac295
 URL:           http://www.rodsbooks.com/gdisk/
-#BuildRequires:        libicu-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libuuid-devel
 BuildRequires: ncurses-devel
@@ -32,8 +30,6 @@ formatu GPT.
 
 %prep
 %setup -q -n gptfdisk-%{version}
-# since 0.8.9 libicu for UTF-16 support is optional
-#%patch0 -p1
 
 %build
 %{__make} \
@@ -53,7 +49,11 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc NEWS README *.html
+%attr(755,root,root) %{_sbindir}/cgdisk
 %attr(755,root,root) %{_sbindir}/fixparts
-%attr(755,root,root) %{_sbindir}/*gdisk
+%attr(755,root,root) %{_sbindir}/gdisk
+%attr(755,root,root) %{_sbindir}/sgdisk
+%{_mandir}/man8/cgdisk.8*
 %{_mandir}/man8/fixparts.8*
-%{_mandir}/man8/*gdisk.8*
+%{_mandir}/man8/gdisk.8*
+%{_mandir}/man8/sgdisk.8*
This page took 0.07571 seconds and 4 git commands to generate.