Accepting request 392013 from home:TheBlackCat:branches:utilities

Update to 1.11

OBS-URL: https://build.opensuse.org/request/show/392013
OBS-URL: https://build.opensuse.org/package/show/utilities/ncdu?expand=0&rev=9
This commit is contained in:
Ismail Dönmez
2016-04-29 08:01:50 +00:00
committed by Git OBS Bridge
parent f8b9e38dcc
commit 2fc61dd2da
7 changed files with 69 additions and 31 deletions

View File

@@ -1,8 +1,6 @@
# vim: set sw=4 ts=4 et:
#
# spec file for package ncdu
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +16,7 @@
Name: ncdu
Version: 1.10
Version: 1.11
Release: 0
Summary: NCurses Disk Usage
License: MIT
@@ -26,6 +24,8 @@ Group: System/Filesystems
Url: http://dev.yorhel.nl/ncdu/
Source0: http://dev.yorhel.nl/download/ncdu-%{version}.tar.gz
Source1: http://dev.yorhel.nl/download/ncdu-%{version}.tar.gz.asc
# PATCH-FIX-UPSTREAM include_sys_wait.patch https://dev.yorhel.nl/ncdu/bug/70
Patch0: include_sys_wait.patch
Source2: %{name}.keyring
BuildRequires: ncurses-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -37,21 +37,19 @@ directories are using your disk space.
%prep
%setup -q
%patch0 -p1
%build
%configure
%__make %{?_smp_flags}
make %{?_smp_flags}
%install
%makeinstall
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
%make_install
%files
%defattr(-,root,root,0755)
%defattr(-,root,root,-)
%doc ChangeLog README COPYING
%doc %{_mandir}/man1/%{name}.1*
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%changelog