diff options
| author | David Kaufmann <astra@ionic.at> | 2020-06-04 22:52:05 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2020-06-04 22:52:05 +0200 |
| commit | 074e322ca205cbfeee15d1e06ace739a9b5f44b1 (patch) | |
| tree | dfa44bf29b686e97dadaf7a1a9781196804f877f | |
| parent | 87f6a328233b18870bef09bf02038b93e7a1e154 (diff) | |
| download | annotation-summary-master.tar.gz | |
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | annotation-summary.spec | 15 |
2 files changed, 14 insertions, 9 deletions
@@ -1,8 +1,10 @@ Requirements: + * pdfkit * python-poppler-qt5 - Usage: - ./annotation-summary.py sourcefile.pdf +Usage: + + ./annotation-summary.py sourcefile.pdf - Produces a file named "annotations.pdf" containing all annotations with content. +Produces a file named "annotations.pdf" containing all annotations with content. diff --git a/annotation-summary.spec b/annotation-summary.spec index 2231bdf..8d23fb5 100644 --- a/annotation-summary.spec +++ b/annotation-summary.spec @@ -1,13 +1,13 @@ -%global commit d980dd9d6a367c3124c5536fa8ed9832067c3fcd +%global commit 87f6a328233b18870bef09bf02038b93e7a1e154 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global snapinfo 20200206git%{shortcommit} +%global snapinfo 20200209git%{shortcommit} Name: annotation-summary Version: 0.1 -Release: 3.%{snapinfo}%{?dist} +Release: 4.%{snapinfo}%{?dist} Summary: Extract annotations/notes from a pdf file -License: undef +License: FreeBSD URL: https://git.ionic.at/pub/astra/%{name} Source0: %{url}/snapshot/%{name}-%{commit}.tar.gz @@ -31,12 +31,15 @@ Extract annotations/notes from a pdf file install -D -m 755 -p %{name}.py %{buildroot}%{_bindir}/%{name} %files -#%license add-license-file-here -#%doc add-docs-here +%license LICENSE.txt +%doc README.md %{_bindir}/%{name} %changelog +* Sun Feb 9 2020 David Kaufmann <astra@ionic.at> - 0.1-4 +- Add license, cleanup code, update spec + * Thu Feb 6 2020 David Kaufmann <astra@ionic.at> - 0.1-1 - Initial commit |
