Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nx-libs.spec: make sure pass additional configure flags through, not discard ↵ | Mihai Moldovan | 2017-12-19 | 1 | -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 Moldovan | 2017-12-19 | 1 | -1/+2 |
| | |||||
* | nx-libs.spec: re-add %{optflags} to CDEBUGFLAGS. | Mihai Moldovan | 2017-12-19 | 1 | -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 Moldovan | 2017-12-16 | 1 | -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 Moldovan | 2017-12-16 | 1 | -0/+1 |
| | | | | versions. | ||||
* | nx-libs.spec: pixman is called libpixman-1-0 on older *SUSE versions. | Mihai Moldovan | 2017-12-16 | 1 | -1/+1 |
| | |||||
* | nx-libs.spec: imake is part of xorg-x11-util-devel on older *SUSE versions ↵ | Mihai Moldovan | 2017-12-16 | 1 | -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 Moldovan | 2017-12-16 | 1 | -5/+1 |
| | | | | useful manner. | ||||
* | Support building with legacy (pre-1.4.2) libXfont(1) versions. | Mihai Moldovan | 2017-12-16 | 1 | -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 Moldovan | 2017-12-16 | 1 | -0/+1 |
| | | | | recurse down. | ||||
* | nx-libs.spec: only remove files in the BuildRoot. | Mihai Moldovan | 2017-12-15 | 1 | -1/+1 |
| | | | | We have no intention to remove system libraries. | ||||
* | release 3.5.99.123.5.99.12 | Mike Gabriel | 2017-12-15 | 1 | -1/+1 |
| | |||||
* | release 3.5.99.113.5.99.11 | Mike Gabriel | 2017-12-15 | 1 | -1/+1 |
| | |||||
* | nx-libs.spec: actually use a weak dependency for xkeyboard-config. | Mihai Moldovan | 2017-12-15 | 1 | -0/+10 |
| | | | | At least on platforms that support weak dependencies. | ||||
* | nx-libs.spec: add back erroneously dropped xkeyboard-config dependency. | Mihai Moldovan | 2017-12-15 | 1 | -0/+4 |
| | |||||
* | nx-libs.spec: Add missing BuildRequires and fix paths to files. | Mike DePaulo | 2017-12-14 | 1 | -2/+8 |
| | | | | Fixes ArcticaProject/nx-libs#516. | ||||
* | Drop bin wrappers for nxagent and nxproxy, directly install nxproxy and ↵ | Mike Gabriel | 2017-12-05 | 1 | -6/+1 |
| | | | | | | nxagent to BINDIR. Fixes ArcticaProject/nx-libs#546. | ||||
* | nx-libs.spec: pass CDEBUGFLAGS and friends directly through via make command. | Mihai Moldovan | 2017-10-16 | 1 | -1/+1 |
| | |||||
* | nx-libs.spec: handle potentially undefined variables more gracefully. | Mihai Moldovan | 2017-10-16 | 1 | -3/+3 |
| | |||||
* | nx-libs.spec: drop ugly optsflag sed hack, hopefully obsoleted by passing ↵ | Mihai Moldovan | 2017-10-16 | 1 | -2/+0 |
| | | | | CDEBUGFLAGS through. | ||||
* | nx-libs.spec: add -mno-vxs to general C(XX)FLAGS on ppc64le. | Mihai Moldovan | 2017-10-16 | 1 | -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.10 | Mike Gabriel | 2017-09-15 | 1 | -1/+1 |
| | |||||
* | release 3.5.99.93.5.99.9 | Mike Gabriel | 2017-08-30 | 1 | -1/+1 |
| | |||||
* | release 3.5.99.83.5.99.8 | Mike Gabriel | 2017-06-30 | 1 | -1/+1 |
| | |||||
* | nx-libs.spec: Use mesa-quilt with Fedora builds, but rely on fallback mode ↵ | Mike Gabriel | 2017-06-30 | 1 | -0/+13 |
| | | | | in mesa-quilt for RHEL and SUSE. | ||||
* | nx-libs.xpec: Fix FTBFS on F24 due to missing Xfont2 | Mike DePaulo | 2017-05-25 | 1 | -1/+1 |
| | |||||
* | nx-libs.spec: fix FTBFS on RHEL6 | Ulrich Sibiller | 2017-05-05 | 1 | -0/+4 |
| | | | | Fixes: ArcticaProject/nx-libs#282 | ||||
* | release 3.5.99.73.5.99.7 | Mike Gabriel | 2017-05-05 | 1 | -1/+1 |
| | |||||
* | nx-libs.spec: RPM does not support %elif/%elsif/%elseif/whatever. | Mihai Moldovan | 2017-04-25 | 1 | -1/+3 |
| | | | | Fixes: ArcticaProject/nx-libs#432 | ||||
* | release 3.5.99.63.5.99.6 | Mike Gabriel | 2017-04-21 | 1 | -1/+1 |
| | |||||
* | nx-libs.spec: sync up RPM builds after Xext proto change in ↵ | Mihai Moldovan | 2017-04-18 | 1 | -6/+5 |
| | | | | a51cb94559e9228a55e01956f242dabccc5e6b14. | ||||
* | {debian/control,nx-libs.spec}: add proper dependencies upon xkbcomp for RPM ↵ | Mihai Moldovan | 2017-04-18 | 1 | -0/+14 |
| | | | | and DEB packages. | ||||
* | nx-libs.spec: whitespace only. | Mihai Moldovan | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | Xserver: Build nxagent with MIT-SCREEN-SAVER extension enabled. | Mike Gabriel | 2017-04-13 | 1 | -0/+3 |
| | | | | Fixes ArcticaProject/nx-libs#80 | ||||
* | release 3.5.99.53.5.99.5 | Mike Gabriel | 2017-04-11 | 1 | -1/+1 |
| | |||||
* | nx-libs.spec: Prefer libXfont2-devel on RPM distro versions that have it.~ | Mike Gabriel | 2017-04-10 | 1 | -0/+8 |
| | |||||
* | nx-libs.spec: Add BR filesystem for SUSE builds (as it provides ↵ | Mike Gabriel | 2017-02-27 | 1 | -0/+4 |
| | | | | /usr/share/fonts). | ||||
* | nx-libs.spec: Add BR for Fedora/RHEL builds: xorg-x11-font-utils. | Mike Gabriel | 2017-02-27 | 1 | -0/+1 |
| | |||||
* | nx-libs.spec: Versioned BR on libXfont-devel (and alike) (>= 1.4.2). | Mike Gabriel | 2017-02-27 | 1 | -3/+3 |
| | |||||
* | nx-libs.spec: Handle fonts dir symlinking and install /usr/share/nx/fonts ↵ | Mike Gabriel | 2017-02-27 | 1 | -2/+11 |
| | | | | | | | symlink into nxagent bin:pkg. This change probably needs more fine-tuning for the various other RPM distros and versions out there. Thanks to Orion Poplawski for providing a code snippet with a general approach of handling this. | ||||
* | nx-libs.spec: Drop non-shipped-anymore rgb(.txt) file from list of ↵ | Mike Gabriel | 2017-02-26 | 1 | -2/+0 |
| | | | | to-be-installed files. | ||||
* | release 3.5.99.43.5.99.4 | Mike Gabriel | 2017-02-24 | 1 | -1/+1 |
| | |||||
* | nx-libs.spec: Don't manually override SHLIBDIR via the .spec file. The ↵ | Mike Gabriel | 2017-02-09 | 1 | -1/+1 |
| | | | | default in the main Makefile should work fine. | ||||
* | Makefile: Align variable names USRLIBDIR, SHLIBDIR (and NX_DIR) with nx-X11 ↵ | Mike Gabriel | 2017-02-09 | 1 | -2/+2 |
| | | | | internal naming schemes (and use /usr/<lib>/nx/X11 rather than /usr/<lib>/nx-X11). | ||||
* | Be consistent with macros | Orion Poplawski | 2017-01-05 | 1 | -5/+5 |
| | |||||
* | Use Obsoletes instead of Conflicts. Drop unneeded %{?_isa} versions | Orion Poplawski | 2017-01-05 | 1 | -34/+19 |
| | |||||
* | release 3.5.99.33.5.99.3 | Mike Gabriel | 2016-12-19 | 1 | -1/+1 |
| | |||||
* | nxcompext: Move code into Xserver subtree, as nxcompext requires Xserver ↵ | Mike Gabriel | 2016-11-15 | 1 | -46/+2 |
| | | | | | | includes at build time. Fixes ArcticaProject/nx-libs#276. | ||||
* | remove unused XInput.h | Ulrich Sibiller | 2016-11-02 | 1 | -1/+0 |
| | |||||
* | drop ap_keysym.h | Ulrich Sibiller | 2016-11-02 | 1 | -1/+0 |
| | | | | was unused |