Accepting request 37664 from X11:XOrg

checked in (request 37664)

OBS-URL: https://build.opensuse.org/request/show/37664
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-libs?expand=0&rev=131
This commit is contained in:
OBS User autobuild 2010-04-13 19:14:59 +00:00 committed by Git OBS Bridge
parent f7f66dc476
commit fd50c0b120
3 changed files with 27 additions and 17 deletions

View File

@ -1,9 +1,3 @@
-------------------------------------------------------------------
Sun Apr 11 16:40:46 CEST 2010 - sndirsch@suse.de
- libxtrap-pcfix.patch --> libXTrap-pcfix.diff
- specfile cleanup
-------------------------------------------------------------------
Mon Apr 5 07:11:20 CEST 2010 - sndirsch@suse.de

View File

@ -73,7 +73,7 @@ Source90: baselibs.conf
Patch2: libXft-2.1.7-lcd-filter-2.patch
Patch5: libxkbui.diff
Patch10: libXxf86misc-xcb.diff
Patch21: libXTrap-pcfix.diff
Patch21: libxtrap-pcfix.patch
%description
This package contains the remaining X.Org libraries.
@ -219,7 +219,9 @@ Authors:
%setup -q -T -c %{name}
for i in $RPM_SOURCE_DIR/*.tar.bz2; do tar xjf $i; done
pushd libXft-*/src
%if %suse_version > 1010
%patch2 -p1
%endif
popd
pushd libxkbui-*
%patch5
@ -232,30 +234,35 @@ pushd libXTrap-*
popd
%build
for dir in $(ls); do
for dir in xbitmaps-* $(ls | grep -v -e xbitmaps); do
pushd $dir
case $dir in
libXvMC-*) option="--sysconfdir=/etc" ;;
libvnc*|libXcliplist*) autoreconf -fi ;;
*) ;;
option=""; echo $dir | grep -q libXvMC && option="--sysconfdir=/etc"
case $dir in
*)
echo $dir | grep -q -E "libvnc|libXcliplist" && autoreconf -fi
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure \
%if %suse_version > 1110
--disable-static \
%endif
--with-pic --enable-type1 ${option}
;;
esac
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure \
--disable-static \
--with-pic --enable-type1 ${option}
%{__make} %{?jobs:-j%jobs}
popd
done
%install
for dir in $(ls); do
for dir in xbitmaps-* $(ls | grep -v xbitmap); do
pushd $dir
make install DESTDIR=$RPM_BUILD_ROOT
popd
done
/sbin/ldconfig -n $RPM_BUILD_ROOT/usr/%_lib
mkdir -p $RPM_BUILD_ROOT/usr/include/X11/pixmaps/
%if %suse_version > 1110
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
%endif
# already in libXext now (same version)
rm $RPM_BUILD_ROOT/usr/include/X11/extensions/lbxbuf.h
rm $RPM_BUILD_ROOT/usr/include/X11/extensions/lbxbufstr.h
@ -270,6 +277,10 @@ rm -rf "$RPM_BUILD_ROOT"
%postun -p /sbin/ldconfig
%pre -n xorg-x11-devel
test -L usr/include/X11 && rm usr/include/X11
exit 0
%post -n libpciaccess0 -p /sbin/ldconfig
%postun -n libpciaccess0 -p /sbin/ldconfig
@ -297,8 +308,13 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/include/xcb/
/usr/%{_lib}/*.so
%exclude /usr/%{_lib}/libpciaccess.so
%if %suse_version <= 1110
/usr/%{_lib}/*.a
/usr/%{_lib}/*.la
%endif
/usr/%{_lib}/pkgconfig/*.pc
%exclude /usr/%{_lib}/pkgconfig/pciaccess.pc
#/usr/share/aclocal/*.m4
%{_mandir}/man1/*
%{_mandir}/man3/*
%dir %{_datadir}/doc/libXvMC