Hello community,

here is the log from the commit of package fcitx-pylogger for openSUSE:Factory 
checked in at 2013-07-08 13:35:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx-pylogger (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx-pylogger.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx-pylogger"

Changes:
--------
New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-pylogger.new/fcitx-pylogger.changes       
2013-07-08 13:35:14.000000000 +0200
@@ -0,0 +1,6 @@
+-------------------------------------------------------------------
+Fri Mar  1 16:31:48 UTC 2013 - i...@marguerite.su
+
+- initial version 1.0
+  * no changelog available(no need)
+

New:
----
  fcitx-pylogger-1.0.tar.bz2
  fcitx-pylogger.changes
  fcitx-pylogger.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fcitx-pylogger.spec ++++++
#
# spec file for package fcitx-pylogger 
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           fcitx-pylogger
Version:        1.0
Release:        0
License:        GPL-2.0
Summary:        A Fcitx Typo Tracking Tool
Url:            https://github.com/yuyichao/fcitx-pylogger
Group:  System/I18n/Chinese
Source: %{name}-%{version}.tar.bz2
BuildRequires:  cmake
BuildRequires:  gcc-c++
BuildRequires:  fcitx-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{fcitx_requires}

%description
fcitx-pylogger collects typo statitics data of pinyin with Fcitx.
It records the cases you use `backspace` for typo correction.
It won't upload any data in background but hosts them at
~/.config/fcitx/pylog/pyedit.log
Once you've collected 1000 items, you can send it to fc...@gmx.com

It can work with Sunpinyin/Libpinyin/GooglePinyin. Thanks for your
contribution to make fcitx a better world.

%prep
%setup -q

%build
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} ..
make %{?_smp_mflags}

%install
cd build
%makeinstall
cd ..
%find_lang %{name}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files -f %{name}.lang
%defattr(-,root,root)
%{_fcitx_libdir}/%{name}.so
%{_fcitx_addondir}/%{name}.conf
%{_fcitx_descdir}/%{name}.desc

%changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to