aboutsummaryrefslogtreecommitdiff
path: root/nx-libs.spec
Commit message (Collapse)AuthorAgeFilesLines
* release 3.5.99.273.5.99.27release-builds/3.6.xMike Gabriel2023-06-281-2/+2
|
* nx-libs.spec: fix hashbang when manually replacing instead of using pathfix.py.Mihai Moldovan2023-06-271-4/+4
|
* silence imake for normal buildsUlrich Sibiller2023-04-281-1/+1
| | | | | | | | | | You can reactivate previous chatty output by setting VERBOSE, e.g. make VERBOSE=1 or VERBOSE=1 make
* nx-libs.spec: only depend upon pathfix.py for Fedora 27+ and RHEL 7+.Mihai Moldovan2023-02-231-2/+14
| | | | On older systems, use a less sophisticated way to replace the hashbang.
* nx-libs.spec: fix TIRPC usage on *SuSE 15.3+.Mihai Moldovan2023-02-231-2/+2
|
* nx-libs.spec: add BR: upon pathfix.py.Mihai Moldovan2023-02-231-0/+4
|
* nx-libs.spec: fix nxdialog hashbang selection, especially on *SuSE.Mihai Moldovan2023-02-231-2/+14
|
* nx-libs.spec: In Fedora 34 and beyond, files from xorg-x11-xkb-utils-devel ↵Mike Gabriel2021-06-071-0/+4
| | | | have been moved into bin:pkg xkbcomp-devel.
* release 3.5.99.263.5.99.26Mike Gabriel2021-02-041-2/+2
|
* release 3.5.99.253.5.99.25Mike Gabriel2020-11-041-2/+2
|
* nx-libs.spec: Set python shebang to python3 on fedora and rhel8Ulrich Sibiller2020-11-031-0/+5
| | | | | | | | | | *** ERROR: ambiguous python shebang in /usr/bin/nxdialog: #!/usr/bin/env python. Change it to python3 (or python2) explicitly. Fedora offers a pythfix.py but I could not test with that so I simply used sed... Fixes ArcticaProject/nx-libs#955
* fix spec fileUlrich Sibiller2020-11-021-1/+1
| | | | | | doc file path for nxdialog was wrong Fixes ArcticaProject/nx-libs#959
* nx-libs.spec: create nxdialog rpmUlrich Sibiller2020-10-171-4/+19
|
* release 3.5.99.243.5.99.24Mike Gabriel2020-05-311-2/+2
|
* Drop unused scrnsaver.hUlrich Sibiller2020-05-071-1/+0
|
* Drop unused XWDFile.hUlrich Sibiller2020-05-071-1/+0
|
* Drop unused Xalloca.hUlrich Sibiller2020-05-071-1/+0
|
* release 3.5.99.233.5.99.23Mike Gabriel2020-01-301-2/+2
|
* nx-libs.spec: Don't install nxagent.xpm to any package. Not there anymore..Mike Gabriel2020-01-061-1/+0
| | | | Relates to ArcticaProject/nx-libs#890.
* 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.