rpms/awstats/devel awstats.spec,1.5,1.6

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 5 21:10:22 UTC 2005


Author: thias

Update of /cvs/extras/rpms/awstats/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10397/awstats/devel

Modified Files:
	awstats.spec 
Log Message:
Further mass cleanup. One or more apply :
- Remove (hopefully) all zero epoch remains.
- Remove trailing spaces and tabs.
- Keep consistency between tabs and spaces.
- Clean up summary.



Index: awstats.spec
===================================================================
RCS file: /cvs/extras/rpms/awstats/devel/awstats.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- awstats.spec	15 Feb 2005 17:35:38 -0000	1.5
+++ awstats.spec	5 Mar 2005 21:10:20 -0000	1.6
@@ -11,8 +11,8 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	httpd
 Requires:	perl
-Requires(post): perl
-Requires(postun): /sbin/service
+Requires(post):		perl
+Requires(postun):	/sbin/service
 
 %description
 Advanced Web Statistics is a powerful and featureful tool that generates
@@ -91,7 +91,7 @@
                 s|^SkipHosts=.*$|SkipHosts="127.0.0.1"|;
                 s|^Expires=.*$|Expires=3600|;
         ' $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/%{name}.model.conf
-install -p -m 644 $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/%{name}.{model,localhost.localdomain}.conf 
+install -p -m 644 $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/%{name}.{model,localhost.localdomain}.conf
 
 # Fix scripts
 %{__perl} -pi -e 's|/usr/local/awstats|%{_datadir}/awstats|g' \
@@ -208,7 +208,7 @@
 - only restart apache if we are upgrading
 - install and cp use the "-p" switch
 - use %%_datadir in /etc/httpd/conf.d/awstats.conf
-- improve cron job 
+- improve cron job
 - don't brutally recode HTML pages
 - the scan is now done hourly instead of daily
 - *.pm files are not executable any more




More information about the fedora-extras-commits mailing list