SPECS: hudson.spec (NEW) - new, just skeleton

glen glen at pld-linux.org
Mon Dec 29 12:02:20 CET 2008


Author: glen                         Date: Mon Dec 29 11:02:20 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, just skeleton

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

---- Diffs:

================================================================
Index: SPECS/hudson.spec
diff -u /dev/null SPECS/hudson.spec:1.1
--- /dev/null	Mon Dec 29 12:02:20 2008
+++ SPECS/hudson.spec	Mon Dec 29 12:02:14 2008
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+# TODO
+# - repackage .war with system jars?
+%include	/usr/lib/rpm/macros.java
+Summary:	Hudson Continuous Build Server
+Name:		hudson
+Version:	1.268
+Release:	0.1
+License:	MIT License
+Group:		Development/Languages/Java
+Source0:	https://hudson.dev.java.net/files/documents/2402/121800/%{name}.war
+# Source0-md5:	eafaf859a01547d74dbe09de06c0d451
+URL:		https://hudson.dev.java.net/
+BuildRequires:	jpackage-utils
+BuildRequires:	rpm-javaprov
+BuildRequires:	rpmbuild(macros) >= 1.300
+Requires:	jpackage-utils
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Hudson monitors executions of repeated jobs, such as building a
+software project or jobs run by cron.
+
+Among those things, current Hudson focuses on the following two jobs:
+- Building/testing software projects continuously, just like
+  CruiseControl or DamageControl. In a nutshell, Hudson provides an
+  easy-to-use so-called continuous integration system, making it easier
+  for developers to integrate changes to the project, and making it
+  easier for users to obtain a fresh build. The automated, continoues
+  build increases the productivity.
+- Monitoring executions of externally-run jobs, such as cron jobs and
+  procmail jobs, even those that are run on a remote machine. For
+  example, with cron, all you receive is regular e-mails that capture
+  the output, and it is up to you to look at them diligently and notice
+  when it broke. Hudson keeps those outputs and makes it easy for you to
+  notice when something is wrong.
+
+%prep
+%setup -qcT
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_javadir}
+cp -a %{SOURCE0} $RPM_BUILD_ROOT%{_javadir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_javadir}/*.war
+
+%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/29 11:02:14  glen
+- new, just skeleton
================================================================


More information about the pld-cvs-commit mailing list