Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | release 3.5.99.233.5.99.23 | Mike Gabriel | 2020-01-30 | 1 | -2/+2 |
| | |||||
* | nx-libs.spec: Don't install nxagent.xpm to any package. Not there anymore.. | Mike Gabriel | 2020-01-06 | 1 | -1/+0 |
| | | | | Relates to ArcticaProject/nx-libs#890. | ||||
* | release 3.5.99.223.5.99.22 | Mike Gabriel | 2019-08-27 | 1 | -2/+2 |
| | |||||
* | release 3.5.99.213.5.99.21 | Mike Gabriel | 2019-08-05 | 1 | -1/+1 |
| | |||||
* | Remove Debian build references to `xtestext1.h` | Andrew Schwartzmeyer | 2019-05-13 | 1 | -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.20 | Mike Gabriel | 2019-04-17 | 1 | -1/+1 |
| | |||||
* | release 3.5.99.193.5.99.19 | Mike Gabriel | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | nx-libs.spec: Dropping nxdialog files from installation for now when ↵ | Mike Gabriel | 2019-03-01 | 1 | -0/+4 |
| | | | | building RPMs. Postponing nxdialog integration with RPM packaging for now. | ||||
* | release 3.5.99.183.5.99.18 | Mike Gabriel | 2019-01-31 | 1 | -1/+1 |
| | |||||
* | release 3.5.99.173.5.99.17 | Mike Gabriel | 2018-11-20 | 1 | -1/+1 |
| | |||||
* | nx-libs.spec: newer versions of SLE* and OpenSuSE use xkbcomp-devel, while ↵ | Mihai Moldovan | 2018-11-10 | 1 | -2/+9 |
| | | | | RedHat-based distros want xorg-x11-xkb-utils-devel for xkbcomp.pc. | ||||
* | Make: Automatically determine xkb dir | Ulrich Sibiller | 2018-11-09 | 1 | -0/+2 |
| | |||||
* | nx-libs.spec: Drop reference to obsolete nxagent.keyboard file. | Mike Gabriel | 2018-07-03 | 1 | -1/+0 |
| | |||||
* | nx-libs.spec: disable parallel builds, was pure luck that it worked before. | Mihai Moldovan | 2018-06-17 | 1 | -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 Moldovan | 2018-04-30 | 1 | -4/+0 |
| | |||||
* | release 3.5.99.163.5.99.16 | Mike Gabriel | 2018-03-16 | 1 | -1/+1 |
| | |||||
* | nx-libs.spec: stop needlessly exporting variables that we pass down directly ↵ | Mihai Moldovan | 2018-03-15 | 1 | -3/+3 |
| | | | | anyway. | ||||
* | nx-libs.spec: force usage of libtirpc on Fedora > 27 and OpenSuSE ↵ | Mihai Moldovan | 2018-03-15 | 1 | -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 Moldovan | 2018-03-15 | 1 | -3/+3 |
| | |||||
* | release 3.5.99.153.5.99.15 | Mike Gabriel | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | release 3.5.99.143.5.99.14 | Mike Gabriel | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | Revert "nx-libs.spec: Starting with Fedora 28 / RHEL 8, SunRPC support is ↵ | Mike Gabriel | 2018-02-27 | 1 | -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 Gabriel | 2018-02-27 | 1 | -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 Moldovan | 2018-02-26 | 1 | -0/+1 |
| | |||||
* | nx-libs.spec: delete useless cond_noarch macro that has never been used. | Mihai Moldovan | 2018-02-07 | 1 | -6/+0 |
| | |||||
* | nx-libs.spec: build-depend on libtirpc-devel for rpc/rpc.h and friends on ↵ | Mihai Moldovan | 2018-02-07 | 1 | -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 Moldovan | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | release 3.5.99.133.5.99.13 | Mike Gabriel | 2018-01-16 | 1 | -1/+1 |
| | |||||
* | 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 |
| |