From 3a7bd0624d6eea0481a0ddb743202604fb1cd9ab Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Aug 20 2019 08:27:16 +0000 Subject: Use https links. --- diff --git a/CHANGELOG b/CHANGELOG index a4a3b09..a8c4b27 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,7 @@ # R2spec # # R2spec is made to help to the creation of R specfile -# It works from a source file (*.tar.gz) or a url (http://...*.tar.gz) +# It works from a source file (*.tar.gz) or a url (https://...*.tar.gz) # # # Made the 13th February 2008 @@ -202,10 +202,10 @@ # # Distributed under License GPLv3 or later # You can find a copy of this license on the website -# http://www.gnu.org/licenses/gpl.html +# https://www.gnu.org/licenses/gpl.html # # This software has been based on the guidelines for R packaging -# http://fedoraproject.org/wiki/Packaging/R +# https://fedoraproject.org/wiki/Packaging:R # #*********************************************** diff --git a/LICENSE b/LICENSE index 10926e8..f288702 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found. GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . + along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. @@ -664,12 +664,11 @@ might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see -. +. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read -. - +. diff --git a/README b/README index eed686f..c5ed508 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ Name: R2spec Author: Pierre-Yves Chibon -R2spec generates RPMs spec file for R libraries according to the R guidelines of Fedora available at http://fedoraproject.org/wiki/Packaging/R. -It creates the spec file from an input which could be either a source file (*.tar.gz) or a url (http://*.tar.gz). +R2spec generates RPMs spec file for R libraries according to the R guidelines of Fedora available at https://fedoraproject.org/wiki/Packaging:R. +It creates the spec file from an input which could be either a source file (*.tar.gz) or a url (https://*.tar.gz). diff --git a/repos.cfg b/repos.cfg index 09bd784..80fddc5 100644 --- a/repos.cfg +++ b/repos.cfg @@ -1,22 +1,22 @@ [repo:bioconductor] -url = http://bioconductor.org/packages/release/bioc/html/%{packname}.html -source = http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz -package = http://bioconductor.org/packages/release/bioc/src/contrib/PACKAGES +url = https://bioconductor.org/packages/release/bioc/html/%{packname}.html +source = https://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz +package = https://bioconductor.org/packages/release/bioc/src/contrib/PACKAGES [repo:bioconductor-annotation] -url = http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html -source = http://bioconductor.org/packages/release/data/annotation/src/contrib/%{packname}_%{version}.tar.gz -package = http://bioconductor.org/packages/release/data/annotation/src/contrib/PACKAGES +url = https://bioconductor.org/packages/release/data/annotation/html/%{packname}.html +source = https://bioconductor.org/packages/release/data/annotation/src/contrib/%{packname}_%{version}.tar.gz +package = https://bioconductor.org/packages/release/data/annotation/src/contrib/PACKAGES [repo:bioconductor-experiment] -url = http://bioconductor.org/packages/release/data/experiment/html/%{packname}.html -source = http://bioconductor.org/packages/release/data/experiment/src/contrib/%{packname}_%{version}.tar.gz -package = http://bioconductor.org/packages/release/data/experiment/src/contrib/PACKAGES +url = https://bioconductor.org/packages/release/data/experiment/html/%{packname}.html +source = https://bioconductor.org/packages/release/data/experiment/src/contrib/%{packname}_%{version}.tar.gz +package = https://bioconductor.org/packages/release/data/experiment/src/contrib/PACKAGES [repo:cran] -url = http://cran.r-project.org/web/packages/%{packname}/index.html -source = http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz -package = http://cran.r-project.org/src/contrib/PACKAGES +url = https://cran.r-project.org/web/packages/%{packname}/index.html +source = https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz +package = https://cran.r-project.org/src/contrib/PACKAGES [repo:r-forge] url = https://r-forge.r-project.org/projects/%{packname}/index.html