commit 2868058f803d973f1011d425a7f92709c8b984cb
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Sep 15 16:59:47 2016 +0200
Fix %%license tag
.gitignore | 1 +
libdvbcsa.spec | 3 ++-
sources | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..99fe637 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+libdvbcsa-*.tar.gz
diff --git a/libdvbcsa.spec b/libdvbcsa.spec
index c0e43dc..5cd6780 100644
--- a/libdvbcsa.spec
+++ b/libdvbcsa.spec
@@ -57,7 +57,8 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%files
-%doc AUTHORS COPYING README
+%doc AUTHORS README
+%license COPYING
%{_libdir}/*.so.*
%files devel
diff --git a/sources b/sources
index e69de29..824bde4 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+478ab1ca56ca58d2667da6ce22f74e39 libdvbcsa-1.1.0.tar.gz
Show replies by date