rpms/ibus-table-yong/devel ibus-table-yong.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 May 7 02:20:54 UTC 2009


Author: cchance

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

Modified Files:
	.cvsignore sources 
Added Files:
	ibus-table-yong.spec import.log 
Log Message:
new package



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

Name:       ibus-table-yong
Version:    1.1.0.20090422
Release:    4%{?dist}
Summary:    Yong 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

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 Yong input methods for Table engine of IBus platform. 

%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} NO_INDEX=true install INSTALL="install -p"

# installs table source
%__install -m 0755 -d %{buildroot}/%{_datadir}/ibus-table/tables/
%__install -m 0644 tables/yong-ibus.txt %{buildroot}/%{_datadir}/ibus-table/tables/

# removes table binary as it should be created post install
%__rm %{buildroot}/%{_datadir}/ibus-table/tables/yong-ibus.db

%clean
rm -rf %{buildroot}

%post
%{_bindir}/ibus-table-createdb -n %{_datadir}/ibus-table/tables/yong_ibus.db -s %{_datadir}/ibus-table/tables/yong-ibus.txt
%__rm %{_datadir}/ibus-table/tables/yong-ibus.txt

%postun
%__rm %{_datadir}/ibus-table/tables/yong_ibus.db

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_datadir}/ibus-table/tables/yong-ibus.txt
%{_datadir}/ibus-table/icons/yong.png

%changelog
* Wed May 06 2009 Caius 'kaio' Chance <cchance AT redhat DOT com> - 
  1.1.0.20090422-4.fc12
- Fixed filename issues of table file from hyphen to underscore.

* Tue May 05 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090422-3.fc12
- Fixed inclusion of yong-ibus.txt instead of yong-ibus.db for post-inst proc.

* Thu Apr 23 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090422-2.fc12
- Refined files properties and updated description.

* Wed Apr 22 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090422-1.fc12
- Updated from upstream (with icon installed correctly by make install).

* Tue Apr 21 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090421-1.fc12
- Introduced from upstream.


--- NEW FILE import.log ---
ibus-table-yong-1_1_0_20090422-4_fc11:HEAD:ibus-table-yong-1.1.0.20090422-4.fc11.src.rpm:1241660170


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-yong/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 May 2009 21:00:43 -0000	1.1
+++ .cvsignore	7 May 2009 02:20:23 -0000	1.2
@@ -0,0 +1 @@
+ibus-table-yong-1.1.0.20090422.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-yong/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 May 2009 21:00:43 -0000	1.1
+++ sources	7 May 2009 02:20:23 -0000	1.2
@@ -0,0 +1 @@
+3d8a91a171e16c6eac4c9c2f2b3ac218  ibus-table-yong-1.1.0.20090422.tar.gz




More information about the fedora-extras-commits mailing list