summaryrefslogtreecommitdiff
path: root/tests/data/SPECS/deptest.spec
diff options
context:
space:
mode:
authorJinkun Jang <jinkun.jang@samsung.com>2013-03-12 15:17:20 +0900
committerJinkun Jang <jinkun.jang@samsung.com>2013-03-12 15:17:20 +0900
commit7df2385c2f6c93f96e00bc87f2086066cae89ecc (patch)
tree79d5c20a494622eb084de831a2a51530cd421e33 /tests/data/SPECS/deptest.spec
parentb7a3bffb8e0341b7e4ef69def268bca3a7f279ff (diff)
downloadrpm-7df2385c2f6c93f96e00bc87f2086066cae89ecc.tar.gz
rpm-7df2385c2f6c93f96e00bc87f2086066cae89ecc.tar.bz2
rpm-7df2385c2f6c93f96e00bc87f2086066cae89ecc.zip
Diffstat (limited to 'tests/data/SPECS/deptest.spec')
-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 0000000..3435325
--- /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,-)