20779N/A#
20779N/A# spec file for package SUNWdesktop-cache
20779N/A#
20779N/A# includes module(s): desktop-cache
20779N/A#
20779N/A%define owner erwannc
20779N/A
20779N/A%include Solaris.inc
20779N/A
20779N/A%define OSR Developed in open, OSR not needed:n/a
20779N/A
20779N/AName: SUNWdesktop-cache
20779N/AIPS_package_name: service/gnome/desktop-cache
20779N/AMeta(info.classification): %{classification_prefix}:System/Services
20779N/ALicense: cr_Oracle
20779N/AVersion: 0.2.7
20779N/ASummary: desktop-cache is a set of SMF services used to update the various GNOME desktop caches.
20779N/ASource: http://dlc.sun.com/osol/jds/downloads/extras/desktop-cache/desktop-cache-smf-services-%{version}.tar.bz2
20779N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
20779N/ADocdir: %{_defaultdocdir}/doc
20779N/ASUNW_BaseDir: %{_basedir}
20779N/ASUNW_Copyright: %{name}.copyright
20779N/A%include default-depend.inc
20779N/A%include desktop-incorporation.inc
20779N/A
20779N/A# find_newer uses Python
20779N/A#Requires: SUNWPython26
20779N/ARequires: SUNWuiu8
20779N/A
20779N/A%package root
20779N/ASummary: %{summary} - / filesystem
20779N/ASUNW_BaseDir: /
20779N/A%include default-depend.inc
20779N/A%include desktop-incorporation.inc
20779N/A
20779N/A%prep
20779N/A%setup -q -n desktop-cache-smf-services-%version
20779N/A
20779N/A%build
20779N/ACPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
20779N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
20779N/A CPUS=1
20779N/Afi
20779N/A
20779N/A./configure --libdir=/lib \
20779N/A --datadir=/usr/share \
20779N/A --sysconfdir=/lib
20779N/Amake -j $CPUS
20779N/A
20779N/A%install
20779N/Arm -rf $RPM_BUILD_ROOT
20779N/Amake DESTDIR=$RPM_BUILD_ROOT install
20779N/A
20779N/A%clean
20779N/Arm -rf $RPM_BUILD_ROOT
20779N/A
20779N/A%files
20779N/A%doc README AUTHORS
20779N/A%doc(bzip2) COPYING NEWS ChangeLog
20779N/A%dir %attr (0755, root, sys) %{_datadir}
20799N/A%dir %attr (0755, root, other) %{_datadir}/doc
20779N/A%defattr (-, root, bin)
20799N/A%{_datadir}/desktop-cache
20779N/A
20799N/A%files root
20779N/A%defattr (-, root, bin)
20779N/A%attr (-, root, sys) %class (manifest) /lib/svc/manifest
20779N/A/lib/svc/method
20779N/A
20779N/A%changelog
20779N/A* Mon Jul 25 2011 - brian.cameron@oracle.com
20779N/A- Bump to 0.2.6 to fix CR #7065973.
20779N/A* Tue Aug 17 2010 - niall.power@oracle.com
20779N/A- Adjusted License tag to cr_Oracle for build 146a
20779N/A* Tue Jun 08 2010 - Michal.Pryc@Oracle.Com
20779N/A- Updated BuildRequires to fit SourceJuicer.
20779N/A* Wed Jun 3 2009 - laca@sun.com
20779N/A- add Python dependency for find_newer
20779N/A* Thu May 21 2009 - laca@sun.com
20779N/A- bump to 0.2.2
20779N/A* Wed Apr 29 2009 - laca@sun.com
20779N/A- bump to 0.2.1
20779N/A- delete gnome-vfs and gconf dependencies to break circular dep
20779N/A* Thu Apr 2 2009 - laca@sun.com
20779N/A- bump to 0.2.0
20779N/A* Mon Mar 23 2009 - jeff.cai@sun.com
20779N/A- Since /lib/svc/method/gconf-cache (SUNWdesktop-cache) requires
20779N/A /usr/bin/gconftool-2 which is found in SUNWgnome-config, add the
20779N/A dependency.
20779N/A- Since /lib/svc/method/icon-cache (SUNWdesktop-cache) requires
20779N/A /usr/bin/gtk-update-icon-cache which is found in SUNWgnome-base-libs,
20779N/A add the dependency.
20779N/A- Since /lib/svc/method/mime-types-cache (SUNWdesktop-cache) requires
20779N/A /usr/bin/update-mime-database which is found in SUNWgnome-vfs, add
20779N/A the dependency.
20779N/A* Wed Feb 02 2009 - ghee.teo@sun.com
20779N/A- uprev tarball to 0.1.6 which contain fix to d.o.o #2399
20779N/A tarball version 0.1.4 and 0.1.5 are bad fixes.
20779N/A* Wed Sep 17 2008 - ghee.teo@sun.com
20779N/A- uprev tarball to 0.1.2 to incldue CDDL COPYING file. add %doc to %files.
20779N/A Leave Laca's patch untouched to avoid having to roll another tarball when
20779N/A bug is fixed.
20779N/A* Sat Jun 28 2008 - laca@sun.com
20779N/A- add patch stability.diff that updates the stability classification
20779N/A in the manifests until smf's dtd is updated to the new interface
20779N/A taxonomy.
20779N/A* Fri Jun 27 2008 - laca@sun.com
20779N/A- bump to 0.1.1
20779N/A* Thu Jun 5 2008 - laca@sun.com
20779N/A- fix %files and delete unnecessary autotools to speed up build
20779N/A* Tue Jun 3 2008 - erwann.chenede@sun.com
20779N/A- Initial spec
20779N/A
20779N/A
20779N/A
20779N/A