Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
korinf
etersoft-build-utils
Commits
80fc35e2
Commit
80fc35e2
authored
Oct 09, 2009
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmbph: add KORINFTARGETRELEASE support
parent
4cb5811f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
rpmbph
bin/rpmbph
+4
-1
config
share/eterbuild/functions/config
+1
-1
No files found.
bin/rpmbph
View file @
80fc35e2
...
@@ -18,6 +18,7 @@ DISTRVERSION=`distr_vendor -v`
...
@@ -18,6 +18,7 @@ DISTRVERSION=`distr_vendor -v`
alt_tolocal
()
alt_tolocal
()
{
{
local
TXTRELEASE
local
SPECNAME
local
SPECNAME
SPECNAME
=
$1
SPECNAME
=
$1
...
@@ -40,7 +41,9 @@ else
...
@@ -40,7 +41,9 @@ else
# Need our compat package and disable strong patch checking
# Need our compat package and disable strong patch checking
BUILDREQ
=
"BuildRequires: rpm-build-altlinux-compat >= 0.95 make gcc
\n
$FIXPATCHFUZZ
"
BUILDREQ
=
"BuildRequires: rpm-build-altlinux-compat >= 0.95 make gcc
\n
$FIXPATCHFUZZ
"
[
-z
"
$BUILDCOMMAND
"
]
&&
BUILDCOMMAND
=
$ETERBUILDBIN
/rpmbb
[
-z
"
$BUILDCOMMAND
"
]
&&
BUILDCOMMAND
=
$ETERBUILDBIN
/rpmbb
set_release
$SPECNAME
$(
get_txtrelease
$SPECNAME
)
$BASERELEASE$VENDOR
TXTRELEASE
=
$(
get_txtrelease
$SPECNAME
)
[
-z
"
$KORINFTARGETRELEASE
"
]
||
TXTRELEASE
=
$KORINFTARGETRELEASE
set_release
$SPECNAME
$TXTRELEASE$BASERELEASE$VENDOR
ADDDEF
=
"%defattr(-, root, root)"
ADDDEF
=
"%defattr(-, root, root)"
CLEANTEXT
=
""
CLEANTEXT
=
""
fi
fi
...
...
share/eterbuild/functions/config
View file @
80fc35e2
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# Author: Vitaly Lipatov <lav@etersoft.ru>
# Author: Vitaly Lipatov <lav@etersoft.ru>
# Public domain
# Public domain
ETERBUILDVERSION
=
16
6
ETERBUILDVERSION
=
16
7
# SUDO
# SUDO
SUDO
=
"sudo"
SUDO
=
"sudo"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment