summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update for F22 Ruby guidelinesHEADmasterKen Dreyer2014-11-071-21/+28
| | | | - Drop EL6 compat when moving the binary yajl/yajl.so file in %install
* Update to yajl-ruby 1.2.0Ken Dreyer2014-02-153-4/+9
|
* remove developer-only files during %prepKen Dreyer2013-12-261-7/+7
| | | | | | Some files were deleted during %install, some files were %exclude'd, and some were shipped in -doc. Just delete them all during %prep for cleanliness and consistency.
* delete unnecessary gemspec during %installKen Dreyer2013-12-261-1/+2
| | | | | It's not necessary to ship two gemspecs for this package. Delete the duplicate during %install.
* move README.md to main packageKen Dreyer2013-12-261-1/+1
| | | | | This file might be useful to users. Move it to the main package so that it's more accessible.
* mark README.md and CHANGELOG.md as %docKen Dreyer2013-12-261-2/+2
| | | | These files are text, not code. Mark them as such.
* BuildRequire ruby(rubygems)Ken Dreyer2013-12-261-0/+1
| | | | EL6 cannot build without this.
* use %{ruby_sitearch} and %{gem_extdir_mri}Ken Dreyer2013-12-261-4/+16
| | | | | The %{gem_extdir} macro is deprecated. Use %{ruby_sitearch} on EL6, and use %{gem_extdir_mri} elsewhere.
* use %gem_install macroKen Dreyer2013-12-261-0/+4
| | | | | On platforms that are not EL6, the %gem_install macro is available and preferable to manually compiling the gem.
* move build process into %buildKen Dreyer2013-12-261-3/+10
| | | | | | The Ruby guidelines indicate that the gem should be unpacked in %prep and built in %build. Run "gem unpack" and "gem spec" in %prep, and "gem build" in %build.
* build doc subpackage as noarchKen Dreyer2013-12-261-0/+1
| | | | | The -doc subpackage should be set to "noarch" since there's no architecture-specific files within it.
* simplify el6/rubyabi conditionalsKen Dreyer2013-12-261-8/+6
| | | | | | The last Fedora version that supported ruby(abi) is Fedora 18, and this is going end-of-life in a few days. We only need to support ruby(abi) on EL6. Simplify the RPM dist conditionals to reflect this.
* remove trailing whitespaceKen Dreyer2013-12-261-2/+2
| | | | | There were two lines with trailing whitespace in the spec file, so this commit fixes that.
* use HTTPS in URLsKen Dreyer2013-12-261-2/+2
|
* remove gem2rpm autogenerated commentKen Dreyer2013-12-261-1/+0
|
* import rubygem-yajl-ruby-1.1.0-2.fc19.src.rpm (RHBZ #823351)Julian C. Dunn2013-12-263-0/+114