fixes arch

This commit is contained in:
Peng Wu 2011-11-30 14:12:59 +08:00
commit 072f66f051

View file

@ -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 <pwu@redhat.com> - 0.2.0-4
- Change i386 to i686
* Wed Nov 30 2011 Peng Wu <pwu@redhat.com> - 0.2.0-3
- Only build for i386 and x86_64