aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup
diff options
context:
space:
mode:
Diffstat (limited to 'setup')
-rw-r--r--setup/qi_libs.rb16
-rwxr-xr-x[-rw-r--r--]setup/rbuild26
-rw-r--r--setup/rbuild_help.rb1
-rw-r--r--setup/rbuild_libs.rb9
-rw-r--r--setup/sisu_version.rb2
5 files changed, 23 insertions, 31 deletions
diff --git a/setup/qi_libs.rb b/setup/qi_libs.rb
index 1c294b05..b441cdd9 100644
--- a/setup/qi_libs.rb
+++ b/setup/qi_libs.rb
@@ -11,7 +11,7 @@ module Project_details
'documents - structuring, publishing in multiple formats & search'
end
def self.homepage
- 'http://www.sisudoc.org'
+ 'https://www.sisudoc.org'
end
def self.thor
"ruby-thor files for the installation/setup of #{name}"
@@ -389,8 +389,8 @@ proceed? }
def self.changelog_header(vi)
vn=version_number(vi)
<<-WOK
-* sisu_#{vn}.orig.tar.xz (#{vi[:date]}:#{vi[:date_stamp].gsub(/20\d\dw/,'')})
- http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_#{vn}
+- sisu_#{vn}.orig.tar.xz (#{vi[:date]}:#{vi[:date_stamp].gsub(/20\d\dw/,'')})
+ https://git.sisudoc.org/projects/sisu/tag/?h=sisu_#{vn}
WOK
end
def self.changelog_header_release(filename,ch,vi)
@@ -437,8 +437,8 @@ proceed? }
def self.changelog_header_pre_release(vi)
vn=version_number(vi)
<<-WOK
-* sisu_#{vn}.orig.tar.xz (Open commit window: #{vi[:date]}; Pre-Release)
- http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_#{vn}
+- sisu_#{vn}.orig.tar.xz (Open commit window: #{vi[:date]}; Pre-Release)
+ https://git.sisudoc.org/projects/sisu/tag/?h=sisu_#{vn}
WOK
end
def self.changelog_header_pre_release_write(filename,ch)
@@ -569,7 +569,7 @@ Gem::Specification.new do |s|
s.homepage = '#{Project_details.homepage}'
s.authors = ["Ralph Amissah"]
s.email = 'ralph.amissah@gmail.com'
- s.license = 'GPL3'
+ s.license = 'GPL-3.0-or-later'
s.files = Dir['lib/#{Project_details.name.downcase}.rb'] +
Dir['lib/#{Project_details.name.downcase}/*.rb'] +
Dir['data/#{Project_details.name.downcase}/version.yml'] +
@@ -577,7 +577,6 @@ Gem::Specification.new do |s|
Dir['bin/#{Project_details.name.downcase}gem'] +
Dir['bin/#{Project_details.name.downcase}']
s.executables << '#{Project_details.name.downcase}gem' << '#{Project_details.name.downcase}'
- s.has_rdoc = false
end
WOK
end
@@ -592,14 +591,13 @@ Gem::Specification.new do |s|
s.homepage = '#{Project_details.homepage}'
s.authors = ["Ralph Amissah"]
s.email = 'ralph.amissah@gmail.com'
- s.license = 'GPL3'
+ s.license = 'GPL-3.0-or-later'
s.files = `git ls-files -z lib`.split("\x0") +
Dir['data/#{Project_details.name.downcase}/version.yml'] +
Dir['data/#{Project_details.name.downcase}/image/*'] +
Dir['bin/#{Project_details.name.downcase}gem'] +
Dir['bin/#{Project_details.name.downcase}']
s.executables << '#{Project_details.name.downcase}gem' << '#{Project_details.name.downcase}'
- s.has_rdoc = false
end
WOK
end
diff --git a/setup/rbuild b/setup/rbuild
index 32017d4f..ccc752cb 100644..100755
--- a/setup/rbuild
+++ b/setup/rbuild
@@ -3,25 +3,22 @@
Common Rakefile, Rantfile installer for SiSU
softlink Rakefile and Rantfile to this file
- * Homepage: <http://www.jus.uio.no/sisu/SiSU>
- <http://search.sisudoc.org>
- * Download: <http://www.jus.uio.no/sisu/download>
+ - Homepage: <https://sisudoc.org>
Copyright (C) 2007 Ralph Amissah
- * License: LGPL - GNU Lesser General Public License
+ - License: LGPL - GNU Lesser General Public License
[same license as Rant provided within the Rant package]
- * Ralph Amissah <ralph@amissah.com>
- Ralph Amissah <ralph.amissah@gmail.com>
+ - Ralph Amissah <ralph.amissah@gmail.com>
Rake is a Ruby build program by Jim Weirich
- * Rake may be downloaded and installed from:
- <http://rake.rubyforge.org/>
+ - Rake may be downloaded and installed from:
+ <https://rake.rubyforge.org/>
Rant is a Ruby build program by Stefan Lang
- * Rant may be downloaded and installed from:
- <http://make.rubyforge.org/>
+ - Rant may be downloaded and installed from:
+ <https://make.rubyforge.org/>
Notes on use:
[if rake is preferred and installed]
@@ -510,13 +507,12 @@ task :note_sources do
puts <<-WOK
SiSU project:
- <http://sisudoc.org>
- <http://www.jus.uio.no/sisu>
+ <https://sisudoc.org>
sisu source code is available at:
- <http://git.sisudoc.org>
- <http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=summary>
+ <https://git.sisudoc.org>
+ <https://git.sisudoc.org/projects/sisu>
sisu markup samples are provided/packaged separately as sisu-markup-samples:
- <http://git.sisudoc.org/gitweb/?p=doc/sisu-markup-samples.git;a=summary>
+ <https://git.sisudoc.org/projects/sisu-markup>
WOK
end
task :note_installation do
diff --git a/setup/rbuild_help.rb b/setup/rbuild_help.rb
index fc56c2fa..0dd395be 100644
--- a/setup/rbuild_help.rb
+++ b/setup/rbuild_help.rb
@@ -33,4 +33,3 @@ WOK
end
end
end
-
diff --git a/setup/rbuild_libs.rb b/setup/rbuild_libs.rb
index 75ba2847..132a6fd5 100644
--- a/setup/rbuild_libs.rb
+++ b/setup/rbuild_libs.rb
@@ -291,10 +291,9 @@ proceed? }
end
def self.changelog_header(vi)
<<-WOK
-** #{vi[:version]}.orig.tar.xz (#{vi[:date]}:#{vi[:date_stamp].gsub(/20\d\dw/,'')})
-http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_#{vi[:version]}
-http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/debian/sisu_#{vi[:version]}-1
-http://www.jus.uio.no/sisu/pkg/src/sisu_#{vi[:version]}.orig.tar.xz
+-- #{vi[:version]}.orig.tar.xz (#{vi[:date]}:#{vi[:date_stamp].gsub(/20\d\dw/,'')})
+https://git.sisudoc.org/projects/sisu/tag/?h=sisu_#{vi[:version]}
+https://git.sisudoc.org/projects/sisu/tag/?h=debian/sisu_#{vi[:version]}-1
sisu_#{vi[:version]}.orig.tar.xz
sisu_#{vi[:version]}-1.dsc
WOK
@@ -383,7 +382,7 @@ Gem::Specification.new do |s|
Dir['data/#{Project_details.name.downcase}/image/*'] +
Dir['bin/#{Project_details.name.downcase}gem'] +
Dir['bin/#{Project_details.name.downcase}']
- s.license = 'GPL3'
+ s.license = 'GPL-3.0-or-later'
s.executables << '#{Project_details.name.downcase}gem' << '#{Project_details.name.downcase}'
end
WOK
diff --git a/setup/sisu_version.rb b/setup/sisu_version.rb
index e88d8576..47a72dcc 100644
--- a/setup/sisu_version.rb
+++ b/setup/sisu_version.rb
@@ -1,6 +1,6 @@
#% constants
module SiSUversion
- SiSU_version = '7.2.1'
+ SiSU_version = '7.3.1'
end
module Dev
GPGpubKey = '1BB4B289'