10139N/A#
10139N/A# spec file for package SUNWjdsver
10139N/A#
10139N/A# includes module(s): SunDesktopVersion
10139N/A#
10139N/A# Copyright (c) 2004 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
17185N/A%define owner dermot
10139N/A#
10139N/A%include Solaris.inc
10139N/A
10139N/A%use jdsver = SunDesktopVersion.spec
10139N/A
10139N/AName: SUNWjdsver
10139N/ASummary: Version info for the Java Desktop System
10139N/A# Note: increment the micro version in case of a respin.
10139N/A# New builds should start with a 0
10139N/AVersion: %{jdsver.prodRelMajor}.%{jdsver.prodBuild}.1
10139N/ASUNW_Category: JDS,system,%{jds_version}
10139N/ASUNW_BaseDir: /
12719N/ASUNW_Copyright: %{name}.copyright
19140N/ALicense: %{jdsver.license}
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10139N/A
10139N/A%include default-depend.inc
20857N/A%include gnome-incorporation.inc
10139N/A
10139N/A%prep
10139N/Arm -rf %name-%version
10139N/Amkdir %name-%version
10139N/A%jdsver.prep -d %name-%version
10139N/A
10139N/A%build
10139N/A%jdsver.build
10139N/A
10139N/A%install
10139N/A%jdsver.install
10139N/A
10139N/Arm -f $RPM_BUILD_ROOT%{_sysconfdir}/sun-release
10139N/A
10139N/A%clean
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A
10139N/A%files
10139N/A%defattr (-, root, sys)
10139N/A%dir %attr (0755, root, sys) %{_sysconfdir}
10139N/A%{_sysconfdir}/product-info
10139N/A
10139N/A%changelog
10139N/A* Sun Jun 11 2006 - laca@sun.com
10139N/A- change group from other to bin/sys
10139N/A* Wed Jun 15 2005 - laca@sun.com
10139N/A- call the %build section of the linux spec file
10139N/A* Tue Nov 05 2004 - shirley.woo@sun.com
10139N/A- Bug 4810847 & 6185753: Added Requires SUNWjdsrm to removing previous
10139N/A non-standard version pkg
10139N/A* Tue Aug 17 2004 - laca@sun.com
10139N/A- updated CATEGORY and fixed version string to avoid using alpha
10139N/A* Mon Aug 16 2004 - dermot.mccluskey@sun.com
10139N/A- changed root from /etc to /
19321N/A
19638N/A