~ubuntu-branches/debian/squeeze/ibus-hangul/squeeze

« back to all changes in this revision

Viewing changes to ibus-hangul.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2010-01-03 12:46:27 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100103124627-myjyr6sjtomh148o
Tags: 1.2.0.20100102-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
2
1
%define mod_path ibus-@PACKAGE_VERSION_MAJOR@.@PACKAGE_VERSION_MINOR@
3
2
Name:       @PACKAGE_NAME@
4
3
Version:    @PACKAGE_VERSION@
34
33
%install
35
34
rm -rf $RPM_BUILD_ROOT
36
35
make DESTDIR=${RPM_BUILD_ROOT} install
37
 
rm -f $RPM_BUILD_ROOT%{python_sitearch}/_hangul.la
38
36
 
39
37
%find_lang %{name}
40
38