From c5ffa9be8bcb4a161f72c7d93622438969ef3975 Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Sat, 29 Apr 2023 17:00:04 -0700 Subject: [PATCH] add spec for empty pandoc-common package --- pandoc-common.spec | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 pandoc-common.spec diff --git a/pandoc-common.spec b/pandoc-common.spec new file mode 100644 index 0000000..96e19bd --- /dev/null +++ b/pandoc-common.spec @@ -0,0 +1,26 @@ +Name: pandoc-common +Version: 1 +Release: 1 +License: GPL +Group: Applications/Productivity +Summary: Dummy summary +BuildArch: noarch + +%description +This is a dummy description.- + +%prep + + +%build + + +%install + + +%files + + +%changelog +* Sat Apr 29 2023 John Doe - 1-1 +- Initial version