Accepting request 104699 from M17N
patch license to follow spdx.org standard (forwarded request 104568 from coolo) OBS-URL: https://build.opensuse.org/request/show/104699 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uim?expand=0&rev=35
This commit is contained in:
commit
68848dcbe7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 10:57:19 UTC 2012 - coolo@suse.com
|
||||
|
||||
- patch license to follow spdx.org standard
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 20 06:29:25 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
21
uim.spec
21
uim.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package uim
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -26,13 +26,14 @@ BuildRequires: emacs-x11
|
||||
BuildRequires: emacs-x11
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libedit-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: m17n-lib-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: perl-XML-Parser
|
||||
BuildRequires: libtool pkg-config
|
||||
BuildRequires: m17n-lib-devel
|
||||
BuildRequires: libedit-devel
|
||||
BuildRequires: pkg-config
|
||||
%if %suse_version > 1130
|
||||
BuildRequires: pkgconfig(gtk+-2.0)
|
||||
%else
|
||||
@ -48,12 +49,12 @@ BuildRequires: update-desktop-files
|
||||
BuildRequires: xemacs
|
||||
BuildRequires: fdupes
|
||||
Version: 1.7.1
|
||||
Release: 20
|
||||
Release: 0
|
||||
# xorg-x11-libXdmcp-devel libgnomeprintui-devel
|
||||
License: GPLv2+
|
||||
Summary: A multilingual input method library
|
||||
Url: http://uim.freedesktop.org/wiki/
|
||||
License: GPL-2.0+
|
||||
Group: System/I18n/Japanese
|
||||
Url: http://uim.freedesktop.org/wiki/
|
||||
Source0: http://uim.googlecode.com/files/uim-%{version}.tar.bz2
|
||||
Source1: suse-start-uim.el
|
||||
Source2: xemacs-auto-autoloads.el
|
||||
@ -72,7 +73,6 @@ provide secure and useful input method for all languages. Currently, it
|
||||
can input to applications which support gtk+'s immodule or XIM.
|
||||
|
||||
%package devel
|
||||
License: GPLv2+
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
Group: System/I18n/Japanese
|
||||
Requires: %{name} = %{version}
|
||||
@ -82,7 +82,6 @@ Requires: glibc-devel
|
||||
Include Files and Libraries mandatory for Development.
|
||||
|
||||
%package gtk2
|
||||
License: GPLv2+
|
||||
Summary: GTK+2.0 IM module for uim
|
||||
Group: System/I18n/Japanese
|
||||
Requires: %{name} = %{version}
|
||||
@ -95,7 +94,6 @@ GTK+2.0 IM module for uim
|
||||
%if %{build_gtk3}
|
||||
|
||||
%package gtk3
|
||||
License: GPLv2+
|
||||
Summary: GTK+3.0 IM module for uim
|
||||
Group: System/I18n/Japanese
|
||||
Requires: %{name} = %{version}
|
||||
@ -107,7 +105,6 @@ GTK+3.0 IM module for uim
|
||||
%endif
|
||||
|
||||
%package applet-gnome
|
||||
License: GPLv2+
|
||||
Summary: GNOME applet for uim
|
||||
Group: System/I18n/Japanese
|
||||
Requires: %{name} = %{version}
|
||||
@ -119,7 +116,6 @@ Provides: locale(gnome-libs:ja)
|
||||
GNOME applet for uim
|
||||
|
||||
%package qt3
|
||||
License: GPLv2+
|
||||
Summary: Qt3 input module plugin for uim
|
||||
Group: System/I18n/Japanese
|
||||
Requires: %{name} = %{version}
|
||||
@ -131,7 +127,6 @@ Obsoletes: uim-qt
|
||||
Qt3 input module plugin for uim
|
||||
|
||||
%package qt4
|
||||
License: GPLv2+
|
||||
Summary: Qt4 input module plugin for uim
|
||||
Group: System/I18n/Japanese
|
||||
Requires: %{name} = %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user