[packages/ruby-celluloid-io] new, version 0.15.0

glen glen at pld-linux.org
Sun Jul 27 11:35:33 CEST 2014


commit c8cfc0a4d5c7dcac3e29409dc4515901e1d63f45
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Jul 27 12:35:12 2014 +0300

    new, version 0.15.0
    
    created with gem2spec

 ruby-celluloid-io.spec | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)
---
diff --git a/ruby-celluloid-io.spec b/ruby-celluloid-io.spec
new file mode 100644
index 0000000..a87ca41
--- /dev/null
+++ b/ruby-celluloid-io.spec
@@ -0,0 +1,53 @@
+#
+# Conditional build:
+%bcond_with	tests		# build without tests
+
+%define	pkgname	celluloid-io
+Summary:	Celluloid::IO allows you to monitor multiple IO objects within a Celluloid actor
+Name:		ruby-%{pkgname}
+Version:	0.15.0
+Release:	1
+License:	MIT
+Group:		Development/Languages
+Source0:	http://rubygems.org/downloads/%{pkgname}-%{version}.gem
+# Source0-md5:	-
+URL:		http://github.com/celluloid/celluloid-io
+BuildRequires:	rpm-rubyprov
+BuildRequires:	rpmbuild(macros) >= 1.656
+%if %{with tests}
+BuildRequires:	ruby-benchmark_suite
+BuildRequires:	ruby-guard-rspec
+BuildRequires:	ruby-rake
+BuildRequires:	ruby-rb-fsevent < 0.10
+BuildRequires:	ruby-rb-fsevent >= 0.9.1
+BuildRequires:	ruby-rspec
+%endif
+Requires:	ruby-celluloid >= 0.15.0
+Requires:	ruby-nio4r >= 0.5.0
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Evented IO for Celluloid actors
+
+%prep
+%setup -q -n %{pkgname}-%{version}
+
+%build
+%__gem_helper spec
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{ruby_vendorlibdir},%{ruby_specdir}}
+cp -a lib/* $RPM_BUILD_ROOT%{ruby_vendorlibdir}
+cp -p %{pkgname}-%{version}.gemspec $RPM_BUILD_ROOT%{ruby_specdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md CHANGES.md LICENSE.txt
+%{ruby_vendorlibdir}/celluloid/io.rb
+%{ruby_vendorlibdir}/celluloid/io
+%{ruby_specdir}/%{pkgname}-%{version}.gemspec
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby-celluloid-io.git/commitdiff/c8cfc0a4d5c7dcac3e29409dc4515901e1d63f45



More information about the pld-cvs-commit mailing list