Accepting request 520558 from home:zhangxiaofei:branches:X11:RemoteDesktop
- exclude s390x arch - specfile cleanup OBS-URL: https://build.opensuse.org/request/show/520558 OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/xorgxrdp?expand=0&rev=4
This commit is contained in:
parent
8cccdbdc18
commit
f93ed6c97b
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 05:20:53 UTC 2017 - fezhang@suse.com
|
||||
|
||||
- exclude s390x arch
|
||||
- specfile cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 05:23:06 UTC 2017 - ftake@geeko.jp
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xorgxrdp
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,30 +15,31 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: xorgxrdp
|
||||
Version: 0.2.3
|
||||
Release: 0
|
||||
License: X11
|
||||
Summary: Xorg drivers for xrdp
|
||||
Url: https://github.com/neutrinolabs/xorgxrdp
|
||||
License: X11
|
||||
Group: System/X11/Utilities
|
||||
Url: https://github.com/neutrinolabs/xorgxrdp
|
||||
Source0: https://github.com/neutrinolabs/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: https://github.com/neutrinolabs/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
|
||||
Source2: %{name}.keyring
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: nasm
|
||||
BuildRequires: libtool
|
||||
BuildRequires: nasm
|
||||
BuildRequires: xorg-x11-server-sdk
|
||||
BuildRequires: xrdp-devel
|
||||
Requires: xrdp >= 0.9.1
|
||||
# For 42.x keep to use libXfont-devel
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: libXfont2-devel
|
||||
%else
|
||||
BuildRequires: libXfont-devel
|
||||
%endif
|
||||
BuildRequires: xorg-x11-server-sdk
|
||||
BuildRequires: xrdp-devel
|
||||
Requires: xrdp >= 0.9.1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExcludeArch: s390x
|
||||
|
||||
%description
|
||||
This package contains Xorg driver modules for xrdp
|
||||
@ -52,11 +53,10 @@ sh ./bootstrap
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot} %{?_smp_mflags}
|
||||
find %{buildroot}/%{_libdir} -name "*.la" -type f -delete -print
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README.md COPYING
|
||||
%{_libdir}/xorg/modules/drivers/xrdpdev_drv.so
|
||||
%dir %{_libdir}/xorg/modules/input
|
||||
|
Loading…
Reference in New Issue
Block a user