Accepting request 953306 from home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX
- modernize spec file, move license to license dir - run build with bash as it is not posix shell safe (bsc#1195391) OBS-URL: https://build.opensuse.org/request/show/953306 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-libX11-ccache?expand=0&rev=26
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 10 21:02:01 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- modernize spec file, move license to license dir
|
||||
- run build with bash as it is not posix shell safe (bsc#1195391)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 27 18:58:02 UTC 2018 - sndirsch@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xorg-x11-libX11-ccache
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,28 +12,26 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define mkcomposecache mkcomposecache-1.2.1
|
||||
|
||||
Name: xorg-x11-libX11-ccache
|
||||
Version: 7.6
|
||||
Release: 0
|
||||
Summary: X
|
||||
License: MIT
|
||||
Group: System/Libraries
|
||||
Url: http://xorg.freedesktop.org/
|
||||
Source: http://xorg.freedesktop.org/archive/individual/app/%{mkcomposecache}.tar.bz2
|
||||
URL: https://xorg.freedesktop.org/
|
||||
Source: https://xorg.freedesktop.org/archive/individual/app/%{mkcomposecache}.tar.bz2
|
||||
Source1: LICENSE
|
||||
BuildRequires: mkcomposecache
|
||||
BuildRequires: xbiff
|
||||
BuildRequires: xkeyboard-config
|
||||
BuildRequires: xorg-x11-Xvfb
|
||||
BuildRequires: xorg-x11-fonts
|
||||
Provides: xorg-x11:/var/X11R6/compose-cache/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Provides: xorg-x11:%{_localstatedir}/X11R6/compose-cache/
|
||||
|
||||
%description
|
||||
Cache for X.Org compose files.
|
||||
@@ -45,13 +43,12 @@ Cache for X.Org compose files.
|
||||
|
||||
%install
|
||||
cp -t. '%{SOURCE1}'
|
||||
'./mkallcomposecaches.sh' \
|
||||
bash ./mkallcomposecaches.sh \
|
||||
'prefix=%{_prefix}' \
|
||||
cachedir="%{buildroot}/%{_localstatedir}/cache/libx11/compose" xvfbopts="'-fp '\''%{_datadir}/fonts/misc'\'" /
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE
|
||||
%license LICENSE
|
||||
%dir %{_localstatedir}/cache/libx11
|
||||
%{_localstatedir}/cache/libx11/compose/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user