Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 03559c45d3f58b23b44a35acbd6fed6c > files > 1

gdisk-0.8.6-1.mga3.src.rpm

Name:		gdisk
Version:	0.8.6
Release:	%mkrel 1
Summary:	An fdisk-like partitioning tool for GPT disks
License:	GPLv2
Group:		System/Kernel and hardware
URL:		http://www.rodsbooks.com/gdisk
Source0:	http://downloads.sourceforge.net/gptfdisk/gptfdisk-%{version}.tar.gz
Patch0:		gptfdisk-0.8.5-no-icu.diff
Provides:	gptfdisk = %{version}
Buildrequires: 	libuuid-devel
Buildrequires: 	libpopt-devel
BuildRequires:	ncurses-devel

%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}
%apply_patches

%build
make CXX="g++ %{optflags}" LDFLAGS="%{ldflags}"

%install
mkdir -p %{buildroot}/%{_sbindir}
install -Dp -m0755 gdisk %{buildroot}/%{_sbindir}
install -Dp -m0755 sgdisk %{buildroot}/%{_sbindir}
install -Dp -m0644 gdisk.8 %{buildroot}/%{_mandir}/man8/gdisk.8
install -Dp -m0644 sgdisk.8 %{buildroot}/%{_mandir}/man8/sgdisk.8

%files
%doc NEWS COPYING README
%{_sbindir}/gdisk
%{_sbindir}/sgdisk
%{_mandir}/man8/*


%changelog

* Thu Feb 21 2013 luigiwalser <luigiwalser> 0.8.6-1.mga3
+ Revision: 399797
- 0.8.6

* Wed Jan 23 2013 fwang <fwang> 0.8.5-4.mga3
+ Revision: 391268
- update rpm group

* Fri Jan 11 2013 umeabot <umeabot> 0.8.5-3.mga3
+ Revision: 351135
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Fri Jun 22 2012 tv <tv> 0.8.5-2.mga3
+ Revision: 262561
- build w/o libicu (saves 20%% of the rescue)

* Fri Jun 15 2012 fwang <fwang> 0.8.5-1.mga3
+ Revision: 260719
- new versio 0.8.5

* Tue May 29 2012 blino <blino> 0.8.1-3.mga3
+ Revision: 249499
- rebuild for latest icu

* Fri Oct 28 2011 tmb <tmb> 0.8.1-2.mga2
+ Revision: 159168
- own manpage, not man dir
- add BR: ncurses-devel
- update to 0.8.1

* Sat Jul 09 2011 dams <dams> 0.7.2-1.mga2
+ Revision: 120731
- update to 0.7.2
- clean BR

* Mon Mar 14 2011 andre999 <andre999> 0.6.14-1.mga1
+ Revision: 71350
- imported package gdisk


* Wed Mar 9 2011 andre999 <andre999@mageia.org> - 0.6.14-1mga
- Imported from upstream srpm

* Sat Jan 8 2011 R Smith <rodsmith@rodsbooks.com> - 0.6.14
- Created spec file for 0.6.14 release