소스 검색

Properly include README and LICENSE in %files section

Alois Mahdal 5 년 전
부모
커밋
d084a5427b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      ydiff.spec.in

+ 2
- 0
ydiff.spec.in 파일 보기

@@ -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}