aboutsummaryrefslogtreecommitdiff
path: root/annotation-summary.spec
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2020-06-04 22:52:05 +0200
committerDavid Kaufmann <astra@ionic.at>2020-06-04 22:52:05 +0200
commit074e322ca205cbfeee15d1e06ace739a9b5f44b1 (patch)
treedfa44bf29b686e97dadaf7a1a9781196804f877f /annotation-summary.spec
parent87f6a328233b18870bef09bf02038b93e7a1e154 (diff)
downloadannotation-summary-master.tar.gz
new version, proper markdownHEADmaster
Diffstat (limited to 'annotation-summary.spec')
-rw-r--r--annotation-summary.spec15
1 files changed, 9 insertions, 6 deletions
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