Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
d121f2a9
You need to sign in or sign up before continuing.
Unverified
Commit
d121f2a9
authored
Oct 17, 2020
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'uli42-pr/nxdialog_rpm' into 3.6.x
Attributes GH PR #939:
https://github.com/ArcticaProject/nx-libs/pull/939
parents
6857e26b
2ef652d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
4 deletions
+19
-4
nx-libs.spec
nx-libs.spec
+19
-4
No files found.
nx-libs.spec
View file @
d121f2a9
...
...
@@ -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@das-netzwerkteam.de> 3.5.99.24
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment