File xorg-x11-libXext-unstable-devel.spec of Package xorg-x11-libXext-unstable-devel
#
# spec file for package xorg-x11-libXext-unstable-devel (Version 7.3.99)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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/
#
# norootforbuild
Name: xorg-x11-libXext-unstable-devel
%define dirsuffix 1.0.99.1
BuildRequires: pkgconfig xorg-x11-libX11-unstable-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-proto-unstable-devel xorg-x11-xtrans-devel
#!BuildIgnore: xorg-x11-libX11-devel
#!BuildIgnore: xorg-x11-proto-devel
Url: http://xorg.freedesktop.org/
Version: 7.3.99
Release: 2
License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: Development/Libraries/X11
Provides: xorg-x11-libs:/usr/X11R6/%{_lib}/libXext.a
Conflicts: xorg-x11-libXext-devel < %{version}
Summary: Include Files and Libraries mandatory for Development. (unstable)
Requires: xorg-x11-proto-unstable-devel xorg-x11-xtrans-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libX11-unstable-devel
Source: libXext-%{dirsuffix}.tar.bz2
%description
This package contains all necessary include files and libraries needed
to develop applications that require these.
THIS PACKAGE IS NOT MEANT FOR GENERAL DEVELOPMENT.
This package provides static libraries for some specific packages that
require not-yet-released version of X11.
Authors:
--------
Bob Scheifler
C. Kantarjiev
D. Converse,
D. Lemke
D. Tonogai
Dave Carver
Dave Wiggens
David Wiggens
Ian Elliot
J Fulton
Jeff Vroom
Jeffrey Friedberg
Jim Gettys
Jonathan Corbet
Kaleb S. Keithley
Keith Packard
Kieron Drake
Larry Seiler
Peter Daifuku
R. Mor
R. Tice
Rob Lembree
Tim Glauert
%prep
%setup -n libXext-%{dirsuffix}
%build
#autoreconf -fi
./configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
--enable-static --disable-shared \
--prefix=/usr \
--libdir=%{_libdir} \
--mandir=%{_mandir}
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf "$RPM_BUILD_ROOT"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
/usr/%{_lib}/*.a
/usr/%{_lib}/*.la
/usr/%{_lib}/pkgconfig/*.pc
%{_mandir}/man3/*
%changelog
* Wed Sep 10 2008 hfiguiere@suse.de
- Initial release.