diff --git a/.gitignore b/.gitignore index 7e5b547..f6a3a77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -/fts-monitoring-3.1.1.tar.gz -/fts-monitoring-3.1.33.tar.gz -/fts-monitoring-3.1.74.tar.gz -/fts-monitoring-3.2.26.2.tar.gz +/*.tar.gz diff --git a/fts-monitoring.spec b/fts-monitoring.spec index 95974fc..c5b5ffe 100644 --- a/fts-monitoring.spec +++ b/fts-monitoring.spec @@ -1,7 +1,7 @@ Summary: FTS3 Web Application for monitoring Name: fts-monitoring -Version: 3.2.26.2 -Release: 2%{?dist} +Version: 3.2.30 +Release: 1%{?dist} URL: https://svnweb.cern.ch/trac/fts3 License: ASL 2.0 Group: Applications/Internet @@ -16,8 +16,9 @@ Requires: httpd Requires: mod_wsgi Requires: python Requires: python-decorator - -Source0: https://grid-deployment.web.cern.ch/grid-deployment/dms/fts3/tar/%{name}-%{version}.tar.gz +# svn export http://svn.cern.ch/guest/fts3/tags/fts3_3.2.30/src/fts3web fts-monitoring-3.2.30 +# tar vczf fts-monitoring-3.2.30.tar.gz fts-monitoring-3.2.30 +Source0: %{name}-%{version}.tar.gz %description FTS v3 web application for monitoring, @@ -59,7 +60,7 @@ if [ $1 -eq 0 ] ; then # Final removal fi %prep -%setup -qc +%setup -q %build mkdir build @@ -78,11 +79,12 @@ install -m 644 httpd.conf.d/ftsmon.conf %{buildroot}%{_sysconfdir}/htt %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 %files selinux %changelog +* Wed Nov 26 2014 Alejandro Alarez Ayllon - 3.2.30-1 + - Update for new upstream release * Mon May 12 2014 Michal Simon - 3.2.26.2-2 - Update for new upstream release * Mon May 12 2014 Michal Simon - 3.2.26-1 diff --git a/sources b/sources index 42edd62..e3f1dc6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5f0080416ed9f6c0954ce748f7595131 fts-monitoring-3.2.26.2.tar.gz +21384a302e6f4ee321ae5ef6c6bce7d1 fts-monitoring-3.2.30.tar.gz