Import ibus-table.
This commit is contained in:
parent
186bbea769
commit
aa95ee386e
@ -0,0 +1 @@
|
|||||||
|
ibus-table-0.1.1.20080823.tar.gz
|
47
ibus-table.spec
Normal file
47
ibus-table.spec
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
Name: ibus-table
|
||||||
|
Version: 0.1.1.20080823
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: The Table engine for IBus platform
|
||||||
|
License: GPLv2+
|
||||||
|
Group: System Environment/Libraries
|
||||||
|
URL: http://code.google.com/p/ibus/
|
||||||
|
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
BuildRequires: gettext-devel
|
||||||
|
|
||||||
|
Requires: ibus
|
||||||
|
|
||||||
|
%description
|
||||||
|
The package contains general Table engine for IBus platform.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure --disable-static
|
||||||
|
# make -C po update-gmo
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%files -f %{name}.lang
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc AUTHORS COPYING README
|
||||||
|
%dir %{_datadir}/ibus-table
|
||||||
|
%{_datadir}/ibus-table/*
|
||||||
|
%{_bindir}/ibus-engine-table
|
||||||
|
%{_bindir}/table-createdb
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Aug 19 2008 Yu Yuwei <acevery@gmail.com> - 0.1.1.20080823-1
|
||||||
|
- The first version.
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
|||||||
|
ibus-table-0_1_1_20080823-1_fc9:HEAD:ibus-table-0.1.1.20080823-1.fc9.src.rpm:1219617445
|
Loading…
Reference in New Issue
Block a user