From 58c37322bd487ed28c4604340f82b1e7769e8666 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 9 Nov 2020 18:42:38 -0500 Subject: nixify (start to nixify) --- setup/qi_libs.rb | 8 ++++---- setup/rbuild | 14 ++++++-------- setup/rbuild_help.rb | 1 - setup/rbuild_libs.rb | 4 ++-- 4 files changed, 12 insertions(+), 15 deletions(-) mode change 100644 => 100755 setup/rbuild (limited to 'setup') diff --git a/setup/qi_libs.rb b/setup/qi_libs.rb index 1c294b05..0de6cf0f 100644 --- a/setup/qi_libs.rb +++ b/setup/qi_libs.rb @@ -389,7 +389,7 @@ 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/,'')}) +- 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} WOK end @@ -437,7 +437,7 @@ 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) +- 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} WOK end @@ -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'] + @@ -592,7 +592,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 = `git ls-files -z lib`.split("\x0") + Dir['data/#{Project_details.name.downcase}/version.yml'] + Dir['data/#{Project_details.name.downcase}/image/*'] + diff --git a/setup/rbuild b/setup/rbuild old mode 100644 new mode 100755 index 32017d4f..ddba6999 --- a/setup/rbuild +++ b/setup/rbuild @@ -3,24 +3,22 @@ Common Rakefile, Rantfile installer for SiSU softlink Rakefile and Rantfile to this file - * Homepage: - - * Download: + - Homepage: + - Download: 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 + - Ralph Amissah Rake is a Ruby build program by Jim Weirich - * Rake may be downloaded and installed from: + - Rake may be downloaded and installed from: Rant is a Ruby build program by Stefan Lang - * Rant may be downloaded and installed from: + - Rant may be downloaded and installed from: Notes on use: 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..8ff53052 100644 --- a/setup/rbuild_libs.rb +++ b/setup/rbuild_libs.rb @@ -291,7 +291,7 @@ proceed? } end def self.changelog_header(vi) <<-WOK -** #{vi[:version]}.orig.tar.xz (#{vi[:date]}:#{vi[:date_stamp].gsub(/20\d\dw/,'')}) +-- #{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 @@ -383,7 +383,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 -- cgit v1.2.3