Change header in icons/Makefile.am
[ibus-tmpl.git] / ibus-tmpl.spec.in
blob52728bdab325b883b0dbafd0a44984d0063bc063
1 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
2 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
3 %define mod_path ibus-@PACKAGE_VERSION_MAJOR@.@PACKAGE_VERSION_MINOR@
4 Name: ibus-tmpl
5 Version: @PACKAGE_VERSION@
6 Release: 1%{?dist}
7 Summary: IBus template project
8 License: GPLv2+
9 Group: System Environment/Libraries
10 URL: http://code.google.com/p/ibus/
11 Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14 BuildRequires: gettext-devel, libtool, python-devel, pygtk2-devel, perl(XML::Parser) gtk2-devel qt-devel
15 Requires: pygtk2
17 %description
18 IBus template project
20 %prep
21 %setup -q
23 %build
24 %configure --disable-static
25 # make -C po update-gmo
26 make %{?_smp_mflags}
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 make DESTDIR=${RPM_BUILD_ROOT} install
32 # %find_lang %{name}
34 %clean
35 rm -rf $RPM_BUILD_ROOT
37 %files
38 # -f %{name}.lang
39 %defattr(-,root,root,-)
40 %doc AUTHORS COPYING README
41 # %dir %{python_sitearch}/ibus
42 # %{python_sitearch}/ibus/*
43 %dir %{_datadir}/ibus/engine/enchant
44 %{_datadir}/ibus/engine/enchant/*
45 %{_libexecdir}/ibus-engine-enchant
46 %{_datadir}/ibus/icons/ibus-enchant.svg
48 %changelog
49 * Wed Jun 25 2008 Huang Peng <shawn.p.huang@gmail.com> - 0.1.0-1
50 - The first version.