From: Elan Ruusamäe Date: Wed, 3 Apr 2013 22:32:58 +0000 (+0300) Subject: new, version 1.1.0 X-Git-Tag: auto/th/ruby-yajl-1.1.0-1~4 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fruby-yajl.git;a=commitdiff_plain;h=ba322a2311d7af723cdfa800c38d3471c39939d4 new, version 1.1.0 created with gem2rpm: gem2rpm yajl-ruby --fetch > ruby-yajl.spec --- ba322a2311d7af723cdfa800c38d3471c39939d4 diff --git a/ruby-yajl.spec b/ruby-yajl.spec new file mode 100644 index 0000000..fa68a70 --- /dev/null +++ b/ruby-yajl.spec @@ -0,0 +1,35 @@ +%define rbname yajl-ruby +Summary: Ruby C bindings to the excellent Yajl JSON stream-based parser library +Name: ruby-yajl +Version: 1.1.0 +Release: 0.1 +License: MIT +Group: Development/Languages +URL: http://rdoc.info/github/brianmario/yajl-ruby +Source0: %{rbname}-%{version}.gem +BuildRequires: rpm-rubyprov +BuildRequires: rpmbuild(macros) >= 1.656 +Requires: ruby-activesupport +Requires: ruby-json +Requires: ruby-rake-compiler >= 0.7.5 +Requires: ruby-rspec >= 2.0.0 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +C binding to the excellent YAJL JSON parsing and generation library. + +%prep +%setup -q + +%build + +%install +rm -rf $RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc CHANGELOG.md README.md MIT-LICENSE