forked from pool/rubygem-jquery-rails
- update to 2.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-jquery-rails?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
3e3212845d
commit
0082d45b0c
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:101d0336b9c2c0587b9af4fa16ba42a8385b692617cfd36f478c642e65dbb63d
|
|
||||||
size 254976
|
|
3
jquery-rails-2.0.2.gem
Normal file
3
jquery-rails-2.0.2.gem
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:09545ba28d859187918f333e43878428d4216f04e50bebd9b21ccb632a2d8ab9
|
||||||
|
size 264192
|
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 28 14:32:36 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- update to 2.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 31 07:51:30 UTC 2011 - fcastelli@suse.com
|
Wed Aug 31 07:51:30 UTC 2011 - fcastelli@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-jquery-rails
|
# spec file for package rubygem-jquery-rails
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,37 +15,30 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
Name: rubygem-jquery-rails
|
Name: rubygem-jquery-rails
|
||||||
Version: 1.0.13
|
Version: 2.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name jquery-rails
|
%define mod_name jquery-rails
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
#
|
|
||||||
Group: Development/Languages/Ruby
|
|
||||||
License: MIT
|
|
||||||
#
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: rubygems_with_buildroot_patch
|
BuildRequires: ruby-macros >= 1
|
||||||
%rubygems_requires
|
|
||||||
# railties ~> 3.0
|
|
||||||
BuildRequires: rubygem-railties-3 >= 3.0
|
|
||||||
Requires: rubygem-railties-3 >= 3.0
|
|
||||||
# thor ~> 0.14
|
|
||||||
BuildRequires: rubygem-thor-0_14 >= 0.14
|
|
||||||
Requires: rubygem-thor-0_14 >= 0.14
|
|
||||||
#
|
|
||||||
Url: http://rubygems.org/gems/jquery-rails
|
Url: http://rubygems.org/gems/jquery-rails
|
||||||
Source: %{mod_full_name}.gem
|
Source: %{mod_full_name}.gem
|
||||||
#
|
|
||||||
Summary: Use jQuery with Rails 3
|
Summary: Use jQuery with Rails 3
|
||||||
|
License: MIT
|
||||||
|
Group: Development/Languages/Ruby
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This gem provides jQuery and the jQuery-ujs driver for your Rails 3 application.
|
This gem provides jQuery and the jQuery-ujs driver for your Rails 3
|
||||||
|
application.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: RDoc documentation for %{mod_name}
|
Summary: RDoc documentation for %{mod_name}
|
||||||
Group: Development/Languages/Ruby
|
Group: Development/Languages/Ruby
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Documentation generated at gem installation time.
|
Documentation generated at gem installation time.
|
||||||
Usually in RDoc and RI formats.
|
Usually in RDoc and RI formats.
|
||||||
@@ -54,16 +47,19 @@ Usually in RDoc and RI formats.
|
|||||||
Summary: Test suite for %{mod_name}
|
Summary: Test suite for %{mod_name}
|
||||||
Group: Development/Languages/Ruby
|
Group: Development/Languages/Ruby
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description testsuite
|
%description testsuite
|
||||||
Test::Unit or RSpec files, useful for developers.
|
Test::Unit or RSpec files, useful for developers.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%build
|
#gem_unpack
|
||||||
%install
|
#if you need patches, apply them here and replace the # with a % sign in the surrounding lines
|
||||||
%gem_install %{S:0}
|
#gem_build
|
||||||
|
|
||||||
%clean
|
%build
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
%install
|
||||||
|
%gem_install -f
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Reference in New Issue
Block a user