rpms/wtop/devel import.log, NONE, 1.1 wtop.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kushal Das kushal at fedoraproject.org
Fri Nov 27 11:12:34 UTC 2009


Author: kushal

Update of /cvs/extras/rpms/wtop/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11496/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log wtop.spec 
Log Message:
Initial import in the cvs.



--- NEW FILE import.log ---
wtop-0_6_1-2_fc12:HEAD:wtop-0.6.1-2.fc12.src.rpm:1259319990


--- NEW FILE wtop.spec ---
%{!?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 at fedoraproject.org> 0.6.1-2
- adding sed command in prep section

* Fri Oct 30 2009 Kushal Das <kushal at fedoraproject.org> 0.6.1-1
- Initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wtop/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	20 Nov 2009 01:06:44 -0000	1.1
+++ .cvsignore	27 Nov 2009 11:12:33 -0000	1.2
@@ -0,0 +1 @@
+wtop-0.6.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wtop/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	20 Nov 2009 01:06:44 -0000	1.1
+++ sources	27 Nov 2009 11:12:33 -0000	1.2
@@ -0,0 +1 @@
+cfaee42760c2b2661d2b60008f3719ba  wtop-0.6.1.tar.gz




More information about the scm-commits mailing list