fixes arch
This commit is contained in:
parent
565c2b23b1
commit
072f66f051
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue