Bug 845015 - Please rename to rubygem-ruby-hmac
Summary: Please rename to rubygem-ruby-hmac
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: rubygem-hmac
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Chris Lalancette
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 845342
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-01 13:32 UTC by Bohuslav "Slavek" Kabrda
Modified: 2012-08-13 07:39 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-08 14:18:10 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Bohuslav "Slavek" Kabrda 2012-08-01 13:32:44 UTC
Hi,
I would like to ask you to rename rubygem-hmac to rubygem-ruby-hmac. The name is inconsistent with the original gem name "ruby-hmac" and therefore causes problems, when other packages expect it to provide rubygem(ruby-hmac) - I'm currently having this problem with rubygem-fog in Rawhide.
Also, there is no rule that would say that rubygem packages should drop "ruby" from their name.

Thanks!

Comment 1 Mo Morsi 2012-08-02 18:07:01 UTC
Submitted new package, diff:

[mmorsi@localhost rubygem-hmac]$ git diff
diff --git a/rubygem-hmac.spec b/rubygem-hmac.spec
index 94194f8..132d222 100644
--- a/rubygem-hmac.spec
+++ b/rubygem-hmac.spec
@@ -2,9 +2,9 @@
 %global gem_name ruby-hmac
 
 Summary: This module provides common interface to HMAC functionality
-Name: rubygem-hmac
+Name: rubygem-%{gem_name}
 Version: 0.4.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 Group: Development/Languages
 License: MIT and Ruby
 URL: http://ruby-hmac.rubyforge.org
@@ -15,6 +15,7 @@ BuildRequires: ruby
 BuildRequires: rubygems-devel
 BuildRequires: rubygem(minitest)
 BuildArch: noarch
+Provides: rubygem(%{gem_name}) = %{version}
 Provides: rubygem(hmac) = %{version}
 
 %description
@@ -58,6 +59,9 @@ popd
 
 
 %changelog
+* Thu Aug 02 2012 Mo Morsi <mmorsi> - 0.4.0-6
+- renamed rubygem-hmac to rubygem-ruby-hmac
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng.org> - 0.4.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 

[mmorsi@localhost rubygem-hmac]$

Comment 2 Mo Morsi 2012-08-08 14:18:10 UTC
rubygem-ruby-hmac has been imported / build for rawhide and rubygem-hmac has been retired there as well

Comment 3 Bohuslav "Slavek" Kabrda 2012-08-13 07:39:53 UTC
Thank you!


Note You need to log in before you can comment on or make changes to this bug.