Browse Source

2015-01-31 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* gdisk: <request:2729>
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9316 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
f2a5743ed3
1 changed files with 159 additions and 0 deletions
  1. 159 0
      g/gdisk/gdisk-vl.spec

+ 159 - 0
g/gdisk/gdisk-vl.spec

@@ -0,0 +1,159 @@
+Summary:       An fdisk-like partitioning tool for GPT disks
+Summary(ja):   GPT ディスク用の fdisk 風パーティションツール
+Name:          gdisk
+Version:       0.8.10
+Release:       5%{?_dist_release}
+License:       GPLv2
+URL:           http://www.rodsbooks.com/gdisk/
+Group:         System Environment/Base
+Source0:       http://downloads.sourceforge.net/gptfdisk/gptfdisk-%{version}.tar.gz
+
+BuildRoot:     %{_tmppath}/%{name}-%{version}-root
+BuildRequires: popt-devel
+BuildRequires: libuuid-devel
+BuildRequires: ncurses-devel
+
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
+%description
+An fdisk-like partitioning tool for GPT disks. GPT fdisk features a
+command-line interface, fairly direct manipulation of partition table
+structures, recovery tools to help you deal with corrupt partition
+tables, and the ability to convert MBR disks to GPT format.
+
+%prep
+%setup -q -n gptfdisk-%{version}
+chmod 0644 gdisk_test.sh
+
+%build
+make CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64"
+
+%install
+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
+done
+
+%files
+%doc COPYING README gdisk_test.sh
+%{_sbindir}/gdisk
+%{_sbindir}/cgdisk
+%{_sbindir}/sgdisk
+%{_sbindir}/fixparts
+%{_mandir}/man8/gdisk.8*
+%{_mandir}/man8/cgdisk.8*
+%{_mandir}/man8/sgdisk.8*
+%{_mandir}/man8/fixparts.8*
+
+%changelog
+* Sat Jan 31 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.8.10-5
+- Initial build for Vine Linux
+
+* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.10-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.10-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Sat Mar 08 2014 Terje Rosten <terje.rosten@ntnu.no> - 0.8.10-2
+- Drop icu from buildreq
+
+* Sat Mar 08 2014 Terje Rosten <terje.rosten@ntnu.no> - 0.8.10-1
+- 0.8.10
+
+* 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
+
+* Thu Oct 17 2013 Terje Rosten <terje.rosten@ntnu.no> - 0.8.8-1
+- 0.8.8
+
+* Fri Sep 13 2013 Richard W.M. Jones <rjones@redhat.com> - 0.8.7-2
+- Range check -i option (RHBZ#1007847).
+
+* Sun Aug 11 2013 Terje Rosten <terje.rosten@ntnu.no> - 0.8.7-1
+- 0.8.7
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Fri Jan 25 2013 Orion Poplawski <orion@cora.nwra.com> - 0.8.6-1
+- Update to 0.8.6
+
+* Sat Nov 17 2012 Terje Rosten <terje.rosten@ntnu.no> - 0.8.5-1
+- 0.8.5
+
+* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Mon Apr 23 2012 Terje Rosten <terje.rosten@ntnu.no> - 0.8.4-1
+- 0.8.4
+
+* Sat Apr 21 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.8.2-3
+- Rebuild for libicu 49.1.1
+
+* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-2
+- Rebuilt for c++ ABI breakage
+
+* Sun Jan 29 2012 Terje Rosten <terje.rosten@ntnu.no> - 0.8.2-1
+- 0.8.2
+
+* Thu Jan 05 2012 Terje Rosten <terje.rosten@ntnu.no> - 0.8.1-3
+- Add patch to build with gcc 4.7
+
+* Mon Oct 17 2011 Terje Rosten <terje.rosten@ntnu.no> - 0.8.1-2
+- Add cgdisk and fixparts
+
+* Mon Oct 17 2011 Terje Rosten <terje.rosten@ntnu.no> - 0.8.1-1
+- 0.8.1
+- Add ncurses-devel to buildreq
+
+* Thu Sep 08 2011 Orion Poplawski <orion@cora.nwra.com> - 0.7.2-2
+- Rebuild for libicu 4.8.1
+
+* Sun Jul 10 2011 Terje Rosten <terje.rosten@ntnu.no> - 0.7.2-1
+- 0.7.2
+
+* Mon Apr 11 2011 Terje Rosten <terje.rosten@ntnu.no> - 0.7.1-1
+- 0.7.1
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.14-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Sat Jan 29 2011 Terje Rosten <terje.rosten@ntnu.no> - 0.6.14-1
+- 0.6.14
+
+* Thu Nov 11 2010 Terje Rosten <terje.rosten@ntnu.no> - 0.6.13-1
+- 0.6.13
+
+* Fri Jun 18 2010 Terje Rosten <terje.rosten@ntnu.no> - 0.6.8-1
+- 0.6.8
+
+* Thu Mar 25 2010 Terje Rosten <terje.rosten@ntnu.no> - 0.6.6-1
+- 0.6.6
+- Compile with -D_FILE_OFFSET_BITS=64, recommended upstream
+
+* Sat Mar 20 2010 Terje Rosten <terje.rosten@ntnu.no> - 0.6.5-1
+- 0.6.5
+- Add alignment patch (bz #575297)
+
+* Thu Mar 11 2010 Terje Rosten <terje.rosten@ntnu.no> - 0.6.3-2
+- Fix source url
+
+* Sun Feb 14 2010 Terje Rosten <terje.rosten@ntnu.no> - 0.6.3-1
+- 0.6.3
+
+* Sun Jan 31 2010 Terje Rosten <terje.rosten@ntnu.no> - 0.6.2-1
+- 0.6.2
+
+* Mon Jan 25 2010 Terje Rosten <terje.rosten@ntnu.no> - 0.6.1-1
+- 0.6.1
+- add popt-devel to buildreq
+- random clean up
+
+* Fri Jan 15 2010 R Smith <rodsmith@rodsbooks.com> - 0.6.0
+- created spec file for 0.6.0 release