diff options
-rw-r--r-- | packaging/test.spec | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packaging/test.spec b/packaging/test.spec new file mode 100644 index 00000000..0c534e8f --- /dev/null +++ b/packaging/test.spec @@ -0,0 +1,20 @@ +Summary: Test package +Name: test +Version: 0.1 +Release: 1 +Source0: test-0.1.tar.gz +Source1001: packaging/test.manifest +License: MIT +Packager: tester +Group: Application + +%description + Just a test package. Test line + Test line2 + +%build +cp %{SOURCE1001} . + +%install + +%files |