SUNWlibcroco.spec
changeset 13598 e6be6ecb4ab8
parent 13256 4853158a3a6d
child 15248 28c5dc4fdf33
equal deleted inserted replaced
13597:6df63b99e910 13598:e6be6ecb4ab8
    75 %{_libdir}/lib*.so*
    75 %{_libdir}/lib*.so*
    76 %ifarch amd64 sparcv9
    76 %ifarch amd64 sparcv9
    77 %dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
    77 %dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
    78 %{_libdir}/%{_arch64}/lib*.so*
    78 %{_libdir}/%{_arch64}/lib*.so*
    79 %endif
    79 %endif
       
    80 %doc -d %{base_arch}/libcroco-%{libcroco.version} AUTHORS README
       
    81 %doc(bzip2) -d %{base_arch}/libcroco-%{libcroco.version} COPYING COPYING.LIB
       
    82 %doc(bzip2) -d %{base_arch}/libcroco-%{libcroco.version} NEWS
       
    83 %doc(bzip2) -d %{base_arch}/libcroco-%{libcroco.version} ChangeLog
       
    84 %doc(bzip2) -d %{base_arch}/libcroco-%{libcroco.version} csslint/ChangeLog
       
    85 %dir %attr (0755, root, sys) %{_datadir}
       
    86 %dir %attr (0755, root, other) %{_datadir}/doc
    80 
    87 
    81 %files devel
    88 %files devel
    82 %defattr (-, root, bin)
    89 %defattr (-, root, bin)
    83 %dir %attr (0755, root, bin) %{_includedir}
    90 %dir %attr (0755, root, bin) %{_includedir}
    84 %{_includedir}/*
    91 %{_includedir}/*
    92 %dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
    99 %dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
    93 %{_libdir}/%{_arch64}/pkgconfig/*
   100 %{_libdir}/%{_arch64}/pkgconfig/*
    94 %endif
   101 %endif
    95 
   102 
    96 %changelog
   103 %changelog
       
   104 * Sun Sep 14 2008 - [email protected]
       
   105 - Add new copyright files.
    97 * Fri Aug 22 2008 - [email protected]
   106 * Fri Aug 22 2008 - [email protected]
    98 - Fixed /usr/lib/amd64/pkgconfig attribute issue.
   107 - Fixed /usr/lib/amd64/pkgconfig attribute issue.
    99 * Thu Aug 21 2008 - [email protected]
   108 * Thu Aug 21 2008 - [email protected]
   100 - add 64-bit build, needed for the 64-bit librsvg
   109 - add 64-bit build, needed for the 64-bit librsvg
   101 * Wed May 07 2008 - [email protected]
   110 * Wed May 07 2008 - [email protected]