SUNWlibnotify.spec
changeset 17413 886ebbc29ceb
parent 17266 b3cda03a61df
equal deleted inserted replaced
17412:2e5a7fe3c627 17413:886ebbc29ceb
    42 mkdir %name-%version/%{base_arch}
    42 mkdir %name-%version/%{base_arch}
    43 %libnotify.prep -d %name-%version/%{base_arch}
    43 %libnotify.prep -d %name-%version/%{base_arch}
    44 
    44 
    45 %build
    45 %build
    46 %ifarch amd64 sparcv9
    46 %ifarch amd64 sparcv9
    47 export CFLAGS="%optflags"
    47 export PKG_CONFIG_PATH=%{_libdir}/%{_arch64}/pkgconfig
       
    48 export CFLAGS="%optflags64"
    48 export LDFLAGS="%_ldflags"
    49 export LDFLAGS="%_ldflags"
    49 %libnotify64.build -d %name-%version/%{_arch64}
    50 %libnotify64.build -d %name-%version/%{_arch64}
    50 %endif
    51 %endif
    51 
    52 
    52 export CFLAGS="%optflags"
    53 export CFLAGS="%optflags"
    87 %dir %attr (0755, root, sys) %{_datadir}
    88 %dir %attr (0755, root, sys) %{_datadir}
    88 %{_datadir}/gtk-doc/html/libnotify/*
    89 %{_datadir}/gtk-doc/html/libnotify/*
    89 %{_includedir}/libnotify/*.h
    90 %{_includedir}/libnotify/*.h
    90 
    91 
    91 %changelog
    92 %changelog
       
    93 * Thu Jan 21 2010 - [email protected]
       
    94 - Updates cflags to fix 64-bit build problem.
    92 * Sun Jan  3 2009 - [email protected]
    95 * Sun Jan  3 2009 - [email protected]
    93 - Add dep on SUNWgtk2.
    96 - Add dep on SUNWgtk2.
    94 * Tue Dec 29 2009 - [email protected]
    97 * Tue Dec 29 2009 - [email protected]
    95 - Add 64-bit support.
    98 - Add 64-bit support.
    96 * Thu Dec  3 2009 - [email protected]
    99 * Thu Dec  3 2009 - [email protected]