run format_spec_file

OBS-URL: https://build.opensuse.org/package/show/utilities/ncdu?expand=0&rev=3
This commit is contained in:
Petr Uzel 2012-04-23 09:00:32 +00:00 committed by Git OBS Bridge
parent c531491b7c
commit ce3df39548

View File

@ -1,18 +1,31 @@
# vim: set sw=4 ts=4 et:
#
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# spec file for package ncdu
#
# Copyright (c) 2012 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: ncdu
Version: 1.8
Release: 1
Release: 0
Summary: NCurses Disk Usage
Group: System/Filesystems
License: MIT
URL: http://dev.yorhel.nl/ncdu/
Group: System/Filesystems
Url: http://dev.yorhel.nl/ncdu/
Source: http://dev.yorhel.nl/download/ncdu-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ncurses-devel
%description