diff --git a/opencc.spec b/opencc.spec index 0c6d3d4..5530de5 100644 --- a/opencc.spec +++ b/opencc.spec @@ -1,6 +1,6 @@ Name: opencc Version: 0.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Libraries for Simplified-Traditional Chinese Conversion License: ASL 2.0 Group: System Environment/Libraries @@ -10,7 +10,7 @@ Source0: http://open-chinese-convert.googlecode.com/files/%{name}-%{version}. BuildRequires: gettext BuildRequires: cmake -ExclusiveArch: i386 x86_64 +ExclusiveArch: i686 x86_64 %description OpenCC is a library for converting characters and phrases between @@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Wed Nov 30 2011 Peng Wu - 0.2.0-4 +- Change i386 to i686 + * Wed Nov 30 2011 Peng Wu - 0.2.0-3 - Only build for i386 and x86_64