From ba322a2311d7af723cdfa800c38d3471c39939d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 4 Apr 2013 01:32:58 +0300 Subject: [PATCH] new, version 1.1.0 created with gem2rpm: gem2rpm yajl-ruby --fetch > ruby-yajl.spec --- ruby-yajl.spec | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 ruby-yajl.spec 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 -- 2.44.0