Browse Source

The module is built as file only

Alois Mahdal 5 years ago
parent
commit
9219c395be
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      ydiff.spec.in

+ 3
- 1
ydiff.spec.in View File

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