- Made package arch specific due to pkgconfig files being placed in lib64

if the noarch packages manage to get built on x86_64/ppc64/s390x.
This commit is contained in:
mharris 2006-03-03 01:34:10 +00:00
parent 23a8599129
commit 5c58449446

View File

@ -5,15 +5,13 @@
Summary: X.Org X11 application bitmaps Summary: X.Org X11 application bitmaps
Name: xorg-x11-%{pkgname} Name: xorg-x11-%{pkgname}
Version: 1.0.1 Version: 1.0.1
Release: 2 Release: 3
License: MIT/X11 License: MIT/X11
Group: User Interface/X Group: User Interface/X
URL: http://www.x.org URL: http://www.x.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Source0: http://xorg.freedesktop.org/releases/X11R7.0/src/everything/%{pkgname}-%{version}.tar.bz2 Source0: http://xorg.freedesktop.org/releases/X11R7.0/src/everything/%{pkgname}-%{version}.tar.bz2
BuildArch: noarch
# NOTE: This dependency on xorg-x11-filesystem is required to work around # NOTE: This dependency on xorg-x11-filesystem is required to work around
# a nasty upgrade problem when going from FC4->FC5 or monolithic to # a nasty upgrade problem when going from FC4->FC5 or monolithic to
# modular X.Org. Bug #173384. # modular X.Org. Bug #173384.
@ -52,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/xbitmaps.pc %{_libdir}/pkgconfig/xbitmaps.pc
%changelog %changelog
* Thu Mar 02 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
- Made package arch specific due to pkgconfig files being placed in lib64
if the noarch packages manage to get built on x86_64/ppc64/s390x.
* Wed Mar 01 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2 * Wed Mar 01 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
- Cleaned up file manifest. - Cleaned up file manifest.
- Made package noarch, as it is just header files. - Made package noarch, as it is just header files.