From 34abef358862d5e7fb151f74e33bc5e79b40698b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 9 Jul 2013 15:25:03 -0400 Subject: Implement 'badpath' keyword to circumvent evil archivers (aka programmers) --- simple.ips | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 simple.ips (limited to 'simple.ips') diff --git a/simple.ips b/simple.ips new file mode 100644 index 0000000..08029b2 --- /dev/null +++ b/simple.ips @@ -0,0 +1,30 @@ +name: simple +repackage: +version: +release: 1 +group: +summary: "" +license: +maintainer: "" +upstream_url: +source_url: +arch: +classification: "" +description: "" + + +%prep + +%end + +%build + +%end + +%install + +%end + +%transforms + +%end -- cgit