update to 1.16.4.91 [release 1.16.4.91-1mamba;Thu Aug 28 2014]
This commit is contained in:
parent
58db5b7c87
commit
7c763d0d60
@ -1,65 +0,0 @@
|
|||||||
diff --git a/lib/libnetwork.lib.in b/lib/libnetwork.lib.in
|
|
||||||
index 3f46ddf..1c2b458 100644
|
|
||||||
--- a/lib/libnetwork.lib.in
|
|
||||||
+++ b/lib/libnetwork.lib.in
|
|
||||||
@@ -1,6 +1,6 @@
|
|
||||||
#!/bin/bash
|
|
||||||
# libnetwork.lib -- @package@ library to get info from internet repositories
|
|
||||||
-# Copyright (C) 2008,2010,2012 Davide Madrisan <davide.madrisan@gmail.com>
|
|
||||||
+# Copyright (C) 2008,2010,2012,2014 Davide Madrisan <davide.madrisan@gmail.com>
|
|
||||||
|
|
||||||
[ "$libnetwork_is_loaded" = 1 ] || {
|
|
||||||
libnetwork_is_loaded=1
|
|
||||||
@@ -924,6 +924,7 @@ function git.download() {
|
|
||||||
#
|
|
||||||
# args:
|
|
||||||
# -d,--destdir : target directory
|
|
||||||
+# -v,--pck-version : package version
|
|
||||||
# --git-branch : git branch
|
|
||||||
# --preserve-dot-git : do not remove .git files
|
|
||||||
# $@ : git repository
|
|
||||||
diff --git a/plugins/spec-create.in b/plugins/spec-create.in
|
|
||||||
index bf1ca51..4320bbd 100644
|
|
||||||
--- a/plugins/spec-create.in
|
|
||||||
+++ b/plugins/spec-create.in
|
|
||||||
@@ -1,6 +1,6 @@
|
|
||||||
#!/bin/bash
|
|
||||||
# pck-create -- plugin for @package@
|
|
||||||
-# Copyright (C) 2004-2013 Davide Madrisan <davide.madrisan@gmail.com>
|
|
||||||
+# Copyright (C) 2004-2014 Davide Madrisan <davide.madrisan@gmail.com>
|
|
||||||
|
|
||||||
[ -z "$BASH" ] || [ ${BASH_VERSION:0:1} -lt 3 ] &&
|
|
||||||
{ echo $"this script requires bash version 3 or better" >&2 && exit 1; }
|
|
||||||
@@ -512,13 +512,14 @@ s,@spec_changelog_comment@,$spec_changelog_comment,
|
|
||||||
# specfile.create()
|
|
||||||
# Parameters:
|
|
||||||
# $1 : try to create a specfile from this tarball
|
|
||||||
-# $2 : package name
|
|
||||||
-# $3 : package version
|
|
||||||
-# $4 : package tipology (template)
|
|
||||||
+# $2 : source (with or without path; can be a remote url)
|
|
||||||
+# $3 : package name
|
|
||||||
+# $4 : package version
|
|
||||||
# $5 : output file
|
|
||||||
# Description:
|
|
||||||
# Create an initial specfile to help packaging activities
|
|
||||||
#
|
|
||||||
+
|
|
||||||
function specfile.create() {
|
|
||||||
notify.debug "[ ${0}${exec_options} ]\n"
|
|
||||||
|
|
||||||
@@ -537,11 +538,13 @@ function specfile.create() {
|
|
||||||
|
|
||||||
# 'pck_tarball' = absolute path of '$1'
|
|
||||||
local pck_tarball
|
|
||||||
- local pck_name pck_version
|
|
||||||
+ local pck_name
|
|
||||||
+ local pck_version="$4"
|
|
||||||
|
|
||||||
case "$2" in
|
|
||||||
git://*|http://*.git|https://*.git)
|
|
||||||
git.create_tarball \
|
|
||||||
+ --pck-version="$pck_version" \
|
|
||||||
--git-branch="$git_branch" \
|
|
||||||
--preserve-dot-git="$preserve_dot_git" \
|
|
||||||
--destdir="$source_dir" "$2"
|
|
@ -3,8 +3,8 @@
|
|||||||
%define vendor openmamba
|
%define vendor openmamba
|
||||||
|
|
||||||
Name: autospec
|
Name: autospec
|
||||||
Version: 1.16.4.90
|
Version: 1.16.4.91
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Create specfiles and automatically update/check/fix rpm packages
|
Summary: Create specfiles and automatically update/check/fix rpm packages
|
||||||
Summary(it): Crea specfile ed aggiorna/controlla/corregge in modo automatico pacchetti rpm
|
Summary(it): Crea specfile ed aggiorna/controlla/corregge in modo automatico pacchetti rpm
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -15,7 +15,6 @@ URL: https://sites.google.com/site/davidemadrisan/opensource#TOC-autos
|
|||||||
# http://git.openmamba.org/?p=autospec.git;a=summary
|
# http://git.openmamba.org/?p=autospec.git;a=summary
|
||||||
#Source: autospec-%{version}.tar.bz2
|
#Source: autospec-%{version}.tar.bz2
|
||||||
Source: http://gitlab.mambasoft.it/openmamba/autospec.git/v%{version}/autospec-%{version}.tar.bz2
|
Source: http://gitlab.mambasoft.it/openmamba/autospec.git/v%{version}/autospec-%{version}.tar.bz2
|
||||||
Patch0: autospec-1.16.4.90-spec_create_from_git_with_cmdline_version.patch
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires(pre): bash
|
Requires(pre): bash
|
||||||
@ -126,7 +125,6 @@ Questo pacchetto contiene alcuni script extra.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make prefix=%{_prefix}
|
make prefix=%{_prefix}
|
||||||
@ -177,6 +175,9 @@ make install DESTDIR=%{buildroot} prefix=%{_prefix}
|
|||||||
%{_bindir}/autoupdate-*
|
%{_bindir}/autoupdate-*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.4.91-1mamba
|
||||||
|
- update to 1.16.4.91
|
||||||
|
|
||||||
* Wed Aug 20 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.4.90-2mamba
|
* Wed Aug 20 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.4.90-2mamba
|
||||||
- add patch to create archives from git using command line passed version
|
- add patch to create archives from git using command line passed version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user