Name: libskk Version: 0.0.2 Release: 1%{?dist} Summary: Library to deal with Japanese kana-to-kanji conversion method License: GPLv3+ Group: System Environment/Libraries URL: http://github.com/ueno/libskk Source0: http://cloud.github.com/downloads/ueno/libskk/%{name}-%{version}.tar.gz BuildRequires: vala # FIXME switch to libgee-0.8 once this package is ready for the new libgee API BuildRequires: pkgconfig(gee-1.0) BuildRequires: json-glib-devel BuildRequires: gobject-introspection-devel BuildRequires: intltool %description The libskk project aims to provide GObject-based interface of Japanese input methods. Currently it supports SKK (Simple Kana Kanji) with various typing rules including romaji-to-kana, AZIK, ACT, TUT-Code, T-Code, and NICOLA. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %find_lang %{name} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f %{name}.lang %doc README %{_bindir}/skk %{_libdir}/*.so.* %{_datadir}/libskk %{_libdir}/girepository-1.0/Skk*.typelib %files devel %doc %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_datadir}/gir-1.0/Skk*.gir %{_datadir}/vala/vapi/* %changelog * Fri Dec 16 2011 Daiki Ueno - 0.0.2-1 - initial packaging for Fedora