Accepting request 108096 from server:irc
patch license to follow spdx.org standard (forwarded request 104364 from coolo) OBS-URL: https://build.opensuse.org/request/show/108096 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irssi?expand=0&rev=18
This commit is contained in:
commit
fcf333d3aa
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 13 10:47:57 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- patch license to follow spdx.org standard
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 11 08:23:57 UTC 2011 - aj@suse.de
|
Tue Jan 11 08:23:57 UTC 2011 - aj@suse.de
|
||||||
|
|
||||||
|
20
irssi.spec
20
irssi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package irssi (Version 0.8.15)
|
# spec file for package irssi
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -15,19 +15,18 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: irssi
|
Name: irssi
|
||||||
Version: 0.8.15
|
Version: 0.8.15
|
||||||
Release: 1
|
Release: 0
|
||||||
%define pkg_name irssi
|
%define pkg_name irssi
|
||||||
#
|
#
|
||||||
License: GPLv2+
|
|
||||||
Group: Productivity/Networking/IRC
|
|
||||||
#
|
#
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: glib2-devel ncurses-devel openssl-devel pkgconfig
|
BuildRequires: glib2-devel
|
||||||
|
BuildRequires: ncurses-devel
|
||||||
|
BuildRequires: openssl-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
%endif
|
%endif
|
||||||
@ -45,6 +44,8 @@ Source99: irssi-rpmlintrc
|
|||||||
Patch: irssi-0.8.15_ssl_proxy.patch
|
Patch: irssi-0.8.15_ssl_proxy.patch
|
||||||
#
|
#
|
||||||
Summary: Modular, Secure, and Well Designed IRC Client
|
Summary: Modular, Secure, and Well Designed IRC Client
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: Productivity/Networking/IRC
|
||||||
%if 0%{?suse_version} > 1130
|
%if 0%{?suse_version} > 1130
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
%else
|
%else
|
||||||
@ -69,11 +70,10 @@ Authors:
|
|||||||
Timo Sirainen <cras@irssi.org>
|
Timo Sirainen <cras@irssi.org>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPLv2+
|
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Requires: %{pkg_name} = %{version}
|
Requires: %{pkg_name} = %{version}
|
||||||
#
|
#
|
||||||
Summary: Development package for irssi
|
Summary: Development package for irssi
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains the development files for irssi. It allows to
|
This package contains the development files for irssi. It allows to
|
||||||
|
Loading…
Reference in New Issue
Block a user