SPECS: puppet.spec (NEW), facter.spec (NEW) - initial

cactus cactus at pld-linux.org
Wed Dec 3 12:19:28 CET 2008


Author: cactus                       Date: Wed Dec  3 11:19:28 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   puppet.spec (NONE -> 1.1)  (NEW), facter.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/puppet.spec
diff -u /dev/null SPECS/puppet.spec:1.1
--- /dev/null	Wed Dec  3 12:19:28 2008
+++ SPECS/puppet.spec	Wed Dec  3 12:19:23 2008
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+# TODO
+# for man - rst2man.py needed (docutils snap?)
+Summary:	Puppet
+Summary(pl.UTF-8):	Puppet
+Name:		puppet
+Version:	0.24.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
+BuildRequires:	docutils
+BuildRequires:	facter
+BuildRequires:	rpmbuild(macros) >= 1.277
+BuildRequires:	ruby
+#%{?ruby_mod_ver_requires_eq}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Puppet.
+
+%description -l pl.UTF-8
+Puppet.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{ruby_sitelibdir}
+
+ruby install.rb \
+	--no-man \
+	--destdir=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README CHANGELOG examples
+%attr(755,root,root) %{_bindir}/filebucket
+%attr(755,root,root) %{_bindir}/puppet
+%attr(755,root,root) %{_bindir}/puppetca
+%attr(755,root,root) %{_bindir}/puppetd
+%attr(755,root,root) %{_bindir}/puppetdoc
+%attr(755,root,root) %{_bindir}/puppetmasterd
+%attr(755,root,root) %{_bindir}/puppetrun
+%attr(755,root,root) %{_bindir}/ralsh
+%{ruby_sitelibdir}/puppet
+%{ruby_sitelibdir}/puppet.rb
+%{_mandir}/man8/*.8.*
+
+%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  2008/12/03 11:19:23  cactus
+- initial
+
+

================================================================
Index: SPECS/facter.spec
diff -u /dev/null SPECS/facter.spec:1.1
--- /dev/null	Wed Dec  3 12:19:28 2008
+++ SPECS/facter.spec	Wed Dec  3 12:19:23 2008
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+# TODO
+# for man - rst2man.py needed (docutils snap?)
+Summary:	Facter
+Summary(pl.UTF-8):	Facter
+Name:		facter
+Version:	1.5.2
+Release:	0.1
+License:	GPL v2+
+Group:		Networking/Admin
+Source0:	http://www.reductivelabs.com/downloads/facter/%{name}-%{version}.tgz
+# Source0-md5:	3d257bc2755217690fca868c0fa0cc7b
+#Patch0:		%{name}-amd64.patch
+URL:		http://www.reductivelabs.com/projects/facter/
+BuildRequires:	docutils
+BuildRequires:	rpmbuild(macros) >= 1.277
+BuildRequires:	ruby
+#%{?ruby_mod_ver_requires_eq}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Facter.
+
+%description -l pl.UTF-8
+Facter.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{ruby_sitelibdir}
+
+ruby install.rb \
+	--no-man \
+	--destdir=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README TODO etc/facter.conf
+%attr(755,root,root) %{_bindir}/facter
+%{ruby_sitelibdir}/facter
+%{ruby_sitelibdir}/facter.rb
+
+%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  2008/12/03 11:19:23  cactus
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list