forked from pool/ibus-table
Accepting request 127119 from home:swyear:branches:M17N
- Add ibus as Requires OBS-URL: https://build.opensuse.org/request/show/127119 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-table?expand=0&rev=17
This commit is contained in:
parent
26bc98c1b8
commit
8336239aca
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 4 13:15:33 UTC 2012 - swyear@gmail.com
|
||||||
|
|
||||||
|
- Add ibus as Requires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 18:58:17 CSE 2012 - hillwood@linuxfans.org
|
Mon Jun 18 18:58:17 CSE 2012 - hillwood@linuxfans.org
|
||||||
|
|
||||||
|
@ -17,21 +17,24 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ibus-table
|
Name: ibus-table
|
||||||
BuildRequires: fdupes ibus-devel pkgconfig python
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: ibus-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: python
|
||||||
Version: 1.3.9.20110827
|
Version: 1.3.9.20110827
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: The Table engine for IBus platform
|
Summary: The Table engine for IBus platform
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/I18n/Chinese
|
Group: System/I18n/Chinese
|
||||||
Url: http://code.google.com/p/ibus/
|
Url: http://code.google.com/p/ibus/
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Requires: ibus
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The package contains general Table engine for IBus platform.
|
The package contains general Table engine for IBus platform.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: Development package for ibus-table
|
Summary: Development package for ibus-table
|
||||||
Group: Development/Libraries/other
|
Group: Development/Libraries/other
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
@ -54,7 +57,6 @@ make %{?jobs:-j %jobs}
|
|||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%fdupes -s $RPM_BUILD_ROOT
|
%fdupes -s $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
|
Loading…
Reference in New Issue
Block a user