Accepting request 886351 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/886351 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmodmap?expand=0&rev=10
This commit is contained in:
commit
64d24d29fc
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 17 16:39:15 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- modernize spec-file (move license to licensedir)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 15:57:08 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
16
xmodmap.spec
16
xmodmap.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xmodmap
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,24 +19,22 @@
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%define UsrEtcMove 1
|
||||
%endif
|
||||
|
||||
Name: xmodmap
|
||||
Version: 1.0.10
|
||||
Release: 0
|
||||
Summary: Utility to modify keymaps and pointer button mappings in X
|
||||
License: MIT
|
||||
Group: System/X11/Utilities
|
||||
URL: http://xorg.freedesktop.org/
|
||||
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||
URL: https://xorg.freedesktop.org/
|
||||
Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||
Source1: Xmodmap.template
|
||||
Source2: Xmodmap.remote.template
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.17
|
||||
# This was part of the xorg-x11 package up to version 7.6
|
||||
Conflicts: xorg-x11 <= 7.6
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
The xmodmap program is used to edit and display the keyboard modifier
|
||||
@ -50,7 +48,7 @@ tastes.
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -63,8 +61,8 @@ install -m0644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/X11/Xmodmap.remote
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog COPYING README.md
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog README.md
|
||||
%if 0%{?UsrEtcMove}
|
||||
%dir %{_distconfdir}/X11
|
||||
%{_distconfdir}/X11/Xmodmap
|
||||
|
Loading…
Reference in New Issue
Block a user