SUNWlibdaemon.spec
changeset 13486 17e5662ef444
parent 11975 b3604e7b11b2
child 13664 15f48d6e930f
equal deleted inserted replaced
13485:17ab6f51d477 13486:17e5662ef444
    55 
    55 
    56 %clean
    56 %clean
    57 rm -rf $RPM_BUILD_ROOT
    57 rm -rf $RPM_BUILD_ROOT
    58 
    58 
    59 %files
    59 %files
       
    60 %doc -d libdaemon-%{libdaemon.version} LICENSE README
    60 %defattr (-, root, other)
    61 %defattr (-, root, other)
    61 %dir %attr (0755, root, bin) %{_libdir}
    62 %dir %attr (0755, root, bin) %{_libdir}
    62 %{_libdir}/libdaemon*.so*
    63 %{_libdir}/libdaemon*.so*
    63 
    64 
    64 %files devel
    65 %files devel
    69 %dir %attr (0755, root, bin) %{_includedir}
    70 %dir %attr (0755, root, bin) %{_includedir}
    70 %{_includedir}/*
    71 %{_includedir}/*
    71 
    72 
    72 
    73 
    73 %changelog
    74 %changelog
       
    75 * Wed Sep 10 2008 - [email protected]
       
    76 - Add %doc to %files for copyright
    74 * Mon May 29 2006 - [email protected]
    77 * Mon May 29 2006 - [email protected]
    75 - Initial spec file created.
    78 - Initial spec file created.