1 # rpmquery.at: test rpmquery
3 # Copyright (C) 2007 Ralf Corsépius <corsepiu@fedoraproject.org>
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 # ------------------------------
20 AT_SETUP([rpmquery --qf -p *.i386.rpm])
24 --qf "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n" \
25 -p "${abs_srcdir}"/data/RPMS/hello-1.0-1.i386.rpm
33 # ------------------------------
34 AT_SETUP([rpmquery --qf -p *.src.rpm])
38 --qf "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n" \
39 -p "${abs_srcdir}"/data/SRPMS/hello-1.0-1.src.rpm
47 # ------------------------------
48 AT_SETUP([rpmquery -ql -p *.src.rpm])
53 -p "${abs_srcdir}"/data/SRPMS/hello-1.0-1.src.rpm
62 # ------------------------------
63 AT_SETUP([rpmquery -ql -p *.i386.rpm])
68 -p "${abs_srcdir}"/data/RPMS/hello-1.0-1.i386.rpm
72 /usr/share/doc/hello-1.0
73 /usr/share/doc/hello-1.0/FAQ
79 # ------------------------------
80 # install a package into a local rpmdb
81 # * Shall only work with relocation
82 # * Use --ignorearch because we don't know the arch
83 AT_SETUP([rpm -qil hello])
87 [0],[ignore],[ignore])
90 rpm --rcfile=${RPMRC} \
91 --root="${abs_builddir}"/testing \
92 --nodeps --ignorearch --relocate=/usr="${abs_builddir}"/testing/check \
93 -i "${abs_srcdir}"/data/RPMS/hello-1.0-1.ppc64.rpm
100 rpm --rcfile=${RPMRC} \
101 --root="${abs_builddir}"/testing \
109 cat > expout << _ATEOF
110 ${abs_builddir}/testing/check/local/bin/hello
111 ${abs_builddir}/testing/check/share/doc/hello-1.0
112 ${abs_builddir}/testing/check/share/doc/hello-1.0/FAQ
116 rpm --rcfile=${RPMRC} \
117 --root="${abs_builddir}"/testing \