diff --git a/activerecord-5.2.3.gem b/activerecord-5.2.3.gem new file mode 100644 index 0000000..5bd1181 Binary files /dev/null and b/activerecord-5.2.3.gem differ diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec new file mode 100644 index 0000000..c0362dc --- /dev/null +++ b/rubygem-activerecord.spec @@ -0,0 +1,75 @@ +%global gem_name activerecord +Name: rubygem-%{gem_name} +Epoch: 1 +Version: 5.2.3 +Release: 1 +Summary: Object-relational mapper framework (part of Rails) +License: MIT +URL: http://rubyonrails.org +Source0: https://rubygems.org/gems/activerecord-5.2.3.gem +Source1: https://github.com/rails/rails/archive/v5.2.3.tar.gz +Suggests: %{_bindir}/sqlite3 +BuildRequires: rubygems-devel rubygem(bcrypt) rubygem(activesupport) = %{version} +BuildRequires: rubygem(activemodel) = %{version} rubygem(builder) rubygem(sqlite3) +BuildRequires: rubygem(mocha) rubygem(arel) rubygem(rack) sqlite +BuildArch: noarch +%description +Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties database +tables and classes together for business objects, like Customer or +Subscription, that can find, save, and destroy themselves without resorting to +manual SQL. + +%package doc +Summary: Documentation for %{name} +Requires: %{name} = %{epoch}:%{version}-%{release} +BuildArch: noarch +%description doc +Documentation for %{name}. + +%prep +%setup -q -n %{gem_name}-%{version} + +%build +gem build ../%{gem_name}-%{version}.gemspec +%gem_install + +%install +mkdir -p %{buildroot}%{gem_dir} +cp -a .%{gem_dir}/* \ + %{buildroot}%{gem_dir}/ + +%check +pushd .%{gem_instdir} +tar xzvf %{SOURCE1} +cd rails-%{version}/%{gem_name} +sed -i '/^\s*def test_too_many_binds$/ a skip' \ + test/cases/bind_parameter_test.rb +sed -i '/^\s*def test_preloading_has_many_through_with_implicit_source$/ a skip' \ + test/cases/associations/eager_test.rb +sed -i '/^\s*def test_eager_habtm_with_association_inheritance$/ a skip' \ + test/cases/associations/eager_test.rb +ruby -Itest:lib < - 5.2.3-1 +- Package init diff --git a/rubygem-activerecord.yaml b/rubygem-activerecord.yaml new file mode 100644 index 0000000..2910aa1 --- /dev/null +++ b/rubygem-activerecord.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: rails/rails +tag_prefix: "^v" +seperator: "." diff --git a/v5.2.3.tar.gz b/v5.2.3.tar.gz new file mode 100644 index 0000000..1d7dd90 Binary files /dev/null and b/v5.2.3.tar.gz differ