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
92493c00
Commit
92493c00
authored
Oct 08, 2013
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
parent
e70b815e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
2 deletions
+10
-2
rpmcs
bin/rpmcs
+1
-0
spec
share/eterbuild/functions/spec
+1
-0
pkgrepl.deb
share/eterbuild/pkgrepl/pkgrepl.deb
+4
-0
pkgrepl.suse.11.4
share/eterbuild/pkgrepl/pkgrepl.suse.11.4
+2
-2
test_remove_bashism.sh
tests/test_remove_bashism.sh
+2
-0
No files found.
bin/rpmcs
View file @
92493c00
...
...
@@ -391,6 +391,7 @@ do
subst
"s|^%__python setup.py build|%python_build|g"
$i
subst
"s|^%__python setup.py install --root.%buildroot|%python_install|g"
$i
subst
"s|^%__python setup.py install --skip-build --root %buildroot|%python_install|g"
$i
subst
"s|^%__python setup.py install -O1 --skip-build --root %buildroot|%python_install|g"
$i
subst
"s|^%__python setup.py install -O2 --root %buildroot|%python_install|g"
$i
subst
"s|^%__python setup.py install --optimize --root %buildroot|%python_install|g"
$i
...
...
share/eterbuild/functions/spec
View file @
92493c00
...
...
@@ -256,6 +256,7 @@ separate_changelog()
cat
$SPEC
|
awk
'BEGIN{desk=0}{if (desk==1) {print}; if(/^%changelog/&&desk==0){desk++}}'
>
"
$3
"
}
# TODO: do standalone command
# for rpm + (d)ash
# http://mywiki.wooledge.org/Bashism
remove_bashism
()
...
...
share/eterbuild/pkgrepl/pkgrepl.deb
View file @
92493c00
...
...
@@ -312,3 +312,7 @@ libwine-devel|libwine-etersoft-devel
libv4l|libv4l-0
libXcursor|libxcursor1
libXinerama|libxinerama1
# NX
libXcomp|libxcomp3
mailx|mailutils
share/eterbuild/pkgrepl/pkgrepl.suse.11.4
View file @
92493c00
...
...
@@ -3,8 +3,9 @@ libgmp3|libgmp10
libjpeg|libjpeg62
libjpeg-devel|libjpeg62-devel
libpython|libpython2_7-1_0
# FIXME: wxWidgets-devel is more correct way, can we compile with it? (see wxWidgets-compat-lib-config package description)
libwxGTK-devel|wxWidgets-wxcontainer-devel
# too many subpackages
libwxGTK|
# missed??
libopensc-devel|
\ No newline at end of file
libopensc-devel|
tests/test_remove_bashism.sh
View file @
92493c00
...
...
@@ -23,6 +23,8 @@ pushd txt
echo {1,2}text
%__subst "s|1|2|g" text/{1,eweew}
%__subst "s|1re er| erer2|g" text/{1,eweew} nono
mkdir
${
LOCATION
}
/{loc1,dedt,ohi}
mkdir
$LOCATION
/{loc1,dedt,ohi}
popd
%description
...
...
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