update to 3.7.5 [release 3.7.5-1mamba;Sun Jan 01 2023]
This commit is contained in:
parent
5cec1e2b66
commit
534984b57d
@ -21,20 +21,20 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: %{?sitename:%sitename-website-}ganglia-web
|
Name: %{?sitename:%sitename-website-}ganglia-web
|
||||||
Version: 3.5.10
|
Version: 3.7.5
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A PHP web interface for Ganglia
|
Summary: A PHP web interface for Ganglia
|
||||||
Group: Applications/Web
|
Group: Applications/Web
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://ganglia.sourceforge.net/
|
URL: https://ganglia.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/project/ganglia/ganglia-web/%{version}/ganglia-web-%{version}.tar.gz
|
Source: https://github.com/ganglia/ganglia-web.git/%{version}/ganglia-web-%{version}.tar.bz2
|
||||||
|
#Source: http://downloads.sourceforge.net/project/ganglia/ganglia-web/%{version}/ganglia-web-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A PHP web interface for Ganglia.
|
A PHP web interface for Ganglia.
|
||||||
@ -84,11 +84,11 @@ EOF
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post
|
#% post
|
||||||
if [ $1 -ge 1 ]; then
|
#if [ $1 -ge 1 ]; then
|
||||||
[ -e %{_localstatedir}/lock/subsys/httpd ] && service httpd reload || :
|
#[ -e %{_localstatedir}/lock/subsys/httpd ] && service httpd reload || :
|
||||||
fi
|
#fi
|
||||||
:
|
#:
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -104,5 +104,8 @@ fi
|
|||||||
# %doc README TODO
|
# %doc README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.5-1mamba
|
||||||
|
- update to 3.7.5
|
||||||
|
|
||||||
* Wed Nov 27 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5.10-1mamba
|
* Wed Nov 27 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5.10-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user