]> git.pld-linux.org Git - packages/ruby-excon.git/commitdiff
new, version 0.16.7 master
authorElan Ruusamäe <glen@delfi.ee>
Sun, 5 May 2013 14:09:11 +0000 (17:09 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 5 May 2013 14:09:11 +0000 (17:09 +0300)
created with gem2rpm

ruby-excon.spec [new file with mode: 0644]

diff --git a/ruby-excon.spec b/ruby-excon.spec
new file mode 100644 (file)
index 0000000..6b327eb
--- /dev/null
@@ -0,0 +1,34 @@
+%define        pkgname excon
+Summary:       Http(s) EXtended CONnections
+Name:          ruby-%{pkgname}
+Version:       0.16.7
+Release:       1
+License:       MIT
+Group:         Development/Languages
+Source0:       http://rubygems.org/downloads/%{pkgname}-%{version}.gem
+# Source0-md5: e75c2a465e83f8ab6bae37c867b588a1
+URL:           https://github.com/geemus/excon
+BuildRequires: rpm-rubyprov
+BuildRequires: rpmbuild(macros) >= 1.656
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+EXtended http(s) CONnections.
+
+%prep
+%setup -q -n %{pkgname}-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{ruby_vendorlibdir},%{_bindir}}
+cp -a lib/* $RPM_BUILD_ROOT%{ruby_vendorlibdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md changelog.txt
+%{ruby_vendorlibdir}/%{pkgname}.rb
+%{ruby_vendorlibdir}/%{pkgname}
This page took 0.120366 seconds and 4 git commands to generate.