* SUNWPython-extra.spec: Correct copyright date, to 2005.
authordc144907
Thu, 20 Oct 2005 11:37:34 +0000
changeset 6140 2925740d74e7
parent 6139 0432963cc17a
child 6141 9c9d90787154
* SUNWPython-extra.spec: Correct copyright date, to 2005. * SUNWgnome-gui-test.spec: Added. Include dogtail, a GUI test tool.
Solaris/ChangeLog
Solaris/SUNWPython-extra.spec
Solaris/SUNWgnome-gui-test.spec
--- a/Solaris/ChangeLog	Thu Oct 20 02:56:34 2005 +0000
+++ b/Solaris/ChangeLog	Thu Oct 20 11:37:34 2005 +0000
@@ -1,3 +1,8 @@
+2005-10-20  Damien Carbery <[email protected]>
+
+	* SUNWPython-extra.spec: Correct copyright date, to 2005.
+        * SUNWgnome-gui-test.spec: Added. Include dogtail, a GUI test tool.
+
 2005-10-19  Damien Carbery <[email protected]>
 
 	* SUNWPython.spec: Add another missing runtime dependency, SUNWlibmsr,
--- a/Solaris/SUNWPython-extra.spec	Thu Oct 20 02:56:34 2005 +0000
+++ b/Solaris/SUNWPython-extra.spec	Thu Oct 20 11:37:34 2005 +0000
@@ -3,7 +3,7 @@
 #
 # includes module(s): Pyrex, pyspi
 #
-# Copyright (c) 2004 Sun Microsystems, Inc.
+# Copyright (c) 2005 Sun Microsystems, Inc.
 # This file and all modifications and additions to the pristine
 # package are under the same license as the package itself.
 #
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Solaris/SUNWgnome-gui-test.spec	Thu Oct 20 11:37:34 2005 +0000
@@ -0,0 +1,55 @@
+#
+# spec file for package SUNWgnome-gui-test
+#
+# includes module(s): dogtail
+#
+# Copyright (c) 2005 Sun Microsystems, Inc.
+# This file and all modifications and additions to the pristine
+# package are under the same license as the package itself.
+#
+%include Solaris.inc
+%use dogtail = dogtail.spec
+
+Name:                    SUNWgnome-gui-test
+Summary:                 GUI test tool and automation framework
+Version:                 %{default_pkg_version}
+SUNW_BaseDir:            %{_basedir}
+BuildRoot:               %{_tmppath}/%{name}-%{version}-build
+
+%include default-depend.inc
+Requires: SUNWPython
+Requires: SUNWPython-extra
+Requires: SUNWgnome-a11y-libs
+BuildRequires: SUNWPython-devel
+BuildRequires: SUNWPython-extra
+BuildRequires: SUNWgnome-a11y-libs-devel
+
+%prep
+rm -rf %name-%version
+mkdir %name-%version
+%dogtail.prep -d %name-%version
+
+%build
+
+%install
+[ "$RPM_BUILD_ROOT" != "" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
+%dogtail.install -d %name-%version
+
+%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr (-, root, other)
+%dir %attr (0755, root, bin) %{_bindir}
+%{_bindir}/*
+%dir %attr (0755, root, bin) %{_libdir}
+%{_libdir}/*
+%dir %attr (0755, root, sys) %{_datadir}
+%{_datadir}/*
+
+
+%changelog
+* Thu Oct 20 2005 - [email protected]
+- Initial version.