summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for Fedora Review Request (RHBZ #1065685)HEADmasterKen Dreyer2014-03-131-9/+16
| | | | | | | - convert tabs to spaces - use %{gem_libdir} - include %{gem_extdir_mri} and %{gem_instdir}/bin directories - exclude %{gem_cache}
* Drop Fedora 18 conditionalsKen Dreyer2014-02-151-20/+10
| | | | | - Drop permissions adjustment (fixed upstream) - Reword comment about extdir
* Update to 4.8.2Ken Dreyer2014-02-103-2/+7
|
* skip .gitkeep removalKen Dreyer2013-12-111-1/+0
| | | | | Upstream no longer ships .gitkeep files in 4.7.0. There's no need to remove them in the RPM packaging.
* add EL6 conditionalsKen Dreyer2013-11-261-3/+40
| | | | This allows the RPM to be built for EL6.
* add macros for el6Ken Dreyer2013-11-261-0/+10
| | | | | | | | On RHEL 6 prior to 6.5, many of the modern Ruby and Gem RPM macros are not available. Conditionally define these macros if the happen to be missing. (See also https://rhn.redhat.com/errata/RHBA-2013-1694.html)
* require rubygems during binary invocationKen Dreyer2013-11-261-0/+4
|
* add missing dependency on rackKen Dreyer2013-11-261-0/+1
|
* use gem_docdir macroKen Dreyer2013-11-261-1/+1
| | | | | Use the gem_docdir macro in the %files list instead of manually specifying the same thing.
* filter test/doc files from auto-requiresKen Dreyer2013-11-251-0/+3
|
* build doc subpackage as noarchKen Dreyer2013-11-251-0/+1
|
* use simpler sed commands to fix shebangKen Dreyer2013-11-251-9/+4
|
* require rubygems in test helperKen Dreyer2013-11-251-48/+2
| | | | | It is simpler to require rubygems in the test helper rather than adding the rubygems line to each test file individually.
* add comment about upstream fix for doc permissionsKen Dreyer2013-11-251-0/+2
|
* translate comment to englishKen Dreyer2013-11-241-1/+1
|
* fix testsKen Dreyer2013-11-241-51/+37
| | | | | | move modifications to %prep run "make test"
* rm spurious dist tag conditionalKen Dreyer2013-11-241-3/+0
| | | | This conditional was empty. Remove it.
* update to 4.7.0Ken Dreyer2013-11-233-3/+6
|
* remove trailing whitespaceKen Dreyer2013-11-231-30/+30
|
* adjust whitespaceKen Dreyer2013-11-231-1/+1
|
* adjust dist conditionals post F17Ken Dreyer2013-11-231-7/+5
| | | | Fedora 17 is EOL. Remove references to it in the conditionals.
* rm BuildRoot, %clean, and default defattrKen Dreyer2013-11-231-7/+0
| | | | These are not needed on EL6 and above.
* use HTTPS in URLKen Dreyer2013-11-231-1/+1
|
* initial import from rubygem-unicorn-4.6.3-1Ken Dreyer2013-11-233-0/+247
https://bugzilla.redhat.com/show_bug.cgi?id=786636#c9