Hello community,

here is the log from the commit of package libpinyin for openSUSE:Factory 
checked in at 2012-02-21 07:32:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpinyin (Old)
 and      /work/SRC/openSUSE:Factory/.libpinyin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpinyin", Maintainer is ""

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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libpinyin.new/libpinyin.changes 2012-02-21 
07:32:16.000000000 +0100
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Sun Jan 29 12:04:41 UTC 2012 - [email protected]
+
+- fix Factory libtool build error.
+
+-------------------------------------------------------------------
+Sat Jan 28 13:09:37 UTC 2012 - [email protected]
+
+- Initial package from libpinyin git, version 0.5
+

New:
----
  _service
  libpinyin-0.5.tar.bz2
  libpinyin.changes
  libpinyin.spec
  model.text.tar.bz2

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

Other differences:
------------------
++++++ libpinyin.spec ++++++
#
# spec file for package libpinyin
#
# Copyright (c) 2012 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:           libpinyin
Version:        0.5
Release:        0
Summary:        Intelligent Pinyin IME
License:        GPL-2.0+
Group:          System/I18n/Chinese
Url:            https://github.com/libpinyin/libpinyin
Source:         %{name}-%{version}.tar.bz2
Source1:        model.text.tar.bz2
BuildRequires:  gcc-c++
BuildRequires:  glib2-devel
BuildRequires:  intltool
BuildRequires:  libdb-4_8-devel
BuildRequires:  wget
BuildRequires:  libtool
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Libpinyin is a staging joint effort of many Chinese Pinyin IME development 
teams.
It aims to be an Intelligent (and Universal) Sentence-based Pinyin IME Backend 
supports many Language Models and Frontends.

%package -n %{name}0
Summary:        Intelligent Pinyin IME
Group:          System/I18n/Chinese
Provides:       %{name} = %{version}

%description -n %{name}0
Libpinyin is a staging joint effort of many Chinese Pinyin IME development 
teams.
It aims to be an Intelligent (and Universal) Sentence-based Pinyin IME Backend 
supports many Language Models and Frontends.

%package devel
Summary:        Intelligent Pinyin IME
Group:          Development/Libraries/C and C++
Requires:       %{name} = %{version}

%description devel
Libpinyin is a staging joint effort of many Chinese Pinyin IME development 
teams.
It aims to be an Intelligent (and Universal) Sentence-based Pinyin IME Backend 
supports many Language Models and Frontends.

%prep
%setup -q

%build
./autogen.sh
%configure
pushd data
%{__cp} -r %{S:1} ./
tar -xjvf model.text.tar.bz2
popd
make %{?_smp_mflags}

%install
%make_install
%{__rm} -rf %{buildroot}%{_libdir}/%{name}.a
%{__rm} -rf %{buildroot}%{_libdir}/%{name}.la

%post -n %{name}0 -p /sbin/ldconfig

%postun -n %{name}0 -p /sbin/ldconfig

%files -n %{name}0
%defattr(-,root,root)
%doc ChangeLog AUTHORS COPYING
%{_bindir}/*
%{_libdir}/%{name}.so.*
%{_datadir}/%{name}

%files devel
%defattr(-,root,root)
%{_includedir}/%{name}-0.3/
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

%changelog
++++++ _service ++++++
<services>
        <service name="tar_scm" mode="localonly">
                
                
                
                
        <param 
name="url">http://github.com/libpinyin/libpinyin.git</param><param 
name="versionprefix">0.5git</param><param name="scm">git</param></service>
        <service name="recompress" mode="localonly">
                <param name="file">*.tar</param>
                <param name="compression">bz2</param>
        </service>
        <service name="set_version" mode="localonly"/>
</services>
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to