2012-04-14 11:33:45 +02:00
|
|
|
#
|
|
|
|
# spec file for package xeyes
|
|
|
|
#
|
2023-07-14 09:43:30 +02:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2012-04-14 11:33:45 +02: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.
|
|
|
|
|
2021-08-02 12:56:08 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-04-14 11:33:45 +02:00
|
|
|
#
|
|
|
|
|
2014-02-06 11:48:35 +01:00
|
|
|
|
2012-04-14 11:33:45 +02:00
|
|
|
Name: xeyes
|
2023-07-14 09:43:30 +02:00
|
|
|
Version: 1.3.0
|
2012-04-14 11:33:45 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: A follow the mouse X demo
|
2014-02-06 11:48:35 +01:00
|
|
|
License: X11
|
2012-04-14 11:33:45 +02:00
|
|
|
Group: System/X11/Utilities
|
2022-08-20 10:29:00 +02:00
|
|
|
URL: https://xorg.freedesktop.org/
|
2023-07-14 09:43:30 +02:00
|
|
|
Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
|
2022-08-20 10:29:00 +02:00
|
|
|
BuildRequires: pkgconfig
|
2012-04-14 11:33:45 +02:00
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
BuildRequires: pkgconfig(xext)
|
2021-08-02 12:56:08 +02:00
|
|
|
BuildRequires: pkgconfig(xi)
|
2012-04-14 11:33:45 +02:00
|
|
|
BuildRequires: pkgconfig(xmu)
|
|
|
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
|
|
|
BuildRequires: pkgconfig(xrender) >= 0.4
|
|
|
|
BuildRequires: pkgconfig(xt)
|
|
|
|
# This was part of the xorg-x11 package up to version 7.6
|
|
|
|
Conflicts: xorg-x11 <= 7.6
|
|
|
|
|
|
|
|
%description
|
|
|
|
Xeyes watches what you do and reports to the Boss.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2022-08-20 10:29:00 +02:00
|
|
|
%make_build
|
2012-04-14 11:33:45 +02:00
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
%files
|
2022-08-20 10:29:00 +02:00
|
|
|
%license COPYING
|
|
|
|
%doc ChangeLog README.md
|
2012-04-14 11:33:45 +02:00
|
|
|
%{_bindir}/xeyes
|
|
|
|
%{_mandir}/man1/xeyes.1%{?ext_man}
|
|
|
|
|
|
|
|
%changelog
|