Changeset 705

Show
Ignore:
Timestamp:
10/04/05 22:13:30 (3 years ago)
Author:
drzeus
Message:

New versions of RPM precompile Python scripts so we need to
package .pyc and .pyo aswell.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/python-module/misc/python-module.spec.in

    r541 r705  
    22Name:                   @PACKAGE@ 
    33Version:                @VERSION@ 
    4 Release:                1 
     4Release:                2 
    55License:                GPL 
    66Group:                  Development/Libraries 
     
    3232%{_libdir}/opensync/plugins/python_module.so 
    3333%dir %{_libdir}/opensync/python-plugins 
    34 %{_libdir}/opensync/python-plugins/sample.py 
     34%{_libdir}/opensync/python-plugins/sample.py* 
    3535 
    3636%changelog 
     37* Tue May 27 2005 Pierre Ossman <drzeus@drzeus.cx> 0.17-2 
     38- Include python bytecode. 
     39 
    3740* Fri May 13 2005 Pierre Ossman <drzeus@drzeus.cx> 0.17-1 
    3841- Initial package