Remove redundant tags/sections
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=15
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 19:32:51 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections per specfile guideline suggestions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 8 11:32:27 UTC 2011 - lars@linux-schulserver.de
|
Mon Aug 8 11:32:27 UTC 2011 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
|||||||
22
newt.spec
22
newt.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package newt
|
# spec file for package newt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -23,8 +23,8 @@ Name: newt
|
|||||||
|
|
||||||
Summary: A library for text mode user interfaces
|
Summary: A library for text mode user interfaces
|
||||||
Version: 0.52.13
|
Version: 0.52.13
|
||||||
Release: 7
|
Release: 1
|
||||||
License: LGPLv2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: https://fedorahosted.org/newt/
|
Url: https://fedorahosted.org/newt/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@@ -33,8 +33,8 @@ Source10: %{name}-rpmlintrc
|
|||||||
Patch0: newt-0.52.13-python_version.patch
|
Patch0: newt-0.52.13-python_version.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: popt-devel
|
BuildRequires: popt-devel
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: slang-devel
|
BuildRequires: slang-devel
|
||||||
%if 0%{?suse_version} < 1020
|
%if 0%{?suse_version} < 1020
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
@@ -55,7 +55,6 @@ This package also contains a Dialog replacement called whiptail. Newt
|
|||||||
is based on the slang library.
|
is based on the slang library.
|
||||||
|
|
||||||
%package -n %{libsoname}
|
%package -n %{libsoname}
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: Shared libraries for Nifty Erik's Windowing Toolkit
|
Summary: Shared libraries for Nifty Erik's Windowing Toolkit
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@@ -69,7 +68,6 @@ check boxes, radio buttons, labels, plain text fields, scrollbars,
|
|||||||
etc., to text mode user interfaces.
|
etc., to text mode user interfaces.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: Development files for the Newt windowing toolkit
|
Summary: Development files for the Newt windowing toolkit
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{libsoname} = %{version}
|
Requires: %{libsoname} = %{version}
|
||||||
@@ -88,7 +86,6 @@ Install newt-devel if you want to develop applications which depend on
|
|||||||
newt.
|
newt.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: Tutorial for Nifty Erik's Windowing Toolkit
|
Summary: Tutorial for Nifty Erik's Windowing Toolkit
|
||||||
Group: Documentation/Howto
|
Group: Documentation/Howto
|
||||||
|
|
||||||
@@ -100,11 +97,10 @@ interfaces. Newt can be used to add stacked windows, entry widgets,
|
|||||||
check boxes, radio buttons, labels, plain text fields, scrollbars,
|
check boxes, radio buttons, labels, plain text fields, scrollbars,
|
||||||
etc., to text mode user interfaces. Newt is based on the slang library.
|
etc., to text mode user interfaces. Newt is based on the slang library.
|
||||||
|
|
||||||
|
%package static
|
||||||
# Please keep the static package as this is requested by another
|
# Please keep the static package as this is requested by another
|
||||||
# vendor for his tool. It shouldn't be a problem to keep this
|
# vendor for his tool. It shouldn't be a problem to keep this
|
||||||
# special package. (lrupp)
|
# special package. (lrupp)
|
||||||
%package static
|
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: Static libraries of Nifty Erik's Windowing Toolkit
|
Summary: Static libraries of Nifty Erik's Windowing Toolkit
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}-devel = %{version}
|
Requires: %{name}-devel = %{version}
|
||||||
@@ -120,8 +116,7 @@ check boxes, radio buttons, labels, plain text fields, scrollbars,
|
|||||||
etc., to text mode user interfaces.
|
etc., to text mode user interfaces.
|
||||||
|
|
||||||
%package -n python-%{name}
|
%package -n python-%{name}
|
||||||
|
License: GPL-2.0 ; GPL-2.0+ ; LGPL-2.1+
|
||||||
License: GPLv2 ; GPLv2+ ; LGPLv2.1+
|
|
||||||
Summary: Python bindings for newt
|
Summary: Python bindings for newt
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@@ -177,9 +172,6 @@ popd 1>/dev/null
|
|||||||
|
|
||||||
%postun -n %{libsoname} -p /sbin/ldconfig
|
%postun -n %{libsoname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr (-,root,root)
|
%defattr (-,root,root)
|
||||||
%dir %{_defaultdocdir}/%{name}
|
%dir %{_defaultdocdir}/%{name}
|
||||||
|
|||||||
Reference in New Issue
Block a user