[meego-commits] 8567: New package Trunk:Testing/scim-m17n

Lisa Yue no_reply at build.meego.com
Mon Oct 18 06:45:33 UTC 2010


Hi,
Adding new package scim-m17n in project Trunk:Testing. Please review and accept ASAP.

Justification for this new package:

Import scim-m17n for BMC#7726

Thank You,
Lisa Yue

[This message was auto-generated]

---

Request #8567:

  submit:   home:lisayue:branches:Trunk:Testing/scim-m17n(r3)(cleanup) -> Trunk:Testing/scim-m17n


Message:
    Import scim-m17n for BMC#7726

State:   new          2010-10-17T23:45:33 lisayue
Comment: None


This is a NEW package in Trunk:Testing project.
The files in the new package:
scim-m17n/
  |__  scim-m17n-0.2.3.tar.gz
  |__  scim-m17n-no-M17N-prefix.patch
  |__  scim-m17n.changes
  |__  scim-m17n.spec
  |__  scim-m17n.yaml

The content of the YAML file, scim-m17n.yaml:
===================================================================
Name: scim-m17n
Summary: SCIM IMEngine for m17n-lib
Version: 0.2.3
Release: 1
Group: System/Libraries
License: GPLv2+
URL: http://www.scim-im.org/projects/imengines
Sources:
    - "%{name}-%{version}.tar.gz"
Patches:
    - scim-m17n-no-M17N-prefix.patch
Description: |
    scim-m17n provides a SCIM IMEngine for m17n-lib, which allows
    input of many languages using the input table maps from m17n-db.

Requires:
    - scim >= 1.4.4
PkgConfigBR:
    - scim
    - m17n-core
#PkgBR:
#    - scim-devel
#    - m17n-lib-devel
Obsoletes:
    - iiimf-le-unit <= 1:12.2
Configure: configure
Builder: make

===================================================================


The content of the spec file, scim-m17n.spec:
===================================================================
# 
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.19
# 
# >> macros
# << macros

Name:       scim-m17n
Summary:    SCIM IMEngine for m17n-lib
Version:    0.2.3
Release:    1
Group:      System/Libraries
License:    GPLv2+
URL:        http://www.scim-im.org/projects/imengines
Source0:    %{name}-%{version}.tar.gz
Source100:  scim-m17n.yaml
Patch0:     scim-m17n-no-M17N-prefix.patch
Requires:   scim >= 1.4.4
Requires(post): /bin/touch
Requires(post): gtk2
BuildRequires:  pkgconfig(scim)
BuildRequires:  pkgconfig(m17n-core)
Obsoletes:   iiimf-le-unit <= 1:12.2


%description
scim-m17n provides a SCIM IMEngine for m17n-lib, which allows
input of many languages using the input table maps from m17n-db.




%prep
%setup -q -n %{name}-%{version}

# scim-m17n-no-M17N-prefix.patch
%patch0 -p1
# >> setup
# << setup

%build
# >> build pre
# << build pre

%configure --disable-static
make %{?jobs:-j%jobs}

# >> build post
# << build post
%install
rm -rf %{buildroot}
# >> install pre
# << install pre
%make_install 

# >> install post


# << install post



%post
/bin/touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache \
  --quiet %{_datadir}/icons/hicolor 2> /dev/null|| :

%postun
/bin/touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache \
  --quiet %{_datadir}/icons/hicolor 2> /dev/null|| :


%files
%defattr(-,root,root,-)
# >> files
%doc AUTHORS COPYING README THANKS
%{_libdir}/scim-1.0/*/IMEngine/m17n.so
%{_datadir}/scim/icons/*
# << files



===================================================================




More information about the MeeGo-commits mailing list