]> git.pld-linux.org Git - packages/xenman.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 17 Aug 2006 12:39:17 +0000 (12:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xenman.spec -> 1.1

xenman.spec [new file with mode: 0644]

diff --git a/xenman.spec b/xenman.spec
new file mode 100644 (file)
index 0000000..fc0fb02
--- /dev/null
@@ -0,0 +1,48 @@
+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}
This page took 0.036974 seconds and 4 git commands to generate.