Hello community,

here is the log from the commit of package fcitx-hangul for openSUSE:Factory 
checked in at 2012-04-12 09:22:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx-hangul (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx-hangul.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx-hangul", Maintainer is ""

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

--- /dev/null   2012-03-17 10:42:43.883537212 +0100
+++ /work/SRC/openSUSE:Factory/.fcitx-hangul.new/fcitx-hangul.changes   
2012-04-12 09:22:42.000000000 +0200
@@ -0,0 +1,6 @@
+-------------------------------------------------------------------
+Sun Apr  8 04:19:44 UTC 2012 - i...@marguerite.su
+
+- initial package 0.1.0
+  * Add hangul support.
+

New:
----
  fcitx-hangul-0.1.0.tar.xz
  fcitx-hangul.changes
  fcitx-hangul.spec

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

Other differences:
------------------
++++++ fcitx-hangul.spec ++++++
#
# spec file for package fcitx-hangul
#
# Copyright (c) 2010 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-hangul
Version:        0.1.0
Release:        1
License:        GPL-2.0
Summary:        Hangul Module for Fcitx IM Framework
Url:    http://code.google.com/fcitx
Group:  System/I18n/Korean
Source: %{name}-%{version}.tar.xz
BuildRequires:  xz
BuildRequires:  cmake
BuildRequires:  gcc-c++
BuildRequires:  gettext
BuildRequires:  pkg-config
BuildRequires:  intltool
BuildRequires:  fdupes
BuildRequires:  fcitx-devel >= 4.2.2
BuildRequires:  libhangul-devel >= 0.1.0
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Fcitx-hangul is a Korean Wrapper for Fcitx IM Framework.
It's generally an IBus hangul implementation on Fcitx.

%prep
%setup -q

%build
mkdir -pv build
pushd build
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL_DIR=%{_libdir} ..
make %{?_smp_mflags}

%install
pushd build
%make_install
popd

# Fix wrong-icon-size
mkdir -pv %{buildroot}%{_datadir}/icons/hicolor/48x48/status/
mv %{buildroot}%{_datadir}/icons/hicolor/64x64/status/*.png 
%{buildroot}%{_datadir}/icons/hicolor/48x48/status/
rm -rf %{buildroot}%{_datadir}/icons/hicolor/64x64/status/

%{__strip} %{buildroot}%{_libdir}/fcitx/%{name}.so

# Fix incorrect-fsf-address
sed -i "s/59\ Temple\ Place,\ Suite\ 330,\ Boston,\ MA\ \ 02111-1307\ \ USA/51\ 
Franklin\ Street,\ Fifth\ Floor,\ Boston,\ MA\ \ 02110-1301\ \ USA/" COPYING

%find_lang %{name}
%fdupes %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS README COPYING
%{_libdir}/fcitx/%{name}.so
%{_datadir}/fcitx/
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
%{_datadir}/icons/hicolor/48x48/status/*.png

%changelog

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

Reply via email to