From d1261ff1c0e56017e028194967cdd4ca390774f2 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 04 2015 07:28:21 +0000 Subject: import rh-ror41-rubygem-coffee-script-source-1.6.3-1.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ba4c11 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/coffee-script-source-1.6.3.gem diff --git a/.rh-ror41-rubygem-coffee-script-source.metadata b/.rh-ror41-rubygem-coffee-script-source.metadata new file mode 100644 index 0000000..2b43d0d --- /dev/null +++ b/.rh-ror41-rubygem-coffee-script-source.metadata @@ -0,0 +1 @@ +b97567bf39272d6d12f55a022e6c0addfd40cc3b SOURCES/coffee-script-source-1.6.3.gem diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/rubygem-coffee-script-source.spec b/SPECS/rubygem-coffee-script-source.spec new file mode 100644 index 0000000..765d084 --- /dev/null +++ b/SPECS/rubygem-coffee-script-source.spec @@ -0,0 +1,88 @@ +%{?scl:%scl_package rubygem-%{gem_name}} +%{!?scl:%global pkg_name %{name}} + +# Generated from coffee-script-source-1.2.0.gem by gem2rpm -*- rpm-spec -*- +%global gem_name coffee-script-source + +Summary: The CoffeeScript Compiler +Name: %{?scl_prefix}rubygem-%{gem_name} +Version: 1.6.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: %{?scl_prefix_ruby}ruby(release) +Requires: %{?scl_prefix_ruby}ruby(rubygems) +BuildRequires: %{?scl_prefix_ruby}ruby(release) +BuildRequires: %{?scl_prefix_ruby}rubygems-devel +BuildRequires: %{?scl_prefix_ruby}ruby +BuildArch: noarch +Provides: %{?scl_prefix}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 %{pkg_name} +Group: Documentation +Requires: %{?scl_prefix}%{pkg_name} = %{version}-%{release} +BuildArch: noarch + +%description doc +Documentation for %{pkg_name} + + +%prep +%setup -n %{pkg_name}-%{version} -q -c -T +%{?scl:scl enable %scl - << \EOF} +%gem_install -n %{SOURCE0} +%{?scl:EOF} + +%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 Jan 26 2015 Josef Stribny - 1.6.3-1 +- Update to 1.6.3 + +* Fri Mar 21 2014 Vít Ondruch - 1.3.3-5 +- Rebuid against new scl-utils to depend on -runtime package. + Resolves: rhbz#1069109 + +* Wed Jun 12 2013 Josef Stribny - 1.3.3-4 +- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 + +* Thu Jul 26 2012 Bohuslav Kabrda - 1.3.3-3 +- Imported from Fedora again. + +* Sat Jul 21 2012 Fedora Release Engineering - 1.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jul 16 2012 Vít Ondruch - 1.3.3-1 +- Updated to the coffee-script-source 1.3.3. + +* Wed Feb 29 2012 Fotios Lindiakos - 1.2.0-2 +- Rebuilt with new gem_* macros + +* Mon Feb 27 2012 Fotios Lindiakos - 1.2.0-1 +- Initial package