|
|
@ -1,21 +1,17 @@
|
|
|
|
%global gem_name cookiejar
|
|
|
|
%global gem_name cookiejar
|
|
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 0.3.2
|
|
|
|
Version: 0.3.3
|
|
|
|
Release: 13%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Parsing and returning cookies in Ruby
|
|
|
|
Summary: Parsing and returning cookies in Ruby
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
URL: https://github.com/dwaite/cookiejar
|
|
|
|
URL: https://github.com/dwaite/cookiejar
|
|
|
|
Source0: https://rubygems.org/gems/cookiejar-%{version}.gem
|
|
|
|
Source0: https://rubygems.org/gems/cookiejar-%{version}.gem
|
|
|
|
|
|
|
|
BuildRequires: rubygem(rspec-collection_matchers)
|
|
|
|
BuildRequires: rubygem(rspec)
|
|
|
|
BuildRequires: rubygem(rspec)
|
|
|
|
BuildRequires: ruby(release)
|
|
|
|
BuildRequires: ruby(release)
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
%if 0%{?fc19} || 0%{?fc20}
|
|
|
|
|
|
|
|
Requires: ruby(release)
|
|
|
|
|
|
|
|
Requires: rubygems
|
|
|
|
|
|
|
|
Provides: rubygem(%{gem_name}) = %{version}
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
The Ruby CookieJar is a library to help manage client-side cookies in pure
|
|
|
|
The Ruby CookieJar is a library to help manage client-side cookies in pure
|
|
|
@ -33,15 +29,10 @@ BuildArch: noarch
|
|
|
|
Documentation for %{name}
|
|
|
|
Documentation for %{name}
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
gem unpack %{SOURCE0}
|
|
|
|
%setup -q -n %{gem_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%setup -q -D -T -n %{gem_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
gem build %{gem_name}.gemspec
|
|
|
|
gem build ../%{gem_name}-%{version}.gemspec
|
|
|
|
|
|
|
|
|
|
|
|
%gem_install
|
|
|
|
%gem_install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -53,7 +44,7 @@ popd
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{gem_dir}
|
|
|
|
mkdir -p %{buildroot}%{gem_dir}
|
|
|
|
cp -pa .%{gem_dir}/* \
|
|
|
|
cp -a .%{gem_dir}/* \
|
|
|
|
%{buildroot}%{gem_dir}/
|
|
|
|
%{buildroot}%{gem_dir}/
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
@ -62,15 +53,21 @@ cp -pa .%{gem_dir}/* \
|
|
|
|
%exclude %{gem_cache}
|
|
|
|
%exclude %{gem_cache}
|
|
|
|
%exclude %{gem_instdir}/contributors.json
|
|
|
|
%exclude %{gem_instdir}/contributors.json
|
|
|
|
%{gem_spec}
|
|
|
|
%{gem_spec}
|
|
|
|
%doc %{gem_instdir}/spec/*
|
|
|
|
%license %{gem_instdir}/LICENSE
|
|
|
|
%doc %{gem_instdir}/LICENSE
|
|
|
|
%exclude %{gem_instdir}/.*
|
|
|
|
|
|
|
|
%exclude %{gem_instdir}/%{gem_name}.gemspec
|
|
|
|
|
|
|
|
%exclude %{gem_instdir}/spec
|
|
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
%files doc
|
|
|
|
%{gem_docdir}
|
|
|
|
%{gem_docdir}
|
|
|
|
%{gem_instdir}/README.markdown
|
|
|
|
%doc %{gem_instdir}/README.markdown
|
|
|
|
%{gem_instdir}/Rakefile
|
|
|
|
%{gem_instdir}/Rakefile
|
|
|
|
|
|
|
|
%{gem_instdir}/Gemfile
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Apr 03 2018 Pavel Valena <pvalena@redhat.com> - 0.3.3-1
|
|
|
|
|
|
|
|
- Update to cookiejar 0.3.3.
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-13
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|