[fcitx] Fix mistakes on Line 153 and Line 155

Liang Suilong liangsuilong at fedoraproject.org
Mon Aug 1 18:09:14 UTC 2011


commit 1557efefcb3c3f7acb4caf934c6ffa909ba6cb07
Author: Fedora <fedora at fedora-desktop.(none)>
Date:   Tue Aug 2 02:08:31 2011 +0800

    Fix mistakes on Line 153 and Line 155

 fcitx.spec  |    4 ++--
 fcitx.spec~ |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/fcitx.spec b/fcitx.spec
index 0353774..a715f91 100644
--- a/fcitx.spec
+++ b/fcitx.spec
@@ -150,9 +150,9 @@ if [ "$1" = "0" ]; then
   [ -L %{_sysconfdir}/alternatives/xinputrc -a "`readlink %{_sysconfdir}/alternatives/xinputrc`" = "%{_xinputconf}" ] && %{_sbindir}/alternatives --auto xinputrc || :
 fi
 
-%post libs -p /sbin/ldconfig
+%post -p /sbin/ldconfig
 
-%postun libs -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
diff --git a/fcitx.spec~ b/fcitx.spec~
index a28c586..0353774 100644
--- a/fcitx.spec~
+++ b/fcitx.spec~
@@ -19,7 +19,7 @@ Requires:		%{name}-data = %{version}-%{release}
 Requires:		imsettings 
 Requires(post):	%{_sbindir}/alternatives
 Requires(postun):	%{_sbindir}/alternatives
-Provides:		%{name}-libs = = %{version}-%{release}
+Provides:		%{name}-libs = %{version}-%{release}
 
 %description
 FCITX(Free Chinese Input Toy of X) is a collection of Simplified Chinese 


More information about the scm-commits mailing list