rpms/ibus-table-wubi/devel ibus-table-wubi.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Caius Chance cchance at fedoraproject.org
Thu Apr 2 00:12:36 UTC 2009


Author: cchance

Update of /cvs/pkgs/rpms/ibus-table-wubi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26582/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ibus-table-wubi.spec import.log 
Log Message:
new package separated from ibus-table (488168)



--- NEW FILE ibus-table-wubi.spec ---
%bcond_without bootstrap

Name:       ibus-table-wubi
Version:    1.1.0.20090327
Release:    3%{?dist}
Summary:    Wubi input methods for ibus-table
License:    GPLv3
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

# for noarch pkgconfig
BuildRequires: ibus-table >= 1.1.0.20090220-5
%if %{with bootstrap}
BuildRequires:  gettext-devel >= 0.17, automake >= 1.10.2
%endif
Requires(post):   ibus-table > 1.1.0

%description
The package contains Wubi input methods for Table engine of IBus platform. 

Wubi is released under released under GPLv3.

%prep
%setup -q

%build
export IBUS_TABLE_CREATEDB="%{_bindir}/ibus-table-createdb --no-create-index"
%if %{with bootstrap}
./autogen.sh \
    --prefix=%{_prefix} \
%else
%configure \
%endif
    --enable-wubi86
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install

%clean
rm -rf %{buildroot}

%post
%{_bindir}/ibus-table-createdb  -n wubi86.db -s wubi86.txt

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%verify(not md5 size mtime) %{_datadir}/ibus-table/tables/wubi86.db
%{_datadir}/ibus-table/icons/wubi86.svg

%changelog
* Mon Mar 27 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090316-3.fc11
- Resolves: rhbz#488168
- Rebuilt with latest upstream.

* Mon Mar 27 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090316-2.fc11
- Resolves: rhbz#488168
- Removed wubi98.

* Mon Mar 16 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090316-1.fc11
- Resolves: rhbz#488168
- Splited from ibus-table.
- Added contents of AUTHORS.


--- NEW FILE import.log ---
ibus-table-wubi-1_1_0_20090327-3_fc11:HEAD:ibus-table-wubi-1.1.0.20090327-3.fc11.src.rpm:1238631748


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-wubi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	31 Mar 2009 11:30:20 -0000	1.1
+++ .cvsignore	2 Apr 2009 00:12:05 -0000	1.2
@@ -0,0 +1 @@
+ibus-table-wubi-1.1.0.20090327.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-wubi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	31 Mar 2009 11:30:20 -0000	1.1
+++ sources	2 Apr 2009 00:12:05 -0000	1.2
@@ -0,0 +1 @@
+8aa15f5b6d1b12068b22ff5e9639a277  ibus-table-wubi-1.1.0.20090327.tar.gz




More information about the fedora-extras-commits mailing list