2012-04-14 11:36:13 +02:00
|
|
|
#
|
|
|
|
# spec file for package xset
|
|
|
|
#
|
2023-04-26 12:43:29 +02:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2012-04-14 11:36:13 +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.
|
|
|
|
|
2019-06-24 16:04:48 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-04-14 11:36:13 +02:00
|
|
|
#
|
|
|
|
|
2013-08-18 21:22:48 +02:00
|
|
|
|
2012-04-14 11:36:13 +02:00
|
|
|
Name: xset
|
2022-12-04 23:48:50 +01:00
|
|
|
Version: 1.2.5
|
2013-08-18 21:22:48 +02:00
|
|
|
Release: 0
|
2012-04-14 11:36:13 +02:00
|
|
|
Summary: User preference utility for X
|
2013-08-18 21:22:48 +02:00
|
|
|
License: MIT
|
2012-04-14 11:36:13 +02:00
|
|
|
Group: System/X11/Utilities
|
2021-05-02 22:43:29 +02:00
|
|
|
URL: https://xorg.freedesktop.org/
|
2022-12-04 23:48:50 +01:00
|
|
|
Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
|
2021-05-02 22:43:29 +02:00
|
|
|
BuildRequires: pkgconfig
|
2012-04-14 11:36:13 +02:00
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
BuildRequires: pkgconfig(xext)
|
|
|
|
BuildRequires: pkgconfig(xmuu)
|
|
|
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
2012-04-15 12:50:05 +02:00
|
|
|
BuildRequires: pkgconfig(xproto) >= 7.0.17
|
2012-04-14 11:36:13 +02:00
|
|
|
# This was part of the xorg-x11 package up to version 7.6
|
|
|
|
Conflicts: xorg-x11 <= 7.6
|
|
|
|
|
|
|
|
%description
|
|
|
|
This program is used to set various user preference options of the
|
|
|
|
display.
|
|
|
|
|
|
|
|
%prep
|
2023-04-26 12:43:29 +02:00
|
|
|
%autosetup
|
2012-04-14 11:36:13 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2021-05-02 22:43:29 +02:00
|
|
|
%make_build
|
2012-04-14 11:36:13 +02:00
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
%files
|
2021-05-02 22:43:29 +02:00
|
|
|
%license COPYING
|
2022-12-04 23:48:50 +01:00
|
|
|
%doc ChangeLog README.md
|
2012-04-14 11:36:13 +02:00
|
|
|
%{_bindir}/xset
|
|
|
|
%{_mandir}/man1/xset.1%{?ext_man}
|
|
|
|
|
|
|
|
%changelog
|