[packages/ruby-yajl] new, version 1.1.0
    glen 
    glen at pld-linux.org
       
    Thu Apr  4 00:33:27 CEST 2013
    
    
  
commit ba322a2311d7af723cdfa800c38d3471c39939d4
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Apr 4 01:32:58 2013 +0300
    new, version 1.1.0
    
    created with gem2rpm:
    gem2rpm yajl-ruby --fetch > ruby-yajl.spec
 ruby-yajl.spec | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
---
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ruby-yajl.git/commitdiff/ba322a2311d7af723cdfa800c38d3471c39939d4
    
    
More information about the pld-cvs-commit
mailing list