rpms/ibus-table-quick/devel COPYING.tables, NONE, 1.1 ibus-table-quick.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
Fri Aug 7 04:58:25 UTC 2009


Author: cchance

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

Modified Files:
	.cvsignore sources 
Added Files:
	COPYING.tables ibus-table-quick.spec import.log 
Log Message:
new package, originally from ibus-table-cangjie



--- NEW FILE COPYING.tables ---
           Copyright-Only Dedication* (based on United States law)
                        or Public Domain Certification
             This license is acceptable for Free Cultural Works.

The person or persons who have associated work with this document (the 
"Dedicator" or "Certifier") hereby either (a) certifies that, to the best of 
his knowledge, the work of authorship identified is in the public domain of the country from which the work is published, or (b) hereby dedicates whatever 
copyright the dedicators holds in the work of authorship identified below (the 
"Work") to the public domain. A certifier, moreover, dedicates any copyright 
interest he may have in the associated work, and for these purposes, is 
described as a "dedicator" below.

A certifier has taken reasonable steps to verify the copyright status of this 
work. Certifier recognizes that his good faith efforts may not shield him from 
liability if in fact the work certified is not in the public domain.

Dedicator makes this dedication for the benefit of the public at large and to 
the detriment of the Dedicator's heirs and successors. Dedicator intends this 
dedication to be an overt act of relinquishment in perpetuity of all present 
and future rights under copyright law, whether vested or contingent, in the 
Work. Dedicator understands that such relinquishment of all rights includes 
the relinquishment of all rights to enforce (by lawsuit or otherwise) those 
copyrights in the Work.

Dedicator recognizes that, once placed in the public domain, the Work may be 
freely reproduced, distributed, transmitted, used, modified, built upon, or 
otherwise exploited by anyone for any purpose, commercial or non-commercial, 
and in any way, including by methods that have not yet been invented or 
conceived.


--- NEW FILE ibus-table-quick.spec ---
Name:       ibus-table-quick
Version:    1.2.0.20090720
Release:    2%{?dist}
Summary:    Quick input methods for ibus-table
License:    Public Domain and GPLv2+ 
Group:      System Environment/Libraries
URL:        http://code.google.com/p/ibus/
Source0:    http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:    COPYING.tables

BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch

Requires:         ibus >= 1.2, ibus-table >= 1.2
Requires(post):   ibus >= 1.2, ibus-table >= 1.2
BuildRequires:    ibus >= 1.2, ibus-table >= 1.2

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

%prep
%setup -q
%__cp COPYING icons/COPYING.icons
%__cp %{SOURCE1} tables/COPYING.tables

%build
export IBUS_TABLE_CREATEDB="%{_bindir}/ibus-table-createdb -o"
%configure \
    --prefix=%{_prefix} \
    --enable-quick5 \
    --enable-quick3
%__make %{?_smp_mflags}

%install
%__rm -rf %{buildroot}
make DESTDIR=%{buildroot} NO_INDEX=true INSTALL="install -p" install

%clean
%__rm -rf %{buildroot}

%post
cd %{_datadir}/ibus-table/tables/
%{_bindir}/ibus-table-createdb -i -n quick3.db
%{_bindir}/ibus-table-createdb -i -n quick5.db

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

%changelog
* Wed Jul 22 2009 Caius 'kaio' Chance <k AT kaio.me> - 1.2.0.20090720-2.fc12
- Removed unneccessary BuildRequires.
- Removed unneccessary owned directories.
- Changed autogen.sh to configure.

* Mon Jul 20 2009 Caius 'kaio' Chance <k AT kaio.me> - 1.2.0.20090720-1.fc12
- Separated from ibus-table-cangjie to ibus-table-quick.


--- NEW FILE import.log ---
ibus-table-quick-1_2_0_20090720-2_fc12:HEAD:ibus-table-quick-1.2.0.20090720-2.fc12.src.rpm:1249620991


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-quick/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Jul 2009 19:17:23 -0000	1.1
+++ .cvsignore	7 Aug 2009 04:58:24 -0000	1.2
@@ -0,0 +1 @@
+ibus-table-quick-1.2.0.20090720.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-quick/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Jul 2009 19:17:23 -0000	1.1
+++ sources	7 Aug 2009 04:58:24 -0000	1.2
@@ -0,0 +1 @@
+12a8505b00bb976b914d7e9191049243  ibus-table-quick-1.2.0.20090720.tar.gz




More information about the scm-commits mailing list