SUNWdesktop-cache.spec
author laca
Fri, 03 Apr 2009 08:30:53 +0000
changeset 15553 f04cd14a6dd6
parent 15552 indiana/SUNWdesktop-cache.spec@de8fb6f636ad
child 15604 6a19d6b3c205
permissions -rw-r--r--
2009-04-03 Laszlo (Laca) Peter <[email protected]> * indiana/SUNWdesktop-cache.spec: move to ../ * indiana/indiana-branded.speclist: remove SUNWdesktop-cache, it will also be delivered into Nevada
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12633
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     1
#
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     2
# spec file for package SUNWdesktop-cache
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     3
#
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     4
# includes module(s): desktop-cache
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     5
#
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     6
# Owner: erwannc
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     7
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     8
%include Solaris.inc
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     9
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    10
Name:         SUNWdesktop-cache
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    11
License:      Other
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    12
Group:        System/Libraries
15552
de8fb6f636ad 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15473
diff changeset
    13
Version:      0.2.0
12633
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    14
Summary:      desktop-cache is a set of SMF services used to update the various GNOME desktop caches.
12635
6639f5ba6bd9 Update Source URL to point to DLC.
dcarbery
parents: 12633
diff changeset
    15
Source:       http://dlc.sun.com/osol/jds/downloads/extras/desktop-cache-smf-services-%{version}.tar.bz2
12633
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    16
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    17
Docdir:	      %{_defaultdocdir}/doc
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    18
SUNW_BaseDir: /
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    19
SUNW_Copyright: %{name}.copyright
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    20
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    21
%include default-depend.inc
15473
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    22
Requires:    SUNWgnome-base-libs
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    23
Requires:    SUNWgnome-vfs
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    24
Requires:    SUNWgnome-config
12633
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    25
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    26
%prep
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    27
%setup -q -n desktop-cache-smf-services-%version
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    28
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    29
%build
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    30
CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    31
if test "x$CPUS" = "x" -o $CPUS = 0; then
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    32
  CPUS=1
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    33
fi
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    34
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    35
./configure --libdir=/lib \
15552
de8fb6f636ad 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15473
diff changeset
    36
            --datadir=/usr/share \
12633
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    37
	    --sysconfdir=/var
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    38
make -j $CPUS
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    39
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    40
%install
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    41
rm -rf $RPM_BUILD_ROOT
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    42
make DESTDIR=$RPM_BUILD_ROOT install
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    43
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    44
%clean 
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    45
rm -rf $RPM_BUILD_ROOT
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    46
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    47
%files 
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    48
# don't use %_localstatedir here, because this is an absolute path
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    49
# defined by another package, so it has to be /var/svc even if this
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    50
# package's %_localstatedir is redefined
13639
fa51f3d02f45 2008-09-17 Ghee Teo <[email protected]>
gheet
parents: 12740
diff changeset
    51
%doc README AUTHORS
fa51f3d02f45 2008-09-17 Ghee Teo <[email protected]>
gheet
parents: 12740
diff changeset
    52
%doc(bzip2) COPYING NEWS ChangeLog
15390
8e9fb040cc41 2009-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15387
diff changeset
    53
%dir %attr (0755, root, sys) %{_prefix}
13663
b4d3124959ef 2008-09-18 Ghee Teo <[email protected]>
gheet
parents: 13639
diff changeset
    54
%dir %attr (0755, root, sys) %{_datadir}
13639
fa51f3d02f45 2008-09-17 Ghee Teo <[email protected]>
gheet
parents: 12740
diff changeset
    55
%dir %attr (0755, root, other) %{_datadir}/doc
15552
de8fb6f636ad 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15473
diff changeset
    56
%attr (-, root, bin) %{_datadir}/desktop-cache
12633
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    57
%defattr (-, root, sys)
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    58
%attr (-, root, sys) %class (manifest) /var/svc/manifest
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    59
%defattr (-, root, bin)
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    60
%dir %attr (0755, root, bin) /lib
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    61
/lib/svc
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    62
%defattr (-, root, sys)
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    63
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    64
%changelog
15552
de8fb6f636ad 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15473
diff changeset
    65
* Thu Apr  2 2009 - [email protected]
de8fb6f636ad 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15473
diff changeset
    66
- bump to 0.2.0
15473
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    67
* Mon Mar 23 2009 - [email protected]
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    68
- Since /lib/svc/method/gconf-cache (SUNWdesktop-cache) requires
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    69
  /usr/bin/gconftool-2 which is found in SUNWgnome-config, add the
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    70
  dependency.
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    71
- Since /lib/svc/method/icon-cache (SUNWdesktop-cache) requires
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    72
  /usr/bin/gtk-update-icon-cache which is found in SUNWgnome-base-libs,
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    73
  add the dependency.
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    74
- Since /lib/svc/method/mime-types-cache (SUNWdesktop-cache) requires
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    75
  /usr/bin/update-mime-database which is found in SUNWgnome-vfs, add
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    76
  the dependency.
15006
65c5b8dcf131 2009-02-03 Ghee Teo <[email protected]>
gheet
parents: 14993
diff changeset
    77
* Wed Feb 02 2009 - [email protected]
65c5b8dcf131 2009-02-03 Ghee Teo <[email protected]>
gheet
parents: 14993
diff changeset
    78
- uprev tarball to 0.1.6 which contain fix to d.o.o #2399 
65c5b8dcf131 2009-02-03 Ghee Teo <[email protected]>
gheet
parents: 14993
diff changeset
    79
  tarball version 0.1.4 and 0.1.5 are bad fixes.
13639
fa51f3d02f45 2008-09-17 Ghee Teo <[email protected]>
gheet
parents: 12740
diff changeset
    80
* Wed Sep 17 2008 - [email protected]
fa51f3d02f45 2008-09-17 Ghee Teo <[email protected]>
gheet
parents: 12740
diff changeset
    81
- uprev tarball to 0.1.2 to incldue CDDL COPYING file. add %doc to %files.
fa51f3d02f45 2008-09-17 Ghee Teo <[email protected]>
gheet
parents: 12740
diff changeset
    82
  Leave Laca's patch untouched to avoid having to roll another tarball when
fa51f3d02f45 2008-09-17 Ghee Teo <[email protected]>
gheet
parents: 12740
diff changeset
    83
  bug is fixed.
12739
69eb51bda368 2008-06-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12738
diff changeset
    84
* Sat Jun 28 2008 - [email protected]
69eb51bda368 2008-06-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12738
diff changeset
    85
- add patch stability.diff that updates the stability classification
69eb51bda368 2008-06-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12738
diff changeset
    86
  in the manifests until smf's dtd is updated to the new interface
69eb51bda368 2008-06-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12738
diff changeset
    87
  taxonomy.
12738
baf223e458e5 2008-06-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12635
diff changeset
    88
* Fri Jun 27 2008 - [email protected]
baf223e458e5 2008-06-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12635
diff changeset
    89
- bump to 0.1.1
12633
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    90
* Thu Jun 5 2008 - [email protected]
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    91
- fix %files and delete unnecessary autotools to speed up build
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    92
* Tue Jun 3 2008 - [email protected]
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    93
- Initial spec
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    94