Accepting request 701537 from home:dimstar:Factory
Move RPM macros to %_rpmmacrodir. OBS-URL: https://build.opensuse.org/request/show/701537 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=204
This commit is contained in:
@@ -12,19 +12,18 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define _name ibus
|
||||
|
||||
Name: python-ibus
|
||||
Version: 1.5.20
|
||||
Release: 0
|
||||
Summary: Python2 module for ibus
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/I18n/Chinese
|
||||
Url: https://github.com/ibus/
|
||||
URL: https://github.com/ibus/
|
||||
Source: https://github.com/ibus/ibus/releases/download/%{version}/%{_name}-%{version}.tar.gz
|
||||
# Source: %{_name}-%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE ibus-python-install-dir.patch ftake@geeko.jp
|
||||
@@ -42,22 +41,21 @@ BuildRequires: intltool
|
||||
BuildRequires: iso-codes-devel
|
||||
BuildRequires: libnotify-devel >= 0.7
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-gobject-devel
|
||||
BuildRequires: unicode-ucd
|
||||
BuildRequires: update-desktop-files
|
||||
# copy_deep method is supported since 0.31.1
|
||||
BuildRequires: vala >= 0.31.1
|
||||
BuildRequires: x11-tools
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(vapigen)
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
# copy_deep method is supported since 0.31.1
|
||||
BuildRequires: vala >= 0.31.1
|
||||
Requires: %{_name} = %{version}
|
||||
Requires: python-gobject
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
IBus, short for Intelligent Input Bus, is an input framework. IBus
|
||||
|
Reference in New Issue
Block a user