From fa10e28e4c7c6dc15524341403036ad1f42fdf30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 18 Mar 2015 16:57:32 +0100 Subject: [PATCH] Document patches and handle license better --- indent.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/indent.spec b/indent.spec index d7def9e..3f425f7 100644 --- a/indent.spec +++ b/indent.spec @@ -19,10 +19,13 @@ Patch8: indent-2.2.11-Do-not-split-decimal-float-suffix-from-constant.patch # Patch9: indent-2.2.11-Return-non-zero-exit-code-on-tests-failure.patch # Submitted to upstream +# Patch10: indent-2.2.11-Fix-compiler-warnings.patch # Submitted to upstream, bug #912635 +# Patch11: indent-2.2.11-Allow-64-bit-stat.patch # Submitted to upstream +# Patch12: indent-2.2.11-Fix-copying-overlapping-comment.patch # Submitted to upstream # @@ -83,7 +86,8 @@ if [ "$1" = 0 ]; then fi %files -f %{name}.lang -%doc AUTHORS COPYING NEWS README ChangeLog* +%license COPYING +%doc AUTHORS NEWS README ChangeLog* %{_bindir}/indent %{_mandir}/man1/indent.* %{_infodir}/indent.info*