aboutsummaryrefslogtreecommitdiff
path: root/nx-libs.spec
Commit message (Collapse)AuthorAgeFilesLines
* release 3.5.99.223.5.99.22Mike Gabriel2019-08-271-2/+2
|
* release 3.5.99.213.5.99.21Mike Gabriel2019-08-051-1/+1
|
* Remove Debian build references to `xtestext1.h`Andrew Schwartzmeyer2019-05-131-1/+0
| | | | | This file has been deleted, but references to it in the build remain, causing `debuild` to fail.
* release 3.5.99.203.5.99.20Mike Gabriel2019-04-171-1/+1
|
* release 3.5.99.193.5.99.19Mike Gabriel2019-03-011-1/+1
|
* nx-libs.spec: Dropping nxdialog files from installation for now when ↵Mike Gabriel2019-03-011-0/+4
| | | | building RPMs. Postponing nxdialog integration with RPM packaging for now.
* release 3.5.99.183.5.99.18Mike Gabriel2019-01-311-1/+1
|
* release 3.5.99.173.5.99.17Mike Gabriel2018-11-201-1/+1
|
* nx-libs.spec: newer versions of SLE* and OpenSuSE use xkbcomp-devel, while ↵Mihai Moldovan2018-11-101-2/+9
| | | | RedHat-based distros want xorg-x11-xkb-utils-devel for xkbcomp.pc.
* Make: Automatically determine xkb dirUlrich Sibiller2018-11-091-0/+2
|
* nx-libs.spec: Drop reference to obsolete nxagent.keyboard file.Mike Gabriel2018-07-031-1/+0
|
* nx-libs.spec: disable parallel builds, was pure luck that it worked before.Mihai Moldovan2018-06-171-1/+1
| | | | | | | | What actually happened was that MFLAGS were passed-through more correctly, which forced make into jobserver mode (due to the inclusion of --jobserver-fds=... in %{_smp_mflags}), but the processes were not able to read from their FD's, so it defaulted to non-parallel builds instead.
* nx-libs.spec: we never used gpg-offline, drop it.Mihai Moldovan2018-04-301-4/+0
|
* release 3.5.99.163.5.99.16Mike Gabriel2018-03-161-1/+1
|
* nx-libs.spec: stop needlessly exporting variables that we pass down directly ↵Mihai Moldovan2018-03-151-3/+3
| | | | anyway.
* nx-libs.spec: force usage of libtirpc on Fedora > 27 and OpenSuSE ↵Mihai Moldovan2018-03-151-3/+9
| | | | | | | | Tumbleweed+ (soon to be Leap 15). This utilizes IMAKE_DEFINES to pass down the value to UseTIRPC directly. Fixes: ArcticaProject/nx-libs#665
* nx-libs.spec: sync removed files with debian/rules.Mihai Moldovan2018-03-151-3/+3
|
* release 3.5.99.153.5.99.15Mike Gabriel2018-03-071-1/+1
|
* release 3.5.99.143.5.99.14Mike Gabriel2018-02-281-1/+1
|
* Revert "nx-libs.spec: Starting with Fedora 28 / RHEL 8, SunRPC support is ↵Mike Gabriel2018-02-271-4/+0
| | | | | | being split out into a separate libraries (libtirpc)." This reverts commit 9f93e96ec81662e48f770bca7efc9e664576a7dc.
* nx-libs.spec: Starting with Fedora 28 / RHEL 8, SunRPC support is being ↵Mike Gabriel2018-02-271-0/+4
| | | | | | split out into a separate libraries (libtirpc). Fixes ArcticaProject/nx-libs#665.
* nx-libs.spec: also package extensions/shapeconst.h in RPM packages.Mihai Moldovan2018-02-261-0/+1
|
* nx-libs.spec: delete useless cond_noarch macro that has never been used.Mihai Moldovan2018-02-071-6/+0
|
* nx-libs.spec: build-depend on libtirpc-devel for rpc/rpc.h and friends on ↵Mihai Moldovan2018-02-071-0/+5
| | | | | | | Fedora 28+. These headers have been obsoleted in glibc and are not shipped by default any longer. Fedora follows suit.
* nx-libs.spec: only apply ppc64le workaround when compiled against RHEL/EPEL 7.Mihai Moldovan2018-02-071-1/+1
|
* release 3.5.99.133.5.99.13Mike Gabriel2018-01-161-1/+1
|
* nx-libs.spec: make sure pass additional configure flags through, not discard ↵Mihai Moldovan2017-12-191-1/+2
| | | | | | | | | them. Fixes RPM builds building libNX_X11 with poll() support, even though we explicitly disable it using --disable-poll in the main Makefile. Fixes: ArcticaProject/nx-libs#540
* nx-libs.spec: show compile calls during RPM-based builds.Mihai Moldovan2017-12-191-1/+2
|
* nx-libs.spec: re-add %{optflags} to CDEBUGFLAGS.Mihai Moldovan2017-12-191-1/+1
| | | | | | | | | I didn't mean to drop it in the first place in 07d308359995e07285b5c15d897c2617b52f0093 and 71bda0ed5c05e6bd75278ae7f88991f8ff35709e. Dropping the sed hack was fine - but we actually have to add these flags to CDEBUGFLAGS as well.
* Revert "nx-libs.spec: add xorg-x11-libXext-devel build dependency for older ↵Mihai Moldovan2017-12-161-1/+0
| | | | | | | | | | *SUSE versions." This reverts commit cc47066b3520b6b5ce5f5e3da3e0e869b3e2379d. This package is actually already depended upon. shmproto.h must be in some other package. Investigating.
* nx-libs.spec: add xorg-x11-libXext-devel build dependency for older *SUSE ↵Mihai Moldovan2017-12-161-0/+1
| | | | versions.
* nx-libs.spec: pixman is called libpixman-1-0 on older *SUSE versions.Mihai Moldovan2017-12-161-1/+1
|
* nx-libs.spec: imake is part of xorg-x11-util-devel on older *SUSE versions ↵Mihai Moldovan2017-12-161-1/+4
| | | | and the splitted imake package on later versions.
* nx-libs.spec: older *SUSE versions do not split up (all) libraries in a ↵Mihai Moldovan2017-12-161-5/+1
| | | | useful manner.
* Support building with legacy (pre-1.4.2) libXfont(1) versions.Mihai Moldovan2017-12-161-1/+1
| | | | | | | | Partly reverts ec30a857eb0d67b232f8d43e63a6370023f4c4d0, but in a forward-compatible manner. Legacy libXfont1 versions are automatically detected by the main Makefile.
* nx-libs.spec: also own %{_datadir}/nx/X11, since %dir explicitly does not ↵Mihai Moldovan2017-12-161-0/+1
| | | | recurse down.
* nx-libs.spec: only remove files in the BuildRoot.Mihai Moldovan2017-12-151-1/+1
| | | | We have no intention to remove system libraries.
* release 3.5.99.123.5.99.12Mike Gabriel2017-12-151-1/+1
|
* release 3.5.99.113.5.99.11Mike Gabriel2017-12-151-1/+1
|
* nx-libs.spec: actually use a weak dependency for xkeyboard-config.Mihai Moldovan2017-12-151-0/+10
| | | | At least on platforms that support weak dependencies.
* nx-libs.spec: add back erroneously dropped xkeyboard-config dependency.Mihai Moldovan2017-12-151-0/+4
|
* nx-libs.spec: Add missing BuildRequires and fix paths to files.Mike DePaulo2017-12-141-2/+8
| | | | Fixes ArcticaProject/nx-libs#516.
* Drop bin wrappers for nxagent and nxproxy, directly install nxproxy and ↵Mike Gabriel2017-12-051-6/+1
| | | | | | nxagent to BINDIR. Fixes ArcticaProject/nx-libs#546.
* nx-libs.spec: pass CDEBUGFLAGS and friends directly through via make command.Mihai Moldovan2017-10-161-1/+1
|
* nx-libs.spec: handle potentially undefined variables more gracefully.Mihai Moldovan2017-10-161-3/+3
|
* nx-libs.spec: drop ugly optsflag sed hack, hopefully obsoleted by passing ↵Mihai Moldovan2017-10-161-2/+0
| | | | CDEBUGFLAGS through.
* nx-libs.spec: add -mno-vxs to general C(XX)FLAGS on ppc64le.Mihai Moldovan2017-10-161-0/+9
| | | | | | Hopefully just a temporary workaround until https://bugzilla.redhat.com/show_bug.cgi?id=1489712 / https://bugs.centos.org/view.php?id=13779 are resolved.
* release 3.5.99.103.5.99.10Mike Gabriel2017-09-151-1/+1
|
* release 3.5.99.93.5.99.9Mike Gabriel2017-08-301-1/+1
|
* release 3.5.99.83.5.99.8Mike Gabriel2017-06-301-1/+1
|