- BuildArch: noarch
This commit is contained in:
parent
2e33add73c
commit
1f830a9a9c
@ -10,11 +10,12 @@
|
|||||||
Summary: X.Org X11 Protocol headers
|
Summary: X.Org X11 Protocol headers
|
||||||
Name: xorg-x11-proto-devel
|
Name: xorg-x11-proto-devel
|
||||||
Version: 7.3
|
Version: 7.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
# Add virtual provides lazily as they get updated, so the server and libs
|
# Add virtual provides lazily as they get updated, so the server and libs
|
||||||
# can depend on specific proto versions instead of this package's version.
|
# can depend on specific proto versions instead of this package's version.
|
||||||
@ -85,7 +86,8 @@ X.Org X11 Protocol headers
|
|||||||
# Proceed through each proto package directory, building them all
|
# Proceed through each proto package directory, building them all
|
||||||
for dir in $(ls -1) ; do
|
for dir in $(ls -1) ; do
|
||||||
pushd $dir
|
pushd $dir
|
||||||
%configure
|
# yes, this looks horrible, but it's to get the .pc files in datadir
|
||||||
|
%configure --libdir=%{_datadir}
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
mv COPYING COPYING-${dir%%-*}
|
mv COPYING COPYING-${dir%%-*}
|
||||||
popd
|
popd
|
||||||
@ -259,37 +261,40 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/X11/fonts/fsmasks.h
|
%{_includedir}/X11/fonts/fsmasks.h
|
||||||
%{_includedir}/X11/keysym.h
|
%{_includedir}/X11/keysym.h
|
||||||
%{_includedir}/X11/keysymdef.h
|
%{_includedir}/X11/keysymdef.h
|
||||||
%{_libdir}/pkgconfig/bigreqsproto.pc
|
%{_datadir}/pkgconfig/bigreqsproto.pc
|
||||||
%{_libdir}/pkgconfig/compositeproto.pc
|
%{_datadir}/pkgconfig/compositeproto.pc
|
||||||
%{_libdir}/pkgconfig/damageproto.pc
|
%{_datadir}/pkgconfig/damageproto.pc
|
||||||
%{_libdir}/pkgconfig/dmxproto.pc
|
%{_datadir}/pkgconfig/dmxproto.pc
|
||||||
%{_libdir}/pkgconfig/evieproto.pc
|
%{_datadir}/pkgconfig/evieproto.pc
|
||||||
%{_libdir}/pkgconfig/fixesproto.pc
|
%{_datadir}/pkgconfig/fixesproto.pc
|
||||||
%{_libdir}/pkgconfig/fontcacheproto.pc
|
%{_datadir}/pkgconfig/fontcacheproto.pc
|
||||||
%{_libdir}/pkgconfig/fontsproto.pc
|
%{_datadir}/pkgconfig/fontsproto.pc
|
||||||
%{_libdir}/pkgconfig/glproto.pc
|
%{_datadir}/pkgconfig/glproto.pc
|
||||||
%{_libdir}/pkgconfig/inputproto.pc
|
%{_datadir}/pkgconfig/inputproto.pc
|
||||||
%{_libdir}/pkgconfig/kbproto.pc
|
%{_datadir}/pkgconfig/kbproto.pc
|
||||||
%{_libdir}/pkgconfig/randrproto.pc
|
%{_datadir}/pkgconfig/randrproto.pc
|
||||||
%{_libdir}/pkgconfig/recordproto.pc
|
%{_datadir}/pkgconfig/recordproto.pc
|
||||||
%{_libdir}/pkgconfig/renderproto.pc
|
%{_datadir}/pkgconfig/renderproto.pc
|
||||||
%{_libdir}/pkgconfig/resourceproto.pc
|
%{_datadir}/pkgconfig/resourceproto.pc
|
||||||
%{_libdir}/pkgconfig/scrnsaverproto.pc
|
%{_datadir}/pkgconfig/scrnsaverproto.pc
|
||||||
%{_libdir}/pkgconfig/trapproto.pc
|
%{_datadir}/pkgconfig/trapproto.pc
|
||||||
%{_libdir}/pkgconfig/videoproto.pc
|
%{_datadir}/pkgconfig/videoproto.pc
|
||||||
%{_libdir}/pkgconfig/xcmiscproto.pc
|
%{_datadir}/pkgconfig/xcmiscproto.pc
|
||||||
%{_libdir}/pkgconfig/xextproto.pc
|
%{_datadir}/pkgconfig/xextproto.pc
|
||||||
%{_libdir}/pkgconfig/xf86bigfontproto.pc
|
%{_datadir}/pkgconfig/xf86bigfontproto.pc
|
||||||
%{_libdir}/pkgconfig/xf86dgaproto.pc
|
%{_datadir}/pkgconfig/xf86dgaproto.pc
|
||||||
%{_libdir}/pkgconfig/xf86driproto.pc
|
%{_datadir}/pkgconfig/xf86driproto.pc
|
||||||
%{_libdir}/pkgconfig/xf86miscproto.pc
|
%{_datadir}/pkgconfig/xf86miscproto.pc
|
||||||
%{_libdir}/pkgconfig/xf86rushproto.pc
|
%{_datadir}/pkgconfig/xf86rushproto.pc
|
||||||
%{_libdir}/pkgconfig/xf86vidmodeproto.pc
|
%{_datadir}/pkgconfig/xf86vidmodeproto.pc
|
||||||
%{_libdir}/pkgconfig/xineramaproto.pc
|
%{_datadir}/pkgconfig/xineramaproto.pc
|
||||||
%{_libdir}/pkgconfig/xproto.pc
|
%{_datadir}/pkgconfig/xproto.pc
|
||||||
%{_libdir}/pkgconfig/xproxymngproto.pc
|
%{_datadir}/pkgconfig/xproxymngproto.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 11 2007 Adam Jackson <ajax@redhat.com> 7.3-3
|
||||||
|
- BuildArch: noarch
|
||||||
|
|
||||||
* Thu Sep 27 2007 Adam Jackson <ajax@redhat.com> 7.3-2
|
* Thu Sep 27 2007 Adam Jackson <ajax@redhat.com> 7.3-2
|
||||||
- Require libXau-devel when not doing arch bootstrap (#207391)
|
- Require libXau-devel when not doing arch bootstrap (#207391)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user