summaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-03-18 12:34:44 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-03-18 12:34:44 +0200
commitd2d7ca7d43be0491f2f43d4867d4adbefbf922de (patch)
treebaad5ad90cf6ed918523b670b3ec1f8d82d73c29 /tests/data
parenta609aa7dbcf4738f3b47a63d3062dcadf58ef2fa (diff)
downloadlibrpm-tizen-d2d7ca7d43be0491f2f43d4867d4adbefbf922de.tar.gz
librpm-tizen-d2d7ca7d43be0491f2f43d4867d4adbefbf922de.tar.bz2
librpm-tizen-d2d7ca7d43be0491f2f43d4867d4adbefbf922de.zip
Add some basic dependency check tests to test-suite
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/SPECS/deptest.spec17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/data/SPECS/deptest.spec b/tests/data/SPECS/deptest.spec
new file mode 100644
index 000000000..343532554
--- /dev/null
+++ b/tests/data/SPECS/deptest.spec
@@ -0,0 +1,17 @@
+Name: deptest-%{pkg}
+Version: 1.0
+Release: 1
+Summary: Testing dependency behavior
+
+Group: Testing
+License: GPL
+BuildArch: noarch
+%{?reqs:Requires: %{reqs}}
+%{?provs:Provides: %{provs}}
+%{?cfls:Conflicts: %{cfls}}
+
+%description
+%{summary}
+
+%files
+%defattr(-,root,root,-)