aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/packages/rpm/el6/SPECS
Commit message (Collapse)AuthorAgeFilesLines
* Remove old distribution packagingPierre Ossman2020-03-111-804/+0
| | | | | These are EOL (or soon to be) and we want to start relying on things present in current distributions.
* el6 build improvements. dependency updates, link order fixesBrian P. Hinz2019-12-281-29/+23
|
* Update source URLs in el6 spec fileBrian P. Hinz2019-12-221-4/+4
|
* Build RHEL 6 packages in TravisPierre Ossman2019-01-211-1/+1
|
* Clean up RPM spec filesPierre Ossman2019-01-211-1/+0
| | | | | Remove the unused Java self sign variable, and make sure we don't hard code a version as it needs to be adjusted before a build.
* Add missing FLTK dependencyPierre Ossman2019-01-211-1/+1
| | | | libXft is needed to build FLTK for the RHEL 6 RPM.
* Make sure libXrandr is available in package buildsPierre Ossman2019-01-211-2/+5
| | | | It is needed by x0vncserver.
* Update RPM package dependencies to require version alignment between packages.Mark Mielke2018-12-121-7/+10
|
* Remove Java web serverPierre Ossman2018-10-091-38/+0
| | | | | Applets don't work anymore so remove everything that has to do with serving them.
* Update static library dependencies for rpm/deb packagesBrian P. Hinz2018-07-241-12/+11
|
* Rename README.txt to README.rst and convert to reStructuredTextPeter Åstrand (astrand)2018-01-311-1/+1
|
* Fix build Java errors caused by UTF-8 characters in source commentsBrian P. Hinz2017-11-131-1/+1
| | | | See issue #534
* Update URL for java timestamp authorityBrian P. Hinz2016-08-211-1/+1
| | | | | OpenJDK 7u111 on el6 now throws an exception if the TSA URL scheme is https.
* Bump version of Xorg source patch to match distro updateBrian P. Hinz2016-06-201-2/+5
|
* Apply nettle CVE patches to el6 buildBrian P. Hinz2016-04-021-1/+8
| | | | Patch taken directly from f22 nettle package
* Install viewer .desktop file and icons on all Unix systemsPierre Ossman2016-01-111-16/+1
| | | | | These files are not Red Hat or Ubuntu specific, so install them on all Unix systems where the viewer is installed.
* Remove uncessary Xauth cookie patch from deb & rpm packagesBrian P. Hinz2016-01-031-3/+0
| | | | Obsoleted by 7461517
* Use --host and --build to prevent buildhost-specific optimizationsBrian P. Hinz2015-12-121-3/+12
|
* Modularized el5 & el6 RPM specsBrian P. Hinz2015-11-291-5/+53
| | | | | | Split the static library pre-reqs into a static-devel package so that they don't need to be rebuilt everytime tigervnc's sources change.
* Update RPM dependency sources to latest versionsBrian P. Hinz2015-11-261-4/+8
| | | | Several of the pre-requisites have outstanding CVEs.
* Finish removing unnecessary libos patches fro RPM builds.Brian P. Hinz2015-05-041-1/+0
| | | | | The patch sources were removed but the %patch commands were left in the spec files.
* Remove no longer needed libos patchesPierre Ossman2015-04-301-1/+0
| | | | | This workaround is no longer needed as we've fixed the bad interaction with libtool.
* Update build requirements in el6 spec fileBrian P. Hinz2015-03-181-3/+4
| | | | | | | Make the dependency on g++ explicit. Now that the native version of cmake in el6 has been bumped to v2.8 we can remove the dependency on EPEL's cmake28 package.
* Remove unnecessary dependency on openmotifBrian P. Hinz2015-03-151-2/+0
| | | | Requirement was an artifact of older version of mesa, and is no longer necessary.
* Update package builds to meet new minimum requirements.Brian P. Hinz2015-03-141-15/+108
| | | | el5 and el6 need newer versions of gnutls (and it's prereqs) than are available natively.
* Don't disable xinerama (#147)Brian P. Hinz2015-03-081-2/+5
| | | | Xinerama was disabled in the redhat spec file that ours was adapted from. Unsure why it was disabled in the first place.
* Remove obsolete distro patchesBrian P. Hinz2015-03-011-2/+0
| | | | | Commit f0fffd4d7f0907e91dfcee02cd7fbe4f4cbe2342 makes ldnow patch unnecessary. Commit 0dc36a501ee5e69ce1a201935a4a4a903d06cbe1 makes format-security patch unnecessary.
* Bump version of fltk to 1.3.3 for el5, el6, & ubuntu packagesBrian P. Hinz2015-03-011-10/+7
|
* Fixes for el6 spec fileBrian P. Hinz2014-12-061-4/+7
| | | | Some minor adjustments to sync up the el6 spec file with fedora.
* Fix for rpm-based packages when self-signed cert is used to sign java appletBrian P. Hinz2014-12-061-1/+3
| | | | | RPM build failed when the self-signed cert was used because the macro did not expand correctly.
* SPEC file cleanupBrian P. Hinz2014-11-211-3/+1
| | | | | | | | * Removed the hard coded snap tag, if needed it should be passed in via "rpmbuild --define 'snap ...'". * Changed the hard coded version to "@VERSION@" to make it clear that the copy of the spec file in the repository needs to be updated manually.
* Parameterize jar file signing for rpm-based distrosBrian P. Hinz2014-11-051-1/+10
| | | | * Allow build time selection of self-signed or keystore signing
* Set default file encoding to prevent java compiler warningsBrian P. Hinz2014-11-051-1/+1
| | | | | * The keymap files have UTF-8 characters embedded in comments. javac complains about this unless the default encoding is set.
* el6 package enhancementBrian P. Hinz2014-11-041-2/+5
| | | | | * Bumped the xserver patch version to keep up with the installed version of xorg source.
* Set -DBUILD_STATIC=off for package builds.Brian P. Hinz2014-10-221-0/+1
| | | | Commit f95272d set the BUILD_STATIC flag on by default, which is unnecessary for package builds.
* Remove distro specific patches obsoleted by changes in 38023dc304Brian P. Hinz2014-09-181-2/+0
|
* Apply latest fltk patches to rpm-based packagesBrian P. Hinz2014-09-161-49/+4
|
* Added 'contrib' folder to store patches necessary to build external ↵Brian Hinz2013-11-281-0/+734
dependecies, distribution-specific packaging files, etc. Also added a delimiter to the end of the fltk patch script defined in BUILDING.txt to make it easier to parse this script out for automated builds. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5139 3789f03b-4d11-0410-bbf8-ca57d06f2519