Update 64bit arch list

This commit is contained in:
Brent Baude 2014-05-20 07:44:42 -05:00
parent 01c8b9b3d0
commit dd7fe6d478
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: POSIX regexp functions
Name: librx
Version: 1.5
Release: 21%{?dist}
Release: 22%{?dist}
License: GPLv2+
URL: http://www.gnu.org/software/rx/rx.html
Group: Applications/Text
@ -38,7 +38,7 @@ This package contains files needed for development with librx.
%setup -q -n rx-%{version}
%patch0 -p1
%patch1 -p1 -b .texipatch
%ifarch x86_64 s390x ia64 ppc64 alpha sparc64 aarch64
%ifarch x86_64 s390x ia64 %{power64} alpha sparc64 aarch64
%patch2 -p1 -b .64bit
%endif
%patch3 -p1 -b .libtoolmode
@ -88,6 +88,9 @@ fi
%{_libdir}/*.so
%changelog
* Tue May 20 2014 Brent Baude <baude@us.ibm.com> - 1.5-22
- Update 64bit arch list
* Wed Jan 15 2014 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.5-21
- Remove single trailing space in -devel post scriptlet which caused a file
named " " in / to appear on install.