summaryrefslogtreecommitdiff
path: root/tests/data/SPECS/fifo.spec
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/SPECS/fifo.spec')
-rw-r--r--tests/data/SPECS/fifo.spec16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/data/SPECS/fifo.spec b/tests/data/SPECS/fifo.spec
new file mode 100644
index 000000000..20b30b243
--- /dev/null
+++ b/tests/data/SPECS/fifo.spec
@@ -0,0 +1,16 @@
+Name: fifo
+Version: 1.0
+Release: 1
+Group: Testing
+License: GPL
+Summary: Testing fifo behavior
+BuildArch: noarch
+
+%description
+%{summary}
+
+%install
+mknod ${RPM_BUILD_ROOT}/test-fifo p
+
+%files
+/test-fifo