Browse Source

The module is built as file only

Alois Mahdal 6 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
 %{_bindir}/ydiff
31
 %{_bindir}/ydiff
32
 
32
 
33
 %files -n python2-%{name}
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
 %{python2_sitelib}/%{name}-*.egg-info
37
 %{python2_sitelib}/%{name}-*.egg-info
36
 
38
 
37
 %changelog
39
 %changelog