2011-08-19 12:22:30 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package rubygem-coffee-script-source
|
|
|
|
|
#
|
2016-12-08 13:03:22 +00:00
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
2011-08-19 12:22:30 +00:00
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
2012-10-28 06:03:37 +00:00
|
|
|
|
2015-02-11 00:54:22 +00:00
|
|
|
#
|
|
|
|
|
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
|
|
|
|
|
# All sections marked as MANUAL, license headers, summaries and descriptions
|
|
|
|
|
# can be maintained in that file. Please consult this file before editing any
|
|
|
|
|
# of those fields
|
|
|
|
|
#
|
|
|
|
|
|
2011-08-19 12:22:30 +00:00
|
|
|
Name: rubygem-coffee-script-source
|
2016-12-20 07:08:24 +00:00
|
|
|
Version: 1.12.2
|
2011-08-19 12:22:30 +00:00
|
|
|
Release: 0
|
|
|
|
|
%define mod_name coffee-script-source
|
|
|
|
|
%define mod_full_name %{mod_name}-%{version}
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2014-10-13 11:57:30 +00:00
|
|
|
BuildRequires: %{rubygem gem2rpm}
|
|
|
|
|
BuildRequires: %{ruby}
|
|
|
|
|
BuildRequires: ruby-macros >= 5
|
2016-12-08 13:03:22 +00:00
|
|
|
Url: http://coffeescript.org
|
2013-03-23 08:03:20 +00:00
|
|
|
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
2014-10-13 11:57:30 +00:00
|
|
|
Source1: gem2rpm.yml
|
2011-08-19 12:22:30 +00:00
|
|
|
Summary: The CoffeeScript Compiler
|
2012-10-28 06:03:37 +00:00
|
|
|
License: MIT
|
|
|
|
|
Group: Development/Languages/Ruby
|
|
|
|
|
|
2011-08-19 12:22:30 +00:00
|
|
|
%description
|
2012-10-28 06:03:37 +00:00
|
|
|
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.
|
2011-08-19 12:22:30 +00:00
|
|
|
|
|
|
|
|
%prep
|
2012-10-28 06:03:37 +00:00
|
|
|
|
2011-08-19 12:22:30 +00:00
|
|
|
%build
|
2012-10-28 06:03:37 +00:00
|
|
|
|
2011-08-19 12:22:30 +00:00
|
|
|
%install
|
2014-10-13 11:57:30 +00:00
|
|
|
%gem_install \
|
|
|
|
|
-f
|
2011-08-19 12:22:30 +00:00
|
|
|
|
2014-10-12 11:25:04 +00:00
|
|
|
%gem_packages
|
2011-08-19 12:22:30 +00:00
|
|
|
|
|
|
|
|
%changelog
|