SPECS: xenman.spec (NEW) - new

adamg adamg at pld-linux.org
Thu Aug 17 14:39:22 CEST 2006


Author: adamg                        Date: Thu Aug 17 12:39:22 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   xenman.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xenman.spec
diff -u /dev/null SPECS/xenman.spec:1.1
--- /dev/null	Thu Aug 17 14:39:22 2006
+++ SPECS/xenman.spec	Thu Aug 17 14:39:17 2006
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+Summary:	A graphical Xen management tool
+Summary(pl):	Graficzne narzędzie do zarządzania środowiskiem Xen
+Name:		xenman
+Version:	0.4.2.1
+Release:	0.1
+License:	LGPL
+Group:		Applications/System
+URL:		http://xenman.sourceforge.net/
+BuildArch:	noarch
+Source0:	http://dl.sourceforge.net/xenman/%{name}-%{version}.tar.gz
+# Source0-md5:	dbafead7dbf5f98ff603113110fdfa17
+Requires:	xen >= 3.0.2
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+XenMan is a Xen management tool with a GTK based graphical interface
+that allows for performing the standard set of domain operations
+(start, stop, pause, kill, shutdown, reboot, snapshot, etc...). It
+also attempts to simplify certain aspects such as the creation of
+domains, as well as making the consoles available directly within the
+tool's user interface.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_datadir}/%{name}/pixmaps,%{_sbindir},%{_localstatedir}/cache/%{name}}
+
+#install -Dp %{name}.conf-%{distext} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.conf
+
+install -Dp %{name}.py $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}.py
+install -Dp %{name}.glade $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}.glade
+install -Dp pixmaps/* $RPM_BUILD_ROOT%{_datadir}/%{name}/pixmaps
+
+ln -s ../share/%{name}/%{name}.py $RPM_BUILD_ROOT%{_sbindir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README changelog.txt
+#%config %{_sysconfdir}/%{name}.conf
+%attr(755,root,root) %{_sbindir}/%{name}
+%{_datadir}/%{name}
+%dir %{_localstatedir}/cache/%{name}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/08/17 12:39:17  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list