[X2Go-Commits] [nx-libs] 08/429: nx-libs.spec: create nxdialog rpm

git-admin at x2go.org git-admin at x2go.org
Mon Oct 18 09:35:59 CEST 2021


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x
in repository nx-libs.

commit 2ef652d35fe27c46128b0fce6c37e036ef986d54
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Sun Jul 12 13:14:12 2020 +0200

    nx-libs.spec: create nxdialog rpm
---
 nx-libs.spec | 23 +++++++++++++++++++----
 1 file changed, 19 insertions(+), 4 deletions(-)

diff --git a/nx-libs.spec b/nx-libs.spec
index 8f21de0d9..7d7af876e 100644
--- a/nx-libs.spec
+++ b/nx-libs.spec
@@ -380,6 +380,20 @@ applications over a network, especially a slow one.
 This package provides the NX proxy (client) binary.
 
 
+%package -n nxdialog
+Group:          Applications/System
+Summary:        NX Dialog
+Provides:       nxdialog = %{version}-%{release}
+Provides:       nxdialog%{?_isa} = %{version}-%{release}
+
+%description -n nxdialog
+NX is a software suite which implements very efficient compression of
+the X11 protocol. This increases performance when using X
+applications over a network, especially a slow one.
+
+This package provides the nxdialog helper script.
+
+
 %prep
 %setup -q
 # remove build cruft that is in Git (also taken from roll-tarball.sh)
@@ -459,10 +473,6 @@ rm -r %{buildroot}%{_includedir}/nx-X11/Xtrans
 #Remove our shared libraries' .la files before wrapping up the packages
 rm %{buildroot}%{_libdir}/*.la
 
-#FIXME: leaving nxdialog integration to Ionic
-rm -f %{buildroot}%{_bindir}/nxdialog
-rm -f %{buildroot}%{_datadir}/man/man1/nxdialog.1*
-
 %if 0%{?fdupes:1}
 %fdupes %{buildroot}%{_prefix}
 %endif
@@ -621,6 +631,11 @@ rm -f %{buildroot}%{_datadir}/man/man1/nxdialog.1*
 %dir %{_datadir}/nx
 %{_datadir}/nx/VERSION.nxproxy
 
+%files -n nxdialog
+%defattr(-,root,root)
+%doc doc/nxdialog/README.md
+%{_bindir}/nxdialog
+%{_datadir}/man/man1/nxdialog.1*
 
 %changelog
 * Sun May 31 2020 Mike Gabriel <mike.gabriel at das-netzwerkteam.de> 3.5.99.24

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list