From 074e322ca205cbfeee15d1e06ace739a9b5f44b1 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Thu, 4 Jun 2020 22:52:05 +0200 Subject: new version, proper markdown --- README.md | 8 +++++--- annotation-summary.spec | 15 +++++++++------ 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ae3d85b..ee759cb 100644 --- a/README.md +++ b/README.md @@ -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 - 0.1-4 +- Add license, cleanup code, update spec + * Thu Feb 6 2020 David Kaufmann - 0.1-1 - Initial commit -- cgit v1.2.3