[fts-monitoring] Initial import (#989425).

MIchal Simon simonm at fedoraproject.org
Thu Aug 29 06:48:07 UTC 2013


commit ee4e9e1204a976add7c250359254868112f64456
Author: simonm <michal.simon at cern.ch>
Date:   Thu Aug 29 08:47:46 2013 +0200

    Initial import (#989425).

 .gitignore          |    1 +
 fts-monitoring.spec |   58 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 60 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..91ba113 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/fts-monitoring-3.1.1.tar.gz
diff --git a/fts-monitoring.spec b/fts-monitoring.spec
new file mode 100644
index 0000000..0dfec20
--- /dev/null
+++ b/fts-monitoring.spec
@@ -0,0 +1,58 @@
+Summary: FTS3 Web Application for monitoring
+Name: fts-monitoring
+Version: 3.1.1
+Release: 1%{?dist}
+URL: https://svnweb.cern.ch/trac/fts3
+License: ASL 2.0
+Group: Applications/Internet
+BuildArch: noarch
+
+#Requires: cx_Oracle%{?_isa}
+Requires: MySQL-python%{?_isa}
+Requires: Django >= 1.3.7
+Requires: httpd%{?_isa}
+Requires: mod_wsgi%{?_isa}
+Requires: python%{?_isa}
+Requires: python-matplotlib%{?_isa}
+
+Source0: https://grid-deployment.web.cern.ch/grid-deployment/dms/fts3/tar/%{name}-%{version}.tar.gz
+
+%description
+FTS v3 web application for monitoring,
+it gives a detailed view of the current state of FTS
+including the queue with submitted transfer-jobs,
+the active, failed and finished transfers, as well
+as some statistics (e.g. success rate)
+
+
+%prep
+%setup -qc
+
+%build
+mkdir build
+
+%install
+shopt -s extglob
+mkdir -p %{buildroot}%{_datadir}/fts3web/
+mkdir -p %{buildroot}%{_sysconfdir}/fts3web/
+mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf.d/ 
+cp -r -p !(etc|httpd.conf.d) %{buildroot}%{_datadir}/fts3web/
+cp -r -p etc/fts3web         %{buildroot}%{_sysconfdir}
+install -m 644 httpd.conf.d/ftsmon.conf           %{buildroot}%{_sysconfdir}/httpd/conf.d/ 
+
+%files
+%{_datadir}/fts3web
+%config(noreplace) %{_sysconfdir}/httpd/conf.d/ftsmon.conf
+%config(noreplace) %dir %{_sysconfdir}/fts3web/
+%config(noreplace) %attr(640, root, apache) %{_sysconfdir}/fts3web/fts3web.ini
+%doc LICENSE
+
+%changelog
+ * Wed Aug 28 2013 Michal Simon <michal.simon at cern.ch> - 3.1.1-1
+  - replacing '--no-preserve=ownership'
+  - python macros have been removed
+  - comments regarding svn have been removed
+  - '%{_builddir}/%{name}-%{version}/' prefix is not used anymore
+  - more detailed description
+ * Tue Apr 30 2013 Michal Simon <michal.simon at cern.ch> - 3.1.0-1
+  - First EPEL release
diff --git a/sources b/sources
index e69de29..25aae1d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ef0d33085ac7a3cd854f0c1dfa5d2567  fts-monitoring-3.1.1.tar.gz


More information about the scm-commits mailing list