packages: puppet/puppet.spec - sync descs from fc
glen
glen at pld-linux.org
Fri Aug 19 16:42:41 CEST 2011
Author: glen Date: Fri Aug 19 14:42:41 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- sync descs from fc
---- Files affected:
packages/puppet:
puppet.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/puppet/puppet.spec
diff -u packages/puppet/puppet.spec:1.1 packages/puppet/puppet.spec:1.2
--- packages/puppet/puppet.spec:1.1 Wed Dec 3 12:19:23 2008
+++ packages/puppet/puppet.spec Fri Aug 19 16:42:36 2011
@@ -1,29 +1,44 @@
# $Revision$, $Date$
# TODO
# for man - rst2man.py needed (docutils snap?)
-Summary: Puppet
-Summary(pl.UTF-8): Puppet
+Summary: A network tool for managing many disparate systems
Name: puppet
-Version: 0.24.6
+Version: 2.6.6
Release: 0.1
License: GPL v2+
Group: Networking/Admin
-Source0: http://reductivelabs.com/downloads/puppet/%{name}-%{version}.tgz
-# Source0-md5: dcc84cd9bc5c411536ab88589079459b
-URL: http://www.reductivelabs.com/projects/puppet/
-#BuildRequires: -devel
+Source0: http://puppetlabs.com/downloads/puppet/%{name}-%{version}.tar.gz
+# Source0-md5: -
+URL: http://www.puppetlabs.com/
BuildRequires: docutils
-BuildRequires: facter
BuildRequires: rpmbuild(macros) >= 1.277
-BuildRequires: ruby
+BuildRequires: ruby >= 1:1.8.1
+BuildRequires: ruby-facter >= 1.5
+Requires: ruby >= 1:1.8.1
+Requires: ruby-facter >= 1.5
+Requires: ruby-shadow
#%{?ruby_mod_ver_requires_eq}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Puppet.
-
-%description -l pl.UTF-8
-Puppet.
+Puppet lets you centrally manage every important aspect of your system
+using a cross-platform specification language that manages all the
+separate elements normally aggregated in different files, like users,
+cron jobs, and hosts, along with obviously discrete elements like
+packages, services, and files.
+
+%package server
+Summary: Server for the puppet system management tool
+Group: Base
+Requires: %{name} = %{version}-%{release}
+Requires(post): /sbin/chkconfig
+Requires(preun): /sbin/chkconfig
+Requires: rc-scripts
+
+%description server
+Provides the central puppet server daemon which provides manifests to
+clients. The server can also function as a certificate authority and
+file server.
%prep
%setup -q
@@ -32,10 +47,9 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{ruby_sitelibdir}
-
-ruby install.rb \
- --no-man \
+#install -d $RPM_BUILD_ROOT%{ruby_sitelibdir}
+%{__ruby} install.rb \
+ --no-rdoc \
--destdir=$RPM_BUILD_ROOT
%clean
@@ -62,7 +76,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2011/08/19 14:42:36 glen
+- sync descs from fc
+
Revision 1.1 2008/12/03 11:19:23 cactus
- initial
-
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/puppet/puppet.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list