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
4c91ff2b
Commit
4c91ff2b
authored
May 17, 2018
by
Etersoft builder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve tests
parent
8153eb67
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
3 deletions
+19
-3
specpkgr.spec.in
tests/specpkgr.spec.in
+1
-1
test_pkgrepl.sh
tests/test_pkgrepl.sh
+1
-1
test_repl_find.sh
tests/test_repl_find.sh
+17
-1
No files found.
tests/specpkgr.spec.in
View file @
4c91ff2b
...
@@ -26,7 +26,7 @@ Requires: /usr/bin/xvt
...
@@ -26,7 +26,7 @@ Requires: /usr/bin/xvt
%endif
%endif
Requires: libstdc++
Requires: libstdc++
BuildPreReq: rpm-build-compat gcc4.1 gcc
BuildPreReq: rpm-build-compat gcc4.1 gcc
BuildRequires: imake, xorg-cf-files gccmakedep
BuildRequires: imake, xorg-cf-files
libxml2-devel
gccmakedep
%def_with krb
%def_with krb
...
...
tests/test_pkgrepl.sh
View file @
4c91ff2b
...
@@ -25,7 +25,7 @@ check()
...
@@ -25,7 +25,7 @@ check()
LISTBUILDDEP
=
`
print_buildreq
$SPECNAME
`
LISTBUILDDEP
=
`
print_buildreq
$SPECNAME
`
check
"BuildDep"
"imake xorg-cf-files gccmakedep rpm-build-compat gcc4.1 gcc"
"
$LISTBUILDDEP
"
check
"BuildDep"
"imake xorg-cf-files
libxml2-devel
gccmakedep rpm-build-compat gcc4.1 gcc"
"
$LISTBUILDDEP
"
echo
-
echo
-
LISTREQDEP
=
`
print_pkgreq
$SPECNAME
`
LISTREQDEP
=
`
print_pkgreq
$SPECNAME
`
...
...
tests/test_repl_find.sh
View file @
4c91ff2b
...
@@ -178,6 +178,22 @@ print_pkgrepl_list
...
@@ -178,6 +178,22 @@ print_pkgrepl_list
check_repl libportaudio2-devel
"portaudio19-dev"
check_repl libportaudio2-devel
"portaudio19-dev"
############################# Debian ##########################
BUILDNAME
=
wine
DISTRNAME
=
Debian
PKGVENDOR
=
debian
DISTRVERSION
=
9
#BUILDARCH=x86_64
BUILDARCH
=
i586
PKGFORMAT
=
deb
echo
echo
"Replacement files for
$PKGVENDOR
/
$DISTRVERSION
(target
$PKGFORMAT
):"
print_pkgrepl_list
check_repl libxml2-devel
"libxml2-dev"
############################# Astralinux ##########################
############################# Astralinux ##########################
BUILDNAME
=
wine
BUILDNAME
=
wine
...
@@ -192,7 +208,7 @@ echo
...
@@ -192,7 +208,7 @@ echo
echo
"Replacement files for
$PKGVENDOR
/
$DISTRVERSION
(target
$PKGFORMAT
):"
echo
"Replacement files for
$PKGVENDOR
/
$DISTRVERSION
(target
$PKGFORMAT
):"
print_pkgrepl_list
print_pkgrepl_list
check_repl pkg-config
"pkg
-
config"
check_repl pkg-config
"pkgconfig"
############################# ROSA ##########################
############################# ROSA ##########################
BUILDNAME
=
wine
BUILDNAME
=
wine
...
...
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