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
e798a893
Commit
e798a893
authored
Mar 28, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmbps: add spec workaround for OSNovaLinux (really needed for all foreign distro?)
parent
1d1c9641
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
rpmbps
bin/rpmbps
+14
-0
No files found.
bin/rpmbps
View file @
e798a893
...
...
@@ -184,6 +184,20 @@ else
test
-z
"
$VERBOSE
"
||
echo
"Build package with release
$TXTRELEASE
"
ADDDEF
=
"%defattr(-, root, root)"
CLEANTEXT
=
""
if
[
"
$DISTRNAME
"
=
"OSNovaLinux"
]
;
then
subst
"s|^Epoch: .*||g"
$SPECNAME
fi
# TODO: move it to rpm-build-intro?
subst
"s|^%filter_from_requires.*||"
$SPECNAME
subst
"s|^%def_enable man|%def_disable man|"
$SPECNAME
subst
"s|^%def_enable test|%def_disable test|"
$SPECNAME
# https://bugzilla.altlinux.org/13937
subst
"s|^%make_install|make INSTALL='install -p'|"
$SPECNAME
fi
# configure32 is obsoleted
...
...
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