[rubygem-coffee-script-source] Initial import (#738746).

Vít Ondruch vondruch at fedoraproject.org
Mon Jul 16 15:21:49 UTC 2012


commit cec009cd9e968b4c54a5417b8b65f4d4ab3c62e9
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Jul 16 17:21:38 2012 +0200

    Initial import (#738746).

 .gitignore                        |    1 +
 rubygem-coffee-script-source.spec |   72 +++++++++++++++++++++++++++++++++++++
 sources                           |    1 +
 3 files changed, 74 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..e267696 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/coffee-script-source-1.3.3.gem
diff --git a/rubygem-coffee-script-source.spec b/rubygem-coffee-script-source.spec
new file mode 100644
index 0000000..a8c0ab8
--- /dev/null
+++ b/rubygem-coffee-script-source.spec
@@ -0,0 +1,72 @@
+# Generated from coffee-script-source-1.2.0.gem by gem2rpm -*- rpm-spec -*-
+%global gem_name coffee-script-source
+
+%global rubyabi 1.9.1
+
+Summary:        The CoffeeScript Compiler
+Name:           rubygem-%{gem_name}
+Version:        1.3.3
+Release:        1%{?dist}
+Group:          Development/Languages
+License:        MIT
+URL:            http://jashkenas.github.com/coffee-script/
+Source0:        http://rubygems.org/gems/%{gem_name}-%{version}.gem
+Requires:       ruby(abi) = %{rubyabi}
+Requires:       ruby(rubygems)
+BuildRequires:  ruby(abi) = %{rubyabi}
+BuildRequires:  rubygems-devel
+BuildRequires:  ruby
+BuildArch:      noarch
+Provides:       rubygem(%{gem_name}) = %{version}
+
+%description
+CoffeeScript is a little language that compiles into JavaScript.
+Underneath all of those embarrassing braces and semicolons,
+JavaScript has always had a gorgeous object model at its heart.
+CoffeeScript is an attempt to expose the good parts of JavaScript
+in a simple way.
+
+
+%package doc
+Summary:    Documentation for %{name}
+Group:      Documentation
+Requires:   %{name} = %{version}-%{release}
+BuildArch:  noarch
+
+%description doc
+Documentation for %{name}
+
+
+%prep
+%setup -q -c -T
+mkdir -p .%{gem_dir}
+gem install --local --install-dir .%{gem_dir} \
+            --force %{SOURCE0}
+
+%build
+
+%install
+mkdir -p %{buildroot}%{gem_dir}
+cp -a .%{gem_dir}/* \
+        %{buildroot}%{gem_dir}/
+
+
+%files
+%dir %{gem_instdir}
+%{gem_libdir}
+%exclude %{gem_cache}
+%{gem_spec}
+
+%files doc
+%doc %{gem_docdir}
+
+
+%changelog
+* Mon Jul 16 2012 Vít Ondruch <vondruch at redhat.com> - 1.3.3-1
+- Updated to the coffee-script-source 1.3.3.
+
+* Wed Feb 29 2012 Fotios Lindiakos <fotios at redhat.com> - 1.2.0-2
+- Rebuilt with new gem_* macros
+
+* Mon Feb 27 2012 Fotios Lindiakos <fotios at redhat.com> - 1.2.0-1
+- Initial package
diff --git a/sources b/sources
index e69de29..1dbd425 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7ea44d9d375b7474abd0cb195274be77  coffee-script-source-1.3.3.gem


More information about the scm-commits mailing list