From 7d8b4502603d38e023e9eba90a2a8391fded6edc Mon Sep 17 00:00:00 2001 From: Huang Peng Date: Wed, 2 Jul 2008 17:20:00 +0800 Subject: [PATCH] Use @PACKAGE_NAME@ to replace ibus-tmpl --- ibus-tmpl.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibus-tmpl.spec.in b/ibus-tmpl.spec.in index 52728bd..c77fcde 100644 --- a/ibus-tmpl.spec.in +++ b/ibus-tmpl.spec.in @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define mod_path ibus-@PACKAGE_VERSION_MAJOR@.@PACKAGE_VERSION_MINOR@ -Name: ibus-tmpl +Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ Release: 1%{?dist} Summary: IBus template project -- 2.11.4.GIT