OBS User unknown 2006-12-28 23:12:35 +00:00 committed by Git OBS Bridge
parent 66b841b648
commit 500ccbcca5
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 27 17:26:51 CET 2006 - sndirsch@suse.de
- set sysconfdir appropriate (Bug #230714)
-------------------------------------------------------------------
Wed Dec 20 04:50:19 CET 2006 - sndirsch@suse.de

View File

@ -19,7 +19,7 @@ Provides: libXaw.so.8 libXaw.so.7 libXaw.so.6
%endif
URL: http://xorg.freedesktop.org/
Version: 7.2
Release: 27
Release: 29
License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Libraries
@ -145,6 +145,7 @@ popd
%build
for dir in libXft1-* xbitmaps-* $(ls | grep -v -e libXft1 -e xbitmaps); do
pushd $dir
option=""; echo $dir | grep -q libXvMC && option="--sysconfdir=/etc"
case $dir in
libXft1-*)
xmkmf -a
@ -155,7 +156,7 @@ for dir in libXft1-* xbitmaps-* $(ls | grep -v -e libXft1 -e xbitmaps); do
--enable-type1 \
--prefix=/usr \
--libdir=%{_libdir} \
--mandir=%{_mandir}
--mandir=%{_mandir} ${option}
;;
esac
make
@ -205,6 +206,8 @@ exit 0
%{_mandir}/man3/*
%changelog -n xorg-x11-libs
* Wed Dec 27 2006 - sndirsch@suse.de
- set sysconfdir appropriate (Bug #230714)
* Wed Dec 20 2006 - sndirsch@suse.de
- libXi-20061015090357.diff:
* Don't call XInput_find_display in _XiGetExtensionVersion,