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
a646a7ec
Commit
a646a7ec
authored
Feb 11, 2013
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmbph: and add rpm-build-altlinux-compat requires for eepm build
parent
2c147d7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
rpmbph
bin/rpmbph
+11
-5
No files found.
bin/rpmbph
View file @
a646a7ec
...
...
@@ -27,9 +27,6 @@ RELEASE=$(get_release $SPECNAME)
ADDFIXCOMMAND
=
""
# hack against very straight patch command
FIXPATCHFUZZ
=
"%define _default_patch_fuzz 3"
echo
"Converting spec
$(
basename
$SPECNAME
)
to
$MDISTR
..."
# Set buildreq
...
...
@@ -56,8 +53,17 @@ if [ "$PKGVENDOR" = "alt" ] ; then
else
# Hack for allow repack on x86_64 packages with ExclusiveArch: %{ix586}
[
"
$SYSARCH
"
=
"x86_64"
]
&&
subst
"s|^ExclusiveArch:.*||g"
$SPECNAME
# Need our compat package and disable strong patch checking
BUILDREQ
=
"BuildRequires: rpm-build-altlinux-compat >= 0.95 make gcc
\n
$FIXPATCHFUZZ
"
BUILDREQ
=
"BuildRequires:"
if
[
$(
basename
$SPECNAME
)
!=
"eepm.spec"
]
;
then
# Need our compat package and disable strong patch checking
BUILDREQ
=
"
$BUILDREQ
rpm-build-altlinux-compat >= 0.95"
fi
# hack against very straight patch command
FIXPATCHFUZZ
=
"%define _default_patch_fuzz 3"
BUILDREQ
=
"
$BUILDREQ
make gcc
\n
$FIXPATCHFUZZ
"
[
-z
"
$BUILDCOMMAND
"
]
&&
BUILDCOMMAND
=
$ETERBUILDBIN
/rpmbb
TXTRELEASE
=
$(
get_txtrelease
$SPECNAME
)
# HACK: Override release with KORINFTARGETRELEASE if set
...
...
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