diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-03-01 15:32:12 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-03-01 15:32:12 +0100 |
commit | 400b627e4e1275730640aa668f1a395e0db5c51f (patch) | |
tree | cfb45605b70b1d1c3d0c917d0bb3704c0b564a95 | |
parent | ff1b3e9e8a45dcb9e95d121f8b5f2fbc0a961fae (diff) | |
download | nx-libs-400b627e4e1275730640aa668f1a395e0db5c51f.tar.gz nx-libs-400b627e4e1275730640aa668f1a395e0db5c51f.tar.bz2 nx-libs-400b627e4e1275730640aa668f1a395e0db5c51f.zip |
nx-libs.spec: Dropping nxdialog files from installation for now when building RPMs. Postponing nxdialog integration with RPM packaging for now.
-rw-r--r-- | nx-libs.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nx-libs.spec b/nx-libs.spec index 585ddd1eb..03a3815aa 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -459,6 +459,10 @@ 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 |