- Remove old RPM tags for pre-12.x openSUSE.

Remove duplicated documentation.

OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=8
This commit is contained in:
Jan Engelhardt 2015-03-08 09:33:51 +00:00 committed by Git OBS Bridge
parent edfda21e4d
commit 181dfc7451
2 changed files with 7 additions and 8 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Mar 8 09:33:02 UTC 2015 - jengelh@inai.de
- Remove old RPM tags for pre-12.x openSUSE.
Remove duplicated documentation.
-------------------------------------------------------------------
Tue Mar 4 10:19:25 UTC 2014 - sweet_f_a@gmx.de

View File

@ -1,7 +1,7 @@
#
# spec file for package gptfdisk
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -28,14 +28,8 @@ Source: http://downloads.sf.net/%name/%name-%version.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++
BuildRequires: ncurses-devel
BuildRequires: xz
%if 0%{?suse_version} > 1140
BuildRequires: pkgconfig(popt)
BuildRequires: pkgconfig(uuid)
%else
BuildRequires: libuuid-devel
BuildRequires: popt-devel
%endif
Obsoletes: gdisk < %version-%release
Provides: gdisk = %version-%release
@ -84,7 +78,6 @@ install -pm0644 *.8 "$b/%_mandir/man8/";
%files fixparts
%defattr(-,root,root)
%doc NEWS COPYING README
%_sbindir/fixparts
%_mandir/man8/fixparts.8*