indiana/SUNWdesktop-cache.spec
branchgnome-2-22
changeset 12449 60d369136dc6
parent 12444 c96056105b04
child 12450 29b4b0a02bc8
equal deleted inserted replaced
12448:1ff35cff1451 12449:60d369136dc6
    11 License:      Other
    11 License:      Other
    12 Group:        System/Libraries
    12 Group:        System/Libraries
    13 Version:      0.1.1
    13 Version:      0.1.1
    14 Summary:      desktop-cache is a set of SMF services used to update the various GNOME desktop caches.
    14 Summary:      desktop-cache is a set of SMF services used to update the various GNOME desktop caches.
    15 Source:       http://dlc.sun.com/osol/jds/downloads/extras/desktop-cache-smf-services-%{version}.tar.bz2
    15 Source:       http://dlc.sun.com/osol/jds/downloads/extras/desktop-cache-smf-services-%{version}.tar.bz2
       
    16 Patch1:       desktop-cache-01-stability.diff
    16 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
    17 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
    17 Docdir:	      %{_defaultdocdir}/doc
    18 Docdir:	      %{_defaultdocdir}/doc
    18 SUNW_BaseDir: /
    19 SUNW_BaseDir: /
    19 SUNW_Copyright: %{name}.copyright
    20 SUNW_Copyright: %{name}.copyright
    20 
    21 
    21 %include default-depend.inc
    22 %include default-depend.inc
    22 
    23 
    23 %prep
    24 %prep
    24 %setup -q -n desktop-cache-smf-services-%version
    25 %setup -q -n desktop-cache-smf-services-%version
       
    26 %patch1 -p1
    25 
    27 
    26 %build
    28 %build
    27 CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
    29 CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
    28 if test "x$CPUS" = "x" -o $CPUS = 0; then
    30 if test "x$CPUS" = "x" -o $CPUS = 0; then
    29   CPUS=1
    31   CPUS=1
    50 %dir %attr (0755, root, bin) /lib
    52 %dir %attr (0755, root, bin) /lib
    51 /lib/svc
    53 /lib/svc
    52 %defattr (-, root, sys)
    54 %defattr (-, root, sys)
    53 
    55 
    54 %changelog
    56 %changelog
       
    57 * Sat Jun 28 2008 - [email protected]
       
    58 - add patch stability.diff that updates the stability classification
       
    59   in the manifests until smf's dtd is updated to the new interface
       
    60   taxonomy.
    55 * Fri Jun 27 2008 - [email protected]
    61 * Fri Jun 27 2008 - [email protected]
    56 - bump to 0.1.1
    62 - bump to 0.1.1
    57 * Thu Jun  5 2008 - [email protected]
    63 * Thu Jun  5 2008 - [email protected]
    58 - fix %files and delete unnecessary autotools to speed up build
    64 - fix %files and delete unnecessary autotools to speed up build
    59 * Tue Jun  3 2008 - [email protected]
    65 * Tue Jun  3 2008 - [email protected]