Ticket #107: libsyncml-spec.patch

File libsyncml-spec.patch, 1.6 kB (added by fombu, 2 years ago)

libsyncml-spec.patch

  • misc/libsyncml.spec

    old new  
    11Summary:                C library implementation of the SyncML protocol 
    22Name:                   libsyncml 
    33Version:                0.4.2 
    4 Release:                0 
     4Release:                1%{?dist} 
    55License:                LGPL 
    66Group:                  Development/Libraries 
    77Source:                 %{name}-%{version}.tar.gz 
     
    4444%{_libdir}/libsyncml.so 
    4545%{_libdir}/libsyncml.so.0 
    4646%{_libdir}/libsyncml.so.0.0.0 
     47%{_mandir}/man1/syncml-http-server.1.gz 
     48%{_mandir}/man1/syncml-obex-client.1.gz 
    4749 
    4850%files devel 
    4951%defattr(-,root,root) 
     
    7173 
    7274 
    7375%changelog 
     76* Sun Nov 26 2006 Manuel Fombuena <mfombuena[AT]ya.com> 0.4.2 
     77- Add missing man files and optional %{?dist} definition. 
     78 
    7479* Wed Apr 26 2006 Dumitru Ciobarcianu <cioby@ines.ro> 0.3.0 
    7580- Initial package