rpms/ibus-table-erbi/devel ibus-table-erbi.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
Tue Apr 7 07:19:18 UTC 2009


Author: cchance

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

Modified Files:
	.cvsignore sources 
Added Files:
	ibus-table-erbi.spec import.log 
Log Message:
split from ibus-table



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

Name:       ibus-table-erbi
Version:    1.1.0.20090407
Release:    2%{?dist}
Summary:    Erbi input methods for ibus-table
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: ibus-table >= 1.1.0.20090220-5 
%if %{with bootstrap}
BuildRequires:  gettext-devel >= 0.17, automake >= 1.10.2
%endif
# uncomment if build with extra phrases.
# BuildRequires: ibus-table-extraphrase >= 1.1.0
Requires(post):   ibus-table > 1.1.0

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

Erbi is released under released under GPLv2.

%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
# replace below blank line with --enable-extra-phrases, 
# if build with extra phrases.

make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install INSTALL="install -p"

%clean
rm -rf %{buildroot}

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

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

%changelog
* Tue Apr 07 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090407-2.fc11
- Updated spec file info.

* Tue Apr 07 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090407-1.fc11
- Corrected license to GPLv2.

* Mon Apr 06 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090403-2.fc11
- Added ChangeLog as doc.

* Thu Apr 02 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090403-1.fc11
- Updated source tarball.

* Thu Apr 02 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090402-1.fc11
- Resolves: rhbz#488173
- Splited from ibus-table.


--- NEW FILE import.log ---
ibus-table-erbi-1_1_0_20090407-2_fc11:HEAD:ibus-table-erbi-1.1.0.20090407-2.fc11.src.rpm:1239089340


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-erbi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Apr 2009 02:47:00 -0000	1.1
+++ .cvsignore	7 Apr 2009 07:18:48 -0000	1.2
@@ -0,0 +1 @@
+ibus-table-erbi-1.1.0.20090407.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-erbi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Apr 2009 02:47:00 -0000	1.1
+++ sources	7 Apr 2009 07:18:48 -0000	1.2
@@ -0,0 +1 @@
+266cce156dd0488ad3f06b8909187818  ibus-table-erbi-1.1.0.20090407.tar.gz




More information about the scm-commits mailing list