]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
ruby: update rubygems url to be https
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 28 Oct 2017 20:24:28 +0000 (23:24 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 28 Oct 2017 20:24:28 +0000 (23:24 +0300)
ruby.spec

index d83699355fbe3121d9727a630020f5385219ace4..b6e77fc1cbc28cacb47d1bacefa8d6b617c0f352 100644 (file)
--- a/ruby.spec
+++ b/ruby.spec
@@ -12,8 +12,7 @@ Name:         ruby-%{pkgname}
 Version:       -
 Release:       0.1
 License:       - (enter GPL/GPL v2/GPL v3+/LGPL/MIT/Ruby License/other license name here)
-#Source0:      http://rubyforge.org/frs/download.php/18699/%{pkgname}-%{version}.tgz
-Source0:       http://rubygems.org/downloads/%{pkgname}-%{version}.gem
+Source0:       https://rubygems.org/downloads/%{pkgname}-%{version}.gem
 # Source0-md5: -
 Group:         Development/Languages
 URL:           http://rubyforge.org/projects/.../
@@ -94,6 +93,7 @@ rdoc --ri --op ri lib
 rdoc --op rdoc lib
 # rm -r ri/NOT_THIS_MODULE_RELATED_DIRS
 rm ri/created.rid
+rm ri/cache.ri
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.164747 seconds and 4 git commands to generate.