2012-02-13 11:08:12 +01:00
|
|
|
#
|
|
|
|
# spec file for package libXt
|
|
|
|
#
|
2023-04-10 10:50:36 +02:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2012-02-13 11:08:12 +01:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2019-07-03 11:38:11 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-02-13 11:08:12 +01:00
|
|
|
#
|
2012-03-07 10:47:42 +01:00
|
|
|
|
|
|
|
|
2012-02-13 11:08:12 +01:00
|
|
|
Name: libXt
|
|
|
|
%define lname libXt6
|
2023-04-10 10:50:36 +02:00
|
|
|
Version: 1.3.0
|
2012-02-13 11:08:12 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: X Toolkit Intrinsics library
|
|
|
|
License: MIT
|
|
|
|
Group: Development/Libraries/C and C++
|
2021-01-25 12:16:45 +01:00
|
|
|
URL: http://xorg.freedesktop.org/
|
2012-02-13 11:08:12 +01:00
|
|
|
|
|
|
|
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXt
|
|
|
|
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXt/
|
2023-04-10 10:50:36 +02:00
|
|
|
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz
|
2015-05-04 16:35:00 +02:00
|
|
|
Source1: baselibs.conf
|
2013-06-02 00:03:54 +02:00
|
|
|
|
2012-03-07 10:47:42 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2017-11-22 16:26:18 +01:00
|
|
|
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
2012-03-07 10:47:42 +01:00
|
|
|
BuildRequires: fdupes
|
2012-04-13 12:34:04 +02:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: pkgconfig(ice)
|
2012-03-07 10:47:42 +01:00
|
|
|
BuildRequires: pkgconfig(kbproto)
|
2012-04-13 12:34:04 +02:00
|
|
|
BuildRequires: pkgconfig(sm)
|
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
BuildRequires: pkgconfig(xorg-macros) >= 1.13
|
|
|
|
BuildRequires: pkgconfig(xproto)
|
2012-02-13 11:08:12 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
The low level Xlib library provides functions for interacting with an
|
|
|
|
X11 server, but does not provide any function for implementing the
|
|
|
|
graphical objects (widgets) used in GUIs, such as buttons, menus,
|
|
|
|
etc. The Xt library provides support for creating and using widget
|
|
|
|
types, but does not provide any specific widget. Specific widgets are
|
|
|
|
implemented by other libraries using Xt, such as Xaw and Motif.
|
|
|
|
|
|
|
|
%package -n %lname
|
|
|
|
Summary: X Toolkit Intrinsics library
|
|
|
|
# O/P added for 12.2
|
2019-07-03 11:38:11 +02:00
|
|
|
Group: System/Libraries
|
2012-02-13 11:08:12 +01:00
|
|
|
Provides: xorg-x11-libXt = 7.6_%version-%release
|
|
|
|
Obsoletes: xorg-x11-libXt < 7.6_%version-%release
|
|
|
|
|
|
|
|
%description -n %lname
|
|
|
|
The low level Xlib library provides functions for interacting with an
|
|
|
|
X11 server, but does not provide any function for implementing the
|
|
|
|
graphical objects (widgets) used in GUIs, such as buttons, menus,
|
|
|
|
etc. The Xt library provides support for creating and using widget
|
|
|
|
types, but does not provide any specific widget. Specific widgets are
|
|
|
|
implemented by other libraries using Xt, such as Xaw and Motif.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for the X Toolkit Intrinsics library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: %lname = %version
|
|
|
|
# O/P added for 12.2
|
|
|
|
Provides: xorg-x11-libXt-devel = 7.6_%version-%release
|
|
|
|
Obsoletes: xorg-x11-libXt-devel < 7.6_%version-%release
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The low level Xlib library provides functions for interacting with an
|
|
|
|
X11 server, but does not provide any function for implementing the
|
|
|
|
graphical objects (widgets) used in GUIs, such as buttons, menus,
|
|
|
|
etc. The Xt library provides support for creating and using widget
|
|
|
|
types, but does not provide any specific widget. Specific widgets are
|
|
|
|
implemented by other libraries using Xt, such as Xaw and Motif.
|
|
|
|
|
|
|
|
This package contains the development headers for the library found
|
|
|
|
in %lname.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2012-04-13 12:34:04 +02:00
|
|
|
%configure --docdir=%_docdir/%name --disable-static
|
2012-02-13 11:08:12 +01:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2013-03-19 20:47:50 +01:00
|
|
|
make install DESTDIR="%buildroot"
|
2012-02-13 11:08:12 +01:00
|
|
|
rm -f "%buildroot/%_libdir"/*.la
|
2013-03-19 20:47:50 +01:00
|
|
|
%fdupes %buildroot/%_prefix
|
2012-02-13 11:08:12 +01:00
|
|
|
|
|
|
|
%post -n %lname -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n %lname -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n %lname
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_libdir/libXt.so.6*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_includedir/X11/*
|
|
|
|
%_libdir/libXt.so
|
|
|
|
%_libdir/pkgconfig/xt.pc
|
|
|
|
%_mandir/man3/*
|
2012-04-13 12:34:04 +02:00
|
|
|
%_docdir/%name
|
2012-02-13 11:08:12 +01:00
|
|
|
|
|
|
|
%changelog
|