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
431d88c8
Commit
431d88c8
authored
Aug 27, 2014
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
parent
06da2b55
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
2 deletions
+7
-2
rpmbph
bin/rpmbph
+3
-0
rpmbs
bin/rpmbs
+1
-1
rpmcs
bin/rpmcs
+1
-1
pkgrepl.deb
share/eterbuild/pkgrepl/pkgrepl.deb
+2
-0
No files found.
bin/rpmbph
View file @
431d88c8
...
...
@@ -265,6 +265,9 @@ if [ "$PKGVENDOR" != "alt" ] ; then
# obsoletes since Slackware/13 (rpm 4.10)
subst
"s|^BuildPreReq:|BuildRequires:|g"
$SPECNAME
subst
"s|^PreReq:|Requires:|g"
$SPECNAME
# not supported anywhere exclude ALT
subst
"s|^BuildRequires(pre):|BuildRequires:|g"
$SPECNAME
fi
# Auto*=yes,nomingw32 works only since ALT 4.1
...
...
bin/rpmbs
View file @
431d88c8
...
...
@@ -73,7 +73,7 @@ while getopts :hfstcudnop:a:Ab:z opt; do
# FIXME: handle SIGN separately
c
)
CHECKONLY
=
1
;
SIGN
=
1
;;
u
)
UPLOADNOW
=
1
;
SIGN
=
1
;;
a
)
UPLOADNOW
=
1
;
SIGN
=
1
;
PREPARETASK
=
yes
;
TASKNUMBER
=
$OPTARG
;;
a
)
UPLOADNOW
=
1
;
SIGN
=
1
;
PREPARETASK
=
yes
;
TASKNUMBER
=
"
$(
echo
$OPTARG
|
sed
-e
's/before/ /g'
)
"
;;
A
)
UPLOADNOW
=
1
;
SIGN
=
1
;
PREPARETASK
=
yes
;
TASKNUMBER
=
;;
# see functions/alt:set_binaryrepo() for BINARYREPONAME
b
)
BINARYREPONAME
=
$OPTARG
;;
...
...
bin/rpmcs
View file @
431d88c8
...
...
@@ -382,7 +382,7 @@ do
s|%python_version|%__python_version|g
s|%python2_version|%__python_version|g
s|%python_sitelib/|%python_sitelibdir/|g
s|%_libdir/python2.
6
/site-packages/|%python_sitelibdir/|g
s|%_libdir/python2.
[67]
/site-packages/|%python_sitelibdir/|g
s|%py_sitedir/|%python_sitelibdir/|g
s|%python_sitearch|%python_sitelibdir|g
s|%python2_sitearch|%python_sitelibdir|g
...
...
share/eterbuild/pkgrepl/pkgrepl.deb
View file @
431d88c8
...
...
@@ -318,3 +318,5 @@ libXinerama|libxinerama1
libXcomp|libxcomp3
mailx|mailutils
libssh2-devel|libssh2-1-dev
libssh2|libssh2-1
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