aboutsummaryrefslogtreecommitdiff
path: root/nx-libs.spec
Commit message (Collapse)AuthorAgeFilesLines
* library clean-up: Don't compile (i.e., remove) libNX_Xres.a anymore. It is ↵Mike Gabriel2015-06-021-1/+0
| | | | not used anywhere.
* library clean-up: Don't build libNX_Xrandr anymore. Use system's libXrandr ↵Mike Gabriel2015-05-201-26/+3
| | | | shared library.
* library clean-up: Don't build libNX_Xdamage anymore. Use system's libXdamage ↵Mike Gabriel2015-05-011-25/+3
| | | | shared library. (Fixes ArcticaProject/nx-libs#6, X2GoBTS#826).
* nx-libs.spec: actually create libXinerama.so.1 symlink during build phase.Mihai Moldovan2015-04-301-0/+1
|
* xbitmaps cleanup: The <X11/bitmaps/*> headers are not required at build time ↵Mike Gabriel2015-04-231-1/+0
| | | | for NX.
* library clean-up: Don't build libNX_Xdmcp anymore. Use system's libXdmcp ↵Mike Gabriel2015-04-221-56/+3
| | | | shared library.
* nx-libs.spec: Drop packaging of libNX_Xpm*, in RPM packages there is no such ↵Mike Gabriel2015-04-221-29/+0
| | | | concept for transitional/dummy packages as know from Debian/Ubuntu.
* library clean-up: Don't build and link libXfont.a anymore. Use system's ↵pr/libxfont-cleanupMike Gabriel2015-04-221-30/+3
| | | | libXfont shared library and link dynamically.
* imake cleanup: Drop all references to XprtServer and BuildXprint*.Mike Gabriel2015-04-041-2/+0
|
* imake cleanup: Drop all references to XdmxServer and BuildXdmx*.Mike Gabriel2015-04-041-2/+0
|
* nx-libs.spec: add overlooked Obsolete: statement to libNX_Xfixes3.Mihai Moldovan2015-03-171-0/+1
| | | | Cherry-picked from branch 3.5.0.x.
* nx-libs.spec: Versioned libXcomp* should obsolete unversioned libXcomp*, not ↵Mihai Moldovan2015-03-171-3/+3
| | | | | | | | | libNX_Xcomp*. Cherry-picked from branch 3.5.0.x. Conflicts: debian/changelog
* library clean-up: Don't build libNX_Xpm anymore. Use system's libXpm shared ↵Mike Gabriel2015-03-031-21/+6
| | | | library.
* Install "%{_libdir}/nx/bin" into nxproxy package.Mike Gabriel2015-02-161-0/+2
|
* nx-libs.spec: Typo fix in comment.Mike Gabriel2015-02-161-1/+1
|
* Move COPYING.full+lite as COPYING to /Mike Gabriel2015-02-141-4/+7
| | | | | | | Adapted packaging scripts: debian/roll-tarballs.sh nx-libs.spec
* Move all config files from $(srcbase)/debian/ into $(srcbase)/etc/ folder.Mike Gabriel2015-02-141-8/+0
| | | | | | | | Affected packagings scripts: debian/roll-tarballs.sh debian/rules nx-libs.spec
* Provide wrapper scripts for launch NX components in $(src)/bin/.Mike Gabriel2015-02-141-2/+0
| | | | | | | | | | | | | | | The installation process copies NX wrapper scripts into $(srcbase)/bin/ before build time. Those wrapper scripts are now in place natively and need not to be copied prior to building NX. Packaging scripts with adaptation: debian/roll-tarballs.sh debian/rules debian/*.docs nx-libs.spec
* Prepare for maintaing upstream changes in upstream ChangeLog.Mike Gabriel2015-02-141-3/+3
| | | | | | | | | | | | | | | | This makes it obsolete to add changes to debian/changelog. We document our changes in Git (3.6.x branch and other related branches). On release, we generate an upstream ChangeLog from Git history. Only on the 3.5.0.x, we continue maintaining our changes in debian/changelog (to be compliant with current nx-libs release workflow in X2Go). The following packaging scripts needed adaptations to this change: debian/roll-tarballs.sh debian/rules nx-libs.spec
* VERSION file: master VERSION file is in base folder, symlinked from ↵Mike Gabriel2015-02-141-2/+0
| | | | | | | | | | | | | | | | | | nx*/VERSION and hw/nxagent/VERSION. This commit removes the debian/VERSION file at makes it now unnecessary to copy/symlink the VERSION file at build time. These build scripts got adapted: debian/roll-tarballs.sh debian/rules nx-libs.spec Furthermore, all NX component now use the main VERSION file as reference. typechange: nxcomp/VERSION typechange: nxcompext/VERSION typechange: nxcompshad/VERSION typechange: nxproxy/VERSION
* Move Makefile (and auxiliary file replace.sh) into base folder. Adapt ↵Mike Gabriel2015-02-141-2/+0
| | | | | | | | packaging these scripts: debian/roll-tarballs.sh debian/rules nx-libs.spec
* Version bump, continuing NX 3.x development.. Targetting NX 3.6.x some time.Mike Gabriel2015-02-141-2/+2
|
* Fix RPM spec syntax errorMike DePaulo2015-02-091-1/+2
|
* Drop not-used-anymore NX source tree clean-up code. Source tree has been ↵Mike Gabriel2015-02-091-26/+0
| | | | cleaned up natively.
* On SLE 11.x: libX* packages are prefixed with "xorg-x11-".Mike Gabriel2015-02-021-0/+4
|
* Assure that BuildRoot: is set.Mike Gabriel2015-01-291-0/+2
|
* nx-libs.spec: Set PREFIX=%{_prefix} USRLIBDIR=%{_libdir} SHLIBDIR=%{_libdir} ↵Mike Gabriel2015-01-291-1/+1
| | | | at build time.
* Don't fail if removing *.a files fails due to the files being non-present.Mike Gabriel2015-01-291-2/+2
|
* nx-libs.spec: several dependency fixes...Mike Gabriel2015-01-291-23/+38
| | | | | | + Add Obsoletes: fields to all shared libs for marking the non-versioned library package (names) as obsolete. + Don't depend on nx-libs base package with fixed version.
* Make libNX_X11-6 and libXinerama1 compliant to Shared Library Policy.Mike Gabriel2015-01-291-6/+6
|
* nx-libs.spec: Install man pages into bin:packages.Mike Gabriel2015-01-291-0/+4
|
* nx-libs.spec: Mention NX technology in every package description.Mike Gabriel2015-01-291-15/+118
|
* Use SONAME based library package naming scheme.Mike Gabriel2015-01-281-87/+87
|
* Revert "Use SONAME based library package naming scheme."Mike Gabriel2015-01-281-84/+84
| | | | This reverts commit 1e5c83e8bcdf29539667168e20b787585097f680.
* Use SONAME based library package naming scheme.Mike Gabriel2015-01-281-84/+84
|
* nx-libs.spec: Make %{_libdir}/nx{,/X11} owned by libNX_X11 bin:packageMike Gabriel2015-01-281-0/+2
|
* nx-libs.spec: Non-packaged files detected: nxagent.xpm, /usr/share/nx/rgb in ↵Mike Gabriel2015-01-281-0/+2
| | | | bin:package nxagent
* nx-libs.spec: NX libs are installed in %{_libdir}Mike Gabriel2015-01-281-1/+1
|
* nx-libs.spec: fix permission setting on outdated pathMike Gabriel2015-01-281-1/+1
|
* fix typos in CODE-REDUCTION scriptsMike Gabriel2015-01-281-2/+2
|
* Update .spec file to meet changes in tarball size reduction and restructuring.Mike Gabriel2015-01-281-44/+66
|
* fix for last commitMike Gabriel2015-01-221-0/+8
|
* Header files need not be removed anymore. They don't get installed via ↵Mike Gabriel2015-01-221-8/+0
| | | | Makefile.nx-libs anymore.
* fix for last commit(2)Mike Gabriel2014-12-031-1/+2
|
* fix for last commitMike Gabriel2014-12-031-1/+1
|
* nx-libs.spec: The gpg-offline bin:package is not available in our SLE repo. ↵Mike Gabriel2014-12-031-1/+1
| | | | We can do without.
* Continue development...Mike Gabriel2014-11-131-1/+1
|
* nx-libs.spec: Fix more rpmlint warnings.Mike Gabriel2014-10-141-8/+36
|
* nx-libs.spec: Fix SUSE-specific R for libXext(6).Mike Gabriel2014-10-131-1/+2
|
* nx-libs.spec: typo fixMike Gabriel2014-10-131-1/+1
|