SUNWdesktop-cache.spec
author laca
Wed, 03 Jun 2009 03:57:41 +0000
changeset 15840 e063d1895261
parent 15787 d7f5c72a0ba9
child 16425 d6ed2a48e85f
permissions -rw-r--r--
2009-06-03 Laszlo (Laca) Peter <[email protected]> * SUNWdesktop-cache.spec: add SUNWPython dependency
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
15787
d7f5c72a0ba9 2009-05-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15742
diff changeset
    13
Version:      0.2.2
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.
15604
6a19d6b3c205 fix download url
laca
parents: 15553
diff changeset
    15
Source:       http://dlc.sun.com/osol/jds/downloads/extras/desktop-cache/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
15742
8eb2a2ee0f8d 2009-05-09 Dave Lin <[email protected]>
davelam
parents: 15692
diff changeset
    18
SUNW_BaseDir: %{_basedir}
8eb2a2ee0f8d 2009-05-09 Dave Lin <[email protected]>
davelam
parents: 15692
diff changeset
    19
SUNW_Copyright: %{name}.copyright
8eb2a2ee0f8d 2009-05-09 Dave Lin <[email protected]>
davelam
parents: 15692
diff changeset
    20
%include default-depend.inc
8eb2a2ee0f8d 2009-05-09 Dave Lin <[email protected]>
davelam
parents: 15692
diff changeset
    21
Requires: SUNWdesktop-cache-root
15840
e063d1895261 2009-06-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15787
diff changeset
    22
Requires: SUNWPython
15742
8eb2a2ee0f8d 2009-05-09 Dave Lin <[email protected]>
davelam
parents: 15692
diff changeset
    23
8eb2a2ee0f8d 2009-05-09 Dave Lin <[email protected]>
davelam
parents: 15692
diff changeset
    24
%package root
8eb2a2ee0f8d 2009-05-09 Dave Lin <[email protected]>
davelam
parents: 15692
diff changeset
    25
Summary:      %{summary} - / filesystem
12633
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    26
SUNW_BaseDir: /
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    27
%include default-depend.inc
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
%prep
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    30
%setup -q -n desktop-cache-smf-services-%version
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    31
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    32
%build
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    33
CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    34
if test "x$CPUS" = "x" -o $CPUS = 0; then
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    35
  CPUS=1
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    36
fi
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    37
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    38
./configure --libdir=/lib \
15552
de8fb6f636ad 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15473
diff changeset
    39
            --datadir=/usr/share \
12633
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    40
	    --sysconfdir=/var
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    41
make -j $CPUS
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    42
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    43
%install
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    44
rm -rf $RPM_BUILD_ROOT
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    45
make DESTDIR=$RPM_BUILD_ROOT install
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
%clean 
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    48
rm -rf $RPM_BUILD_ROOT
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    49
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    50
%files 
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
13663
b4d3124959ef 2008-09-18 Ghee Teo <[email protected]>
gheet
parents: 13639
diff changeset
    53
%dir %attr (0755, root, sys) %{_datadir}
13639
fa51f3d02f45 2008-09-17 Ghee Teo <[email protected]>
gheet
parents: 12740
diff changeset
    54
%dir %attr (0755, root, other) %{_datadir}/doc
15742
8eb2a2ee0f8d 2009-05-09 Dave Lin <[email protected]>
davelam
parents: 15692
diff changeset
    55
%defattr (-, root, bin)
8eb2a2ee0f8d 2009-05-09 Dave Lin <[email protected]>
davelam
parents: 15692
diff changeset
    56
%{_datadir}/desktop-cache
8eb2a2ee0f8d 2009-05-09 Dave Lin <[email protected]>
davelam
parents: 15692
diff changeset
    57
8eb2a2ee0f8d 2009-05-09 Dave Lin <[email protected]>
davelam
parents: 15692
diff changeset
    58
%files root
12633
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    59
%attr (-, root, sys) %class (manifest) /var/svc/manifest
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    60
%defattr (-, root, bin)
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    61
%dir %attr (0755, root, bin) /lib
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    62
/lib/svc
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    63
%defattr (-, root, sys)
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    64
15742
8eb2a2ee0f8d 2009-05-09 Dave Lin <[email protected]>
davelam
parents: 15692
diff changeset
    65
12633
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    66
%changelog
15840
e063d1895261 2009-06-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15787
diff changeset
    67
* Wed Jun  3 2009 - [email protected]
e063d1895261 2009-06-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15787
diff changeset
    68
- add Python dependency for find_newer
15787
d7f5c72a0ba9 2009-05-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15742
diff changeset
    69
* Thu May 21 2009 - [email protected]
d7f5c72a0ba9 2009-05-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15742
diff changeset
    70
- bump to 0.2.2
15692
8ddfce922c6a 2009-04-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15650
diff changeset
    71
* Wed Apr 29 2009 - [email protected]
8ddfce922c6a 2009-04-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15650
diff changeset
    72
- bump to 0.2.1
8ddfce922c6a 2009-04-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15650
diff changeset
    73
- delete gnome-vfs and gconf dependencies to break circular dep
15552
de8fb6f636ad 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15473
diff changeset
    74
* Thu Apr  2 2009 - [email protected]
de8fb6f636ad 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15473
diff changeset
    75
- bump to 0.2.0
15473
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    76
* Mon Mar 23 2009 - [email protected]
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    77
- Since /lib/svc/method/gconf-cache (SUNWdesktop-cache) requires
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    78
  /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
    79
  dependency.
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    80
- Since /lib/svc/method/icon-cache (SUNWdesktop-cache) requires
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    81
  /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
    82
  add the dependency.
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    83
- Since /lib/svc/method/mime-types-cache (SUNWdesktop-cache) requires
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15390
diff changeset
    84
  /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
    85
  the dependency.
15006
65c5b8dcf131 2009-02-03 Ghee Teo <[email protected]>
gheet
parents: 14993
diff changeset
    86
* Wed Feb 02 2009 - [email protected]
65c5b8dcf131 2009-02-03 Ghee Teo <[email protected]>
gheet
parents: 14993
diff changeset
    87
- 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
    88
  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
    89
* Wed Sep 17 2008 - [email protected]
fa51f3d02f45 2008-09-17 Ghee Teo <[email protected]>
gheet
parents: 12740
diff changeset
    90
- 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
    91
  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
    92
  bug is fixed.
12739
69eb51bda368 2008-06-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12738
diff changeset
    93
* Sat Jun 28 2008 - [email protected]
69eb51bda368 2008-06-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12738
diff changeset
    94
- add patch stability.diff that updates the stability classification
69eb51bda368 2008-06-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12738
diff changeset
    95
  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
    96
  taxonomy.
12738
baf223e458e5 2008-06-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12635
diff changeset
    97
* Fri Jun 27 2008 - [email protected]
baf223e458e5 2008-06-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12635
diff changeset
    98
- bump to 0.1.1
12633
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    99
* Thu Jun 5 2008 - [email protected]
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   100
- fix %files and delete unnecessary autotools to speed up build
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   101
* Tue Jun 3 2008 - [email protected]
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   102
- Initial spec
3f4304c77d39 2008-06-11 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
   103