diff --git a/rubygem-http-cookie.spec b/rubygem-http-cookie.spec index 6d41ead..540dae1 100644 --- a/rubygem-http-cookie.spec +++ b/rubygem-http-cookie.spec @@ -1,18 +1,18 @@ %global gem_name http-cookie %global rubyabi 1.9.1 -Name: rubygem-%{gem_name} -Version: 1.0.3 -Release: 1 -Summary: Ruby library to handle HTTP Cookies based on RFC 6265 -License: MIT -URL: https://github.com/sparklemotion/http-cookie -Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem -Requires: ruby(release) -BuildRequires: ruby(release) -BuildRequires: rubygems-devel rubygem(test-unit) rubygem(domain_name) rubygem(sqlite3) -Requires: ruby(rubygems) rubygem(domain_name) -BuildArch: noarch -Provides: rubygem(%{gem_name}) = %{version}-%{release} +Name: rubygem-%{gem_name} +Version: 1.0.3 +Release: 1 +Summary: Ruby library to handle HTTP Cookies based on RFC 6265 +License: MIT +URL: https://github.com/sparklemotion/http-cookie +Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem +Requires: ruby(release) +BuildRequires: ruby(release) +BuildRequires: rubygems-devel rubygem(test-unit) rubygem(domain_name) rubygem(sqlite3) +Requires: ruby(rubygems) rubygem(domain_name) +BuildArch: noarch +Provides: rubygem(%{gem_name}) = %{version}-%{release} %description HTTP::Cookie is a Ruby library to handle HTTP Cookies based on RFC 6265. It has with security, standards compliance and compatibility in mind, to behave @@ -21,10 +21,9 @@ legacy cookies.txt and the latest cookies.sqlite formats of Mozilla Firefox, and its modular API makes it easy to add support for a new backend store. %package doc -Summary: Documentation for %{name} -Requires: %{name} = %{version}-%{release} -BuildArch: noarch - +Summary: Documentation for %{name} +Requires: %{name} = %{version}-%{release} +BuildArch: noarch %description doc Documentation for %{name} @@ -71,5 +70,5 @@ popd %exclude %{gem_instdir}/test/ %changelog -* Wed Aug 19 2020 tuShenmei - 1.0.3-1 +* Wed Aug 26 2020 tushenmei - 1.0.3-1 - package init diff --git a/rubygem-http-cookie.yaml b/rubygem-http-cookie.yaml index b09f27f..93d4ac8 100644 --- a/rubygem-http-cookie.yaml +++ b/rubygem-http-cookie.yaml @@ -1,4 +1,3 @@ ---- version_control: gitHub src_repo: sparklemotion/http-cookie tag_prefix: "http-cookie-"