aboutsummaryrefslogtreecommitdiff
path: root/annotation-summary.spec
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2020-02-06 23:08:03 +0100
committerDavid Kaufmann <astra@ionic.at>2020-02-06 23:25:20 +0100
commit84754fefd8ccfff11137b016a2c80d3c2f5ea217 (patch)
tree0d61698792163598a9dae3aad8b7e1426e435c16 /annotation-summary.spec
downloadannotation-summary-84754fefd8ccfff11137b016a2c80d3c2f5ea217.tar.gz
Initial commit
Diffstat (limited to 'annotation-summary.spec')
-rw-r--r--annotation-summary.spec42
1 files changed, 42 insertions, 0 deletions
diff --git a/annotation-summary.spec b/annotation-summary.spec
new file mode 100644
index 0000000..88aa683
--- /dev/null
+++ b/annotation-summary.spec
@@ -0,0 +1,42 @@
+%global commit 0123456789abcdef0123456789abcdef01234567
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global snapinfo 20200206git%{shortcommit}
+
+Name: annotation-summary
+Version: 0.1
+Release: 1.%{snapinfo}%{?dist}
+Summary: Extract annotations/notes from a pdf file
+
+License:
+URL: https://git.ionic.at/pub/astra/%{name}
+#Source0: %{url}/snapshot/%{name}-%{commit}.tar.gz
+
+Requires: python3-poppler-qt5
+Requires: python3-pdfkit
+Requires: wkhtmltopdf
+
+%description
+Extract annotations/notes from a pdf file
+
+
+%prep
+%autosetup
+
+
+%build
+%py3_build
+
+
+%install
+%py3_install
+
+
+%files
+%license add-license-file-here
+%doc add-docs-here
+
+
+
+%changelog
+* Thu Feb 6 2020 David Kaufmann <astra@ionic.at> - 0.1-1
+- Initial commit