소스 검색

The module is built as file only

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

+ 3
- 1
ydiff.spec.in 파일 보기

@@ -31,7 +31,9 @@ Python library that implements API used by ydiff tool.
31 31
 %{_bindir}/ydiff
32 32
 
33 33
 %files -n python2-%{name}
34
-%{python2_sitelib}/%{name}/
34
+%{python2_sitelib}/%{name}.py
35
+%{python2_sitelib}/%{name}.pyc
36
+%{python2_sitelib}/%{name}.pyo
35 37
 %{python2_sitelib}/%{name}-*.egg-info
36 38
 
37 39
 %changelog