Browse Source

Properly include README and LICENSE in %files section

Alois Mahdal 5 years ago
parent
commit
d084a5427b
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      ydiff.spec.in

+ 2
- 0
ydiff.spec.in View File

@@ -30,6 +30,8 @@ Python library that implements API used by ydiff tool.
30 30
 %py2_install
31 31
 
32 32
 %files
33
+%doc README.rst
34
+%license LICENSE
33 35
 %{_bindir}/ydiff
34 36
 
35 37
 %files -n python2-%{name}