Compare commits
17 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0772704d9 | ||
|
|
42abb25080 | ||
|
|
c143ea0d93 | ||
| 290ea380f5 | |||
|
3ee46711c0 |
|||
|
9ab23b5bf4 |
|||
|
960a60f1fd |
|||
|
|
c2b3138d4b | ||
|
|
892c548301 | ||
|
|
1818cc53e6 | ||
|
ea3fe11fcf |
|||
|
|
917ea18a9d | ||
|
|
5af6ab57b3 | ||
|
|
766be8db4e | ||
|
|
d3a1f87a7e | ||
|
|
28996b5f8b | ||
|
|
769fcf67de |
4 changed files with 1 additions and 84 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
wtop-0.6.1.tar.gz
|
||||
/wtop-0.6.8.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
502f0c80ced210951161bb3819abe9a3 wtop-0.6.8.tar.gz
|
||||
81
wtop.spec
81
wtop.spec
|
|
@ -1,81 +0,0 @@
|
|||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: wtop
|
||||
Version: 0.6.8
|
||||
Release: 5%{?dist}
|
||||
Summary: Top for Webserver
|
||||
|
||||
Group: Applications/Internet
|
||||
License: BSD
|
||||
URL: http://code.google.com/p/wtop/
|
||||
Source0: http://wtop.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-devel, python-setuptools
|
||||
Requires: python-GeoIP
|
||||
|
||||
%description
|
||||
Wtop like "top" for your webserver.
|
||||
|
||||
%prep
|
||||
%setup -q -c %{name}-%{version}
|
||||
sed -i -e "s|#!/usr/bin/python||" logrep.py
|
||||
sed -i -e "s|/var/log/apache2/|/var/log/httpd/|" wtop.cfg
|
||||
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%{__python} setup.py install -O1 --root $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE
|
||||
%{_bindir}/wtop
|
||||
%{_bindir}/logrep
|
||||
%{python_sitelib}/*.egg-info
|
||||
%{python_sitelib}/logrep.*
|
||||
%config(noreplace) %{_sysconfdir}/wtop.cfg
|
||||
%exclude %{_bindir}/*.bat
|
||||
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Sun May 20 2012 Kushal Das <kushal@fedoraproject.org> - 0.6.8-1
|
||||
- New release of wtop 0.6.8
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
||||
|
||||
* Fri Nov 27 2009 Kushal Das <kushal@fedoraproject.org> 0.6.1-2
|
||||
- adding sed command in prep section
|
||||
|
||||
* Fri Oct 30 2009 Kushal Das <kushal@fedoraproject.org> 0.6.1-1
|
||||
- Initial release
|
||||
Loading…
Add table
Add a link
Reference in a new issue