2007-03-06 Dermot McCluskey <[email protected]>
authordermot
Tue, 06 Mar 2007 12:08:48 +0000
changeset 9455 1ba8958b7391
parent 9454 21cdaf100955
child 9456 3f81b5be5996
2007-03-06 Dermot McCluskey <[email protected]> * SUNWurlgrabber.spec: new file * SUNWvirt-manager.spec: added virtinst module * base-specs/virt-manager.spec: bumped tarball to 0.3.1 * base-specs/virtinst.spec: new file
ChangeLog
SUNWurlgrabber.spec
SUNWvirt-manager.spec
base-specs/virt-manager.spec
base-specs/virtinst.spec
--- a/ChangeLog	Tue Mar 06 12:06:38 2007 +0000
+++ b/ChangeLog	Tue Mar 06 12:08:48 2007 +0000
@@ -1,3 +1,10 @@
+2007-03-06  Dermot McCluskey <[email protected]>
+
+	* SUNWurlgrabber.spec: new file
+	* SUNWvirt-manager.spec: added virtinst module
+	* base-specs/virt-manager.spec: bumped tarball to 0.3.1
+	* base-specs/virtinst.spec: new file
+
 2007-03-06  Damien Carbery <[email protected]>
 
 	* base-specs/dasher.spec: Remove upstream patch, 03-return-value.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SUNWurlgrabber.spec	Tue Mar 06 12:08:48 2007 +0000
@@ -0,0 +1,57 @@
+#
+# spec file for package SUNWurl-grabber
+#
+#
+# Copyright (c) 2007 Sun Microsystems, Inc.
+# This file and all modifications and additions to the pristine
+# package are under the same license as the package itself.
+#
+# Owner: dermotm
+#
+%include Solaris.inc
+
+%define pythonver 2.4
+%define tarball_version 3.1.0
+
+Name:                    SUNWurlgrabber
+Summary:                 A high-level cross-protocol url-grabber
+Version:                 %{tarball_version}
+Source:                  http://linux.duke.edu/projects/urlgrabber/download/urlgrabber-%{tarball_version}.tar.gz
+SUNW_BaseDir:            %{_basedir}
+BuildRoot:               %{_tmppath}/%{name}-%{version}-build
+
+%include default-depend.inc
+Requires: SUNWPython
+BuildRequires: SUNWPython
+
+
+%prep
+%setup -q -n urlgrabber-%{tarball_version}
+
+
+%build
+
+
+%install
+python setup.py install --prefix=$RPM_BUILD_ROOT%{_prefix} \
+	--install-lib=$RPM_BUILD_ROOT%{_libdir}/python%{pythonver}/vendor-packages
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr (-, root, bin)
+%dir %attr (0755, root, bin) %{_bindir}
+%{_bindir}/*
+%dir %attr (0755, root, bin) %{_libdir}
+%{_libdir}/*
+%dir %attr (0755, root, sys) %{_datadir}
+%dir %attr (0755, root, other) %{_datadir}/doc
+%{_datadir}/doc/*
+
+
+%changelog
+* Mon Mar 05 2007 - [email protected]
+- Initial version
--- a/SUNWvirt-manager.spec	Tue Mar 06 12:06:38 2007 +0000
+++ b/SUNWvirt-manager.spec	Tue Mar 06 12:08:48 2007 +0000
@@ -12,6 +12,7 @@
 %include Solaris.inc
 
 %use virtmanager = virt-manager.spec
+%use virtinst = virtinst.spec
 
 Name:                    SUNWvirt-manager
 Summary:                 Virtual Machine Manager
@@ -37,6 +38,7 @@
 rm -rf %name-%version
 mkdir %name-%version
 %virtmanager.prep -d %name-%version
+%virtinst.prep -d %name-%version
 
 
 %build
@@ -46,6 +48,7 @@
 
 %install
 %virtmanager.install -d %name-%version
+%virtinst.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}
 
@@ -86,10 +89,12 @@
 %files
 %defattr(-, root, bin)
 %dir %attr (0755, root, bin) %{_bindir}
-%{_bindir}/virt-manager
+%{_bindir}/*
 %dir %attr (0755, root, bin) %{_libdir}
 %dir %attr (0755, root, bin) %{_libdir}/virt-manager
 %{_libdir}/virt-manager/*
+%dir %attr (0755, root, bin) %{_libdir}/python2.4
+%{_libdir}/python2.4/*
 %{_libexecdir}/virt-manager-launch
 %dir %attr (0755, root, sys) %{_datadir}
 %dir %attr (0755, root, bin) %{_datadir}/virt-manager
@@ -111,6 +116,9 @@
 
 
 %changelog
+* Mon Mar 05 2007 - [email protected]
+- Add virtinst module
+
 * Fri Jan 12 2007 - [email protected]
 - Tidy up.
 
--- a/base-specs/virt-manager.spec	Tue Mar 06 12:06:38 2007 +0000
+++ b/base-specs/virt-manager.spec	Tue Mar 06 12:08:48 2007 +0000
@@ -9,7 +9,7 @@
 #
 Name:         virt-manager
 Summary:      Virtual Machine Manager
-Version:      0.2.6
+Version:      0.3.1
 Release:      1
 License:      GPL
 Distribution: Java Desktop System
@@ -70,6 +70,9 @@
 %{_libexecdir}/virt-manager-launch
 
 %changelog
+* Mon Mar 05 2007 - [email protected]
+- Bump to ver 0.3.1
+
 * Fri Man 02 2007 - [email protected]
 - Add bug id for patch #1
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/base-specs/virtinst.spec	Tue Mar 06 12:08:48 2007 +0000
@@ -0,0 +1,49 @@
+#
+# spec file for package virtinst
+#
+# Copyright (c) 2007 Sun Microsystems, Inc.
+# This file and all modifications and additions to the pristine
+# package are under the same license as the package itself.
+#
+# Owner: dermotm
+#
+
+%define pythonver 2.4
+%define tarball_version 3.1.0
+
+Name:         virtinst
+Summary:      Install helper module for Virtual Machine Manager
+Version:      0.101.0
+Release:      1
+License:      GPL
+Distribution: Java Desktop System
+Vendor:	      Sun Microsystems, Inc.
+Group:        System/GUI/GNOME
+Source:       http://virt-manager.et.redhat.com/download/sources/virtinst/%{name}-%{version}.tar.gz
+BuildRoot:    %{_tmppath}/%{name}-%{version}-build
+URL:          http://virt-manager.et.redhat.com
+
+%description
+Virtual Machine Manager installation helper
+
+%prep
+%setup -q -n %name-%version
+
+
+%build
+
+
+%install
+python setup.py install --prefix=$RPM_BUILD_ROOT%{_prefix} \
+	--install-lib=$RPM_BUILD_ROOT%{_libdir}/python%{pythonver}/vendor-packages
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+
+
+%changelog
+* Mon Mar 05 2007 - [email protected]
+- Initial version.