SHA256
1
0
forked from pool/xeyes

Accepting request 998300 from X11:XOrg

OBS-URL: https://build.opensuse.org/request/show/998300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xeyes?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2022-08-21 12:10:50 +00:00 committed by Git OBS Bridge
commit 7a15cb77bf
2 changed files with 12 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 11 07:58:31 UTC 2022 - Dirk Müller <dmueller@suse.com>
- modernize spec-file (move license to %%licensedir)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 2 10:52:05 UTC 2021 - Stefan Dirsch <sndirsch@suse.com> Mon Aug 2 10:52:05 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package xeyes # spec file for package xeyes
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -22,9 +22,9 @@ Release: 0
Summary: A follow the mouse X demo Summary: A follow the mouse X demo
License: X11 License: X11
Group: System/X11/Utilities Group: System/X11/Utilities
URL: http://xorg.freedesktop.org/ URL: https://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
BuildRequires: pkg-config BuildRequires: pkgconfig
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(xi)
@ -34,7 +34,6 @@ BuildRequires: pkgconfig(xrender) >= 0.4
BuildRequires: pkgconfig(xt) BuildRequires: pkgconfig(xt)
# This was part of the xorg-x11 package up to version 7.6 # This was part of the xorg-x11 package up to version 7.6
Conflicts: xorg-x11 <= 7.6 Conflicts: xorg-x11 <= 7.6
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Xeyes watches what you do and reports to the Boss. Xeyes watches what you do and reports to the Boss.
@ -44,14 +43,14 @@ Xeyes watches what you do and reports to the Boss.
%build %build
%configure %configure
make %{?_smp_mflags} %make_build
%install %install
%make_install %make_install
%files %files
%defattr(-,root,root) %license COPYING
%doc ChangeLog COPYING README.md %doc ChangeLog README.md
%{_bindir}/xeyes %{_bindir}/xeyes
%{_mandir}/man1/xeyes.1%{?ext_man} %{_mandir}/man1/xeyes.1%{?ext_man}