~ubuntu-branches/ubuntu/precise/gdisk/precise-proposed

« back to all changes in this revision

Viewing changes to current.spec

  • Committer: Bazaar Package Importer
  • Author(s): Guillaume Delacour
  • Date: 2011-10-03 20:46:30 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20111003204630-3cl1nosx48ofyig8
Tags: 0.8.1-1
* New upstream release
* debian/rules: Install cgdisk binary (curses based)
* debian/manpages: Install cgdisk manpage
* debian/control:
  + Remove Intel-based from description thanks Witold Baryluk
  (Closes: #642363)
  + Add libncurses5-dev in Build-Depends
* debian/copyright: Change to new DEP-5 format
* debian/patches/manpages.diff: Refresh patch to escape two hyphen

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Summary: GPT partitioning and MBR repair software
2
2
Name: gptfdisk
3
 
Version: 0.7.2
 
3
Version: 0.8.1
4
4
Release: 1%{?dist}
5
5
License: GPLv2
6
6
URL: http://www.rodsbooks.com/gdisk
7
7
Group: Applications/System
8
 
Source: http://www.rodsbooks.com/gdisk/gptfdisk-0.7.2.tar.gz
 
8
Source: http://www.rodsbooks.com/gdisk/gptfdisk-0.8.1.tar.gz
9
9
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
10
10
 
11
11
%description
12
12
 
13
 
Partitioning software for GPT disks and to repair MBR
14
 
disks. The gdisk and sgdisk utilities (in the gdisk
15
 
package) are GPT-enabled partitioning tools; the
16
 
fixparts utility (in the fixparts package) fixes some
17
 
problems with MBR disks that can be created by buggy
18
 
partitioning software.
 
13
Partitioning software for GPT disks and to repair MBR disks. The gdisk,
 
14
cgdisk, and sgdisk utilities (in the gdisk package) are GPT-enabled
 
15
partitioning tools; the fixparts utility (in the fixparts package) fixes
 
16
some problems with MBR disks that can be created by buggy partitioning
 
17
software.
19
18
 
20
19
%package -n gdisk
21
20
 
41
40
mkdir -p $RPM_BUILD_ROOT/usr/sbin
42
41
install -Dp -m0755 gdisk $RPM_BUILD_ROOT/usr/sbin
43
42
install -Dp -m0755 sgdisk $RPM_BUILD_ROOT/usr/sbin
 
43
install -Dp -m0755 cgdisk $RPM_BUILD_ROOT/usr/sbin
44
44
install -Dp -m0755 fixparts $RPM_BUILD_ROOT/usr/sbin
45
45
install -Dp -m0644 gdisk.8 $RPM_BUILD_ROOT/%{_mandir}/man8/gdisk.8
46
46
install -Dp -m0644 sgdisk.8 $RPM_BUILD_ROOT/%{_mandir}/man8/sgdisk.8
 
47
install -Dp -m0644 cgdisk.8 $RPM_BUILD_ROOT/%{_mandir}/man8/cgdisk.8
47
48
install -Dp -m0644 fixparts.8 $RPM_BUILD_ROOT/%{_mandir}/man8/fixparts.8
48
49
 
49
50
%clean
54
55
%doc NEWS COPYING README
55
56
/usr/sbin/gdisk
56
57
/usr/sbin/sgdisk
 
58
/usr/sbin/cgdisk
57
59
%doc %{_mandir}/man8/gdisk.8*
58
60
%doc %{_mandir}/man8/sgdisk.8*
 
61
%doc %{_mandir}/man8/cgdisk.8*
59
62
 
60
63
%package -n fixparts
61
64
 
77
80
 
78
81
 
79
82
%changelog
80
 
* Sun Jun 26 2011 R Smith <rodsmith@rodsbooks.com> - 0.7.2
81
 
- Created spec file for 0.7.2 release
 
83
* Sat Oct 1 2011 R Smith <rodsmith@rodsbooks.com> - 0.8.1
 
84
- Created spec file for 0.8.1 release