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
|
Wed Aug 16 05:23:06 UTC 2017 - ftake@geeko.jp
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xorgxrdp
|
# 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
|
# 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
|
||||||
@ -15,30 +15,31 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: xorgxrdp
|
Name: xorgxrdp
|
||||||
Version: 0.2.3
|
Version: 0.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
License: X11
|
|
||||||
Summary: Xorg drivers for xrdp
|
Summary: Xorg drivers for xrdp
|
||||||
Url: https://github.com/neutrinolabs/xorgxrdp
|
License: X11
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
|
Url: https://github.com/neutrinolabs/xorgxrdp
|
||||||
Source0: https://github.com/neutrinolabs/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
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
|
Source1: https://github.com/neutrinolabs/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: nasm
|
|
||||||
BuildRequires: libtool
|
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
|
# For 42.x keep to use libXfont-devel
|
||||||
%if 0%{?suse_version} > 1320
|
%if 0%{?suse_version} > 1320
|
||||||
BuildRequires: libXfont2-devel
|
BuildRequires: libXfont2-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: libXfont-devel
|
BuildRequires: libXfont-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: xorg-x11-server-sdk
|
ExcludeArch: s390x
|
||||||
BuildRequires: xrdp-devel
|
|
||||||
Requires: xrdp >= 0.9.1
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains Xorg driver modules for xrdp
|
This package contains Xorg driver modules for xrdp
|
||||||
@ -52,11 +53,10 @@ sh ./bootstrap
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot} %{?_smp_mflags}
|
%make_install
|
||||||
find %{buildroot}/%{_libdir} -name "*.la" -type f -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc README.md COPYING
|
%doc README.md COPYING
|
||||||
%{_libdir}/xorg/modules/drivers/xrdpdev_drv.so
|
%{_libdir}/xorg/modules/drivers/xrdpdev_drv.so
|
||||||
%dir %{_libdir}/xorg/modules/input
|
%dir %{_libdir}/xorg/modules/input
|
||||||
|
Loading…
Reference in New Issue
Block a user