]> git.pld-linux.org Git - packages/ruby-yajl.git/blob - ruby-yajl.spec
new, version 1.1.0
[packages/ruby-yajl.git] / ruby-yajl.spec
1 %define rbname yajl-ruby
2 Summary:        Ruby C bindings to the excellent Yajl JSON stream-based parser library
3 Name:           ruby-yajl
4 Version:        1.1.0
5 Release:        0.1
6 License:        MIT
7 Group:          Development/Languages
8 URL:            http://rdoc.info/github/brianmario/yajl-ruby
9 Source0:        %{rbname}-%{version}.gem
10 BuildRequires:  rpm-rubyprov
11 BuildRequires:  rpmbuild(macros) >= 1.656
12 Requires:       ruby-activesupport
13 Requires:       ruby-json
14 Requires:       ruby-rake-compiler >= 0.7.5
15 Requires:       ruby-rspec >= 2.0.0
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 C binding to the excellent YAJL JSON parsing and generation library.
21
22 %prep
23 %setup -q
24
25 %build
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %doc CHANGELOG.md README.md MIT-LICENSE
This page took 0.063086 seconds and 3 git commands to generate.