]> git.pld-linux.org Git - packages/boa.git/commitdiff
- use new %doc. boa-0_94_12-3
authorkloczek <kloczek@pld-linux.org>
Tue, 9 Jul 2002 18:47:46 +0000 (18:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boa.spec -> 1.52

boa.spec

index 655e10ece2a1aef0337e957bafd1e09926757f90..e9bd061a85e8e52605e7aeca6ecd2fc288c3bd87 100644 (file)
--- a/boa.spec
+++ b/boa.spec
@@ -27,11 +27,11 @@ Requires(postun):   /usr/sbin/userdel
 Requires(post,preun):  /sbin/chkconfig
 Provides:      httpd
 Provides:      webserver
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     apache
 Obsoletes:     httpd
 Obsoletes:     thttpd
 Obsoletes:     webserver
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc/httpd
 
@@ -84,8 +84,6 @@ install docs/boa.8 $RPM_BUILD_ROOT%{_mandir}/man8/
 
 touch $RPM_BUILD_ROOT/var/log/httpd/{access_log,agent_log,error_log,referer_log}
 
-gzip -9nf README ChangeLog
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -135,7 +133,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz docs/*.html docs/*.png
+%doc README ChangeLog docs/*.html docs/*.png
 %attr(750, root,root) %dir %{_sysconfdir}
 %attr(640, root,root) %config(noreplace) %{_sysconfdir}/*
 %attr(640, root,root) %config(noreplace) /etc/logrotate.d/%{name}
This page took 0.037776 seconds and 4 git commands to generate.