From 2af2db31ebab4e54a95fcdb07497920f72bfee40 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 1 Feb 2006 22:39:56 +0000 Subject: [PATCH] - apache module does not require python binary - add examples dir to %doc Changed files: apache-mod_python.spec -> 1.78 --- apache-mod_python.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apache-mod_python.spec b/apache-mod_python.spec index 483d53d..3ac11be 100644 --- a/apache-mod_python.spec +++ b/apache-mod_python.spec @@ -43,7 +43,7 @@ Requires: apache(modules-api) = %apache_modules_api Requires: apr >= 1:1.0.0 # apache.py uses pdb module Requires: python-devel-tools -%pyrequires_eq python +%requires_eq python-libs BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _pkglibdir %(%{apxs} -q LIBEXECDIR 2>/dev/null) @@ -163,6 +163,7 @@ fi %files %defattr(644,root,root,755) %doc doc-html/* README COPYRIGHT NEWS CREDITS +%doc examples %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_%{mod_name}.conf %attr(755,root,root) %{_pkglibdir}/*.so %dir %{py_sitedir}/mod_%{mod_name} -- 2.43.0