SPECS: koan.spec - pl, deps cleanup - x86-only, so not noarch
qboosh
qboosh at pld-linux.org
Sat Jan 19 21:50:00 CET 2008
Author: qboosh Date: Sat Jan 19 20:50:00 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, deps cleanup
- x86-only, so not noarch
---- Files affected:
SPECS:
koan.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/koan.spec
diff -u SPECS/koan.spec:1.1 SPECS/koan.spec:1.2
--- SPECS/koan.spec:1.1 Sun Dec 9 12:03:46 2007
+++ SPECS/koan.spec Sat Jan 19 21:49:55 2008
@@ -1,27 +1,36 @@
# $Revision$, $Date$
Summary: Network provisioning tool for Xen and Bare Metal Machines
+Summary(pl.UTF-8): Narzędzie do instalacji po sieci maszyn opartych na Xenie i fizycznych
Name: koan
Version: 0.6.3
Release: 0.1
-Source0: http://cobbler.et.redhat.com/download/%{name}-%{version}.tar.gz
-# Source0-md5: 3d1ba7f0fa189b986685c817e71ebbd3
License: GPL
Group: Applications/System
+Source0: http://cobbler.et.redhat.com/download/%{name}-%{version}.tar.gz
+# Source0-md5: 3d1ba7f0fa189b986685c817e71ebbd3
URL: http://cobbler.et.redhat.com/
-BuildRequires: python-devel
+BuildRequires: python-devel >= 2.2
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.219
+%py_requireseq python
#Requires: mkinitrd
-Requires: python >= 2.2
Requires: syslinux
-BuildArch: noarch
-# Excluding PPC since syslinux (gethostip) isn't available for ppc
-ExcludeArch: ppc ppc64
+# not noarch just because syslinux (gethostip) is not portable
+ExclusiveArch: %{ix86} %{x8664}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
Koan stands for kickstart-over-a-network and allows for both network
provisioning of new virtualized guests and destructive re-provisioning
of any existing system. For use with a boot-server configured with
-'cobbler'
+'cobbler'.
+
+%description -l pl.UTF-8
+Koan to skrót od kickstart-over-a-network (szybkie uruchamianie po
+sieci) i pozwala na sieciowe uruchamianie nowych wirtualnych
+systemów-gości oraz destrukcyjną podmianę dowolnego istniejącego
+systemu. Do używania z serwerem startowym skonfigurowanym przy użyciu
+cobblera.
%prep
%setup -q
@@ -43,10 +52,10 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS COPYING CHANGELOG README
-%dir /var/spool/koan
%attr(755,root,root) %{_bindir}/koan
%dir %{py_sitescriptdir}/koan
%{py_sitescriptdir}/koan/*.py[co]
+%dir /var/spool/koan
%{_mandir}/man1/koan.1*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -55,6 +64,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2008-01-19 20:49:55 qboosh
+- pl, deps cleanup
+- x86-only, so not noarch
+
Revision 1.1 2007-12-09 11:03:46 glen
- new
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/koan.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list