[rubygem-em-socksify/f20] rubygem-em-socksify-0.3.0

nitesh narayan lal niteshnarayan at fedoraproject.org
Tue Jul 15 17:43:35 UTC 2014


commit 24bb0a6b06007f5957c889066f615f4c2f96f899
Author: Nitesh Narayan Lal <niteshnarayanlalleo at gmail.com>
Date:   Tue Jul 15 23:13:11 2014 +0530

    rubygem-em-socksify-0.3.0

 .gitignore               |    1 +
 MIT-LICENSE              |   10 +++++
 rubygem-em-socksify.spec |   99 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 4 files changed, 111 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9455d06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/em-socksify-0.3.0.gem
diff --git a/MIT-LICENSE b/MIT-LICENSE
new file mode 100644
index 0000000..d9d6b9e
--- /dev/null
+++ b/MIT-LICENSE
@@ -0,0 +1,10 @@
+Copyright (c) 2014, Ilya Grigorik and Other Contributors
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/rubygem-em-socksify.spec b/rubygem-em-socksify.spec
new file mode 100644
index 0000000..0e26d27
--- /dev/null
+++ b/rubygem-em-socksify.spec
@@ -0,0 +1,99 @@
+%global gem_name em-socksify
+
+Name: rubygem-%{gem_name}
+Version: 0.3.0
+Release: 8%{?dist}
+Summary: Transparent proxy support for any EventMachine protocol
+Group: Development/Languages
+License: MIT
+URL: https://github.com/igrigorik/em-socksify
+Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
+Source1: MIT-LICENSE
+BuildRequires: ruby(release)
+BuildRequires: rubygems-devel
+BuildArch: noarch
+%if 0%{?fc19} || 0%{?fc20}
+Requires: ruby(release)
+Requires: rubygems
+Requires: rubygem(eventmachine) >= 1.0.0.beta.4
+Provides: rubygem(%{gem_name}) = %{version}
+%endif
+
+
+%description
+Transparent proxy support for any EventMachine protocol
+
+%package doc
+Summary: Documentation for %{name}
+Group: Documentation
+Requires: %{name} = %{version}-%{release}
+BuildArch: noarch
+
+%description doc
+Documentation for %{name}
+
+%prep
+gem unpack %{SOURCE0}
+
+%setup -q -D -T -n  %{gem_name}-%{version}
+gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
+
+%build
+gem build %{gem_name}.gemspec
+
+%gem_install
+
+%install
+mkdir -p %{buildroot}%{gem_dir}
+cp -pa .%{gem_dir}/* \
+        %{buildroot}%{gem_dir}/
+cp -p %{SOURCE1} %{buildroot}/%{gem_instdir}/
+
+#Spec suite only includes 2 tests that require external connections,
+#commented out since this isn't possible within mock
+#%%check
+#pushd ./%%{gem_instdir}
+#rspec -Ilib spec
+#popd
+
+%files
+%dir %{gem_instdir}
+%exclude %{gem_cache}
+%exclude %{gem_instdir}/.gitignore
+%{gem_spec}
+%doc %{gem_instdir}/MIT-LICENSE
+%{gem_libdir}
+
+%files doc
+%doc %{gem_docdir}
+%doc %{gem_instdir}/README.md
+%{gem_instdir}/spec
+%{gem_instdir}/Gemfile
+%{gem_instdir}/Rakefile
+%{gem_instdir}/em-socksify.gemspec
+
+%changelog
+
+* Wed May 28 2014 Nitesh Narayan Lal <niteshnarayan at fedoraproject.org> - 0.3.0-8
+- Added conditional for F19/F20 and marked readme as doc
+
+* Fri Mar 28 2014 Nitesh Narayan Lal <niteshnarayan at fedoraproject.org> - 0.3.0-7
+- Fixing licensing issues
+
+* Tue Mar 25 2014 Nitesh Narayan Lal <niteshnarayan at fedoraproject.org> - 0.3.0-6
+- Updating licensing  & other issues so as to comply with Fedora guidelines
+
+* Sat Mar 15 2014 Nitesh Narayan Lal <niteshnarayan at fedoraproject.org> - 0.3.0-5
+- Correcting missing requirements & updating as per the Fedora guidelines
+
+* Sat Mar 15 2014 Nitesh Narayan Lal <niteshnarayan at fedoraproject.org> - 0.3.0-4
+- Updated to comply with Fedora guidelines
+
+* Thu Mar 6 2014 Nitesh Narayan Lal <niteshnarayan at fedoraproject.org> - 0.3.0-3
+- Updated as per the Fedora usage guidelines
+
+* Sat Feb 22 2014 Nitesh Narayan Lal <niteshnarayan at fedoraproject.org>  0.3.0-2
+- Updated as per the comments
+
+* Sat Jan 11 2014 Nitesh Narayan Lal <niteshnarayan at fedoraproject.org>  0.3.0-1
+- Initial package
diff --git a/sources b/sources
index e69de29..9939e57 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+93eaab50520665ffd76b48e1f3a29d15  em-socksify-0.3.0.gem


More information about the scm-commits mailing list