Compare commits
27 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0772704d9 | ||
|
|
42abb25080 | ||
|
|
c143ea0d93 | ||
| 290ea380f5 | |||
|
3ee46711c0 |
|||
|
9ab23b5bf4 |
|||
|
960a60f1fd |
|||
|
|
c2b3138d4b | ||
|
|
892c548301 | ||
|
|
1818cc53e6 | ||
|
ea3fe11fcf |
|||
|
|
917ea18a9d | ||
|
|
5af6ab57b3 | ||
|
|
766be8db4e | ||
|
|
d3a1f87a7e | ||
|
|
28996b5f8b | ||
|
|
769fcf67de | ||
|
|
88dfb1ff7c | ||
|
|
3b2ca9a5a9 | ||
|
|
b189705210 | ||
|
|
16aa1ddeb4 | ||
|
|
891be53336 | ||
|
|
6fe66c847f | ||
|
|
8976442b30 | ||
|
|
75db8f9d29 | ||
|
|
6f1296a5be | ||
|
|
df647e5f37 |
4 changed files with 1 additions and 57 deletions
0
.gitignore
vendored
0
.gitignore
vendored
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
cfaee42760c2b2661d2b60008f3719ba wtop-0.6.1.tar.gz
|
||||
56
wtop.spec
56
wtop.spec
|
|
@ -1,56 +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.1
|
||||
Release: 2%{?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
|
||||
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
|
||||
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
* 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