1 # 2 # spec file for package gdesklets-extra 3 # 4 # 5 # Copyright (c) 2007 Sun Microsystems, Inc. 6 # This file and all modifications and additions to the pristine 7 # package are under the same license as the package itself. 8 # 9 # Owner: bewitche 10 # 11 12 Name: gdesklets-extra 13 Summary: GNOME desklets extra package 14 Release: 1 15 License: GPL 16 Group: Applications/Internet 17 Distribution: Java Desktop System 18 Vendor: Sun Microsystems, Inc. 19 Summary: Useful desklets 20 Source0: http://gdesklets.zencomputer.ca/WorldTime-v0.9.2.tar.gz 21 Source1: http://gdesklets.zencomputer.ca/clock-desklet-0.50.tar.gz 22 Source2: http://www.gdesklets.de/files/desklets/Calendar/Calendar-0.3.tar.gz 23 URL: http://gdesklets.zencomputer.ca/ 24 BuildRoot: %{_tmppath}/%{name}-%{version}-build 25 Autoreqprov: on 26 27 %prep 28 29 30 %build 31 # we just get the bits tarball from developer 32 33 %install 34 mkdir -p $RPM_BUILD_ROOT%{_datadir}/gdesklets/Controls 35 mkdir -p $RPM_BUILD_ROOT%{_datadir}/gdesklets/Displays 36 cd $RPM_BUILD_ROOT%{_datadir}/gdesklets/Displays 37 /usr/sfw/bin/gtar -zxf %{SOURCE0} 38 /usr/sfw/bin/gtar -zxf %{SOURCE1} 39 /usr/sfw/bin/gtar -zxf %{SOURCE2} 40 %clean 41 rm -rf $RPM_BUILD_ROOT 42 43 %files 44 %defattr (-, root, root) 45 %dir %attr (0755, root, root) %{_datadir} 46 %dir %attr (0755, root, root) %{_datadir}/gdesklets 47 %{_datadir}/gdesklets/* 48 49 %changelog 50 * Tue Apr 10 2007 - <chris.wang@sun.com> 51 - Remove all buggy widgets, since we are not going to suppor them 52 * Fri Feb 16 2007 - <chris.wang@sun.com> 53 - Add patch to fix bugs on WeeklyCalendar, Sidecandy CPU SideCandy network 54 * Thu Jan 29 2007 - <chris.wang@sun.com> 55 - initial creation 56 57 58