This commit is contained in:
parent
5a94d39ab1
commit
faec942b68
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 15:32:41 CEST 2008 - sndirsch@suse.de
|
||||
|
||||
- fixed build by adding libexpat-devel to Buildrequires
|
||||
- removed libXft.la (bnc #421322)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 1 12:37:37 CEST 2008 - sndirsch@suse.de
|
||||
|
||||
|
@ -2,9 +2,16 @@
|
||||
# spec file for package xorg-x11-libs (Version 7.3)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -12,7 +19,7 @@
|
||||
|
||||
|
||||
Name: xorg-x11-libs
|
||||
BuildRequires: fontconfig-devel freetype2-devel gperf libxslt pkgconfig xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libXext-devel xorg-x11-libXfixes-devel xorg-x11-libXmu-devel xorg-x11-libXp-devel xorg-x11-libXpm-devel xorg-x11-libXprintUtil-devel xorg-x11-libXrender-devel xorg-x11-libXt-devel xorg-x11-libXv-devel xorg-x11-libfontenc-devel xorg-x11-libxkbfile-devel xorg-x11-proto-devel xorg-x11-util-devel xorg-x11-xtrans-devel
|
||||
BuildRequires: fontconfig-devel freetype2-devel gperf libexpat-devel libxslt pkgconfig xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libXext-devel xorg-x11-libXfixes-devel xorg-x11-libXmu-devel xorg-x11-libXp-devel xorg-x11-libXpm-devel xorg-x11-libXprintUtil-devel xorg-x11-libXrender-devel xorg-x11-libXt-devel xorg-x11-libXv-devel xorg-x11-libfontenc-devel xorg-x11-libxkbfile-devel xorg-x11-proto-devel xorg-x11-util-devel xorg-x11-xtrans-devel
|
||||
%ifarch ppc64 s390x x86_64
|
||||
Provides: libXaw.so.8()(64bit) libXaw.so.7()(64bit) libXaw.so.6()(64bit)
|
||||
%else
|
||||
@ -20,7 +27,7 @@ Provides: libXaw.so.8 libXaw.so.7 libXaw.so.6
|
||||
%endif
|
||||
Url: http://xorg.freedesktop.org/
|
||||
Version: 7.3
|
||||
Release: 78
|
||||
Release: 91
|
||||
License: X11/MIT
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Group: System/Libraries
|
||||
@ -178,6 +185,9 @@ for dir in xbitmaps-* $(ls | grep -v xbitmap); do
|
||||
done
|
||||
/sbin/ldconfig -n $RPM_BUILD_ROOT/usr/%_lib
|
||||
mkdir -p $RPM_BUILD_ROOT/usr/include/X11/pixmaps/
|
||||
%if %suse_version > 1100
|
||||
rm $RPM_BUILD_ROOT/%{_libdir}/libXft.la
|
||||
%endif
|
||||
|
||||
%clean
|
||||
rm -rf "$RPM_BUILD_ROOT"
|
||||
@ -220,6 +230,9 @@ exit 0
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 29 2008 sndirsch@suse.de
|
||||
- fixed build by adding libexpat-devel to Buildrequires
|
||||
- removed libXft.la (bnc #421322)
|
||||
* Fri Aug 01 2008 sndirsch@suse.de
|
||||
- xcb-util 0.2.1
|
||||
* bug fixes
|
||||
|
Loading…
Reference in New Issue
Block a user