[packages/apache-mod_wsgi] - provide generic module name - rel 2

baggins baggins at pld-linux.org
Fri Oct 21 23:00:39 CEST 2016


commit efbd6ce7461a04cfd879790fc4bb250dd4e57b6b
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Oct 21 23:00:17 2016 +0200

    - provide generic module name
    - rel 2

 apache-mod_wsgi.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/apache-mod_wsgi.spec b/apache-mod_wsgi.spec
index 213b27f..cf69de0 100644
--- a/apache-mod_wsgi.spec
+++ b/apache-mod_wsgi.spec
@@ -8,12 +8,12 @@
 %bcond_without	python3 # mod_wsgi for CPython 3.x
 
 %define		mod_name	wsgi
-%define 	apxs		/usr/sbin/apxs
+%define		apxs		/usr/sbin/apxs
 Summary:	WSGI interface for the Apache Web server
 Summary(pl.UTF-8):	Interfejs WSGI dla serwera WWW Apache
 Name:		apache-mod_%{mod_name}
 Version:	4.5.7
-Release:	1
+Release:	2
 License:	Apache
 Group:		Networking/Daemons
 Source0:	https://github.com/GrahamDumpleton/mod_wsgi/archive/%{version}/mod_%{mod_name}-%{version}.tar.gz
@@ -59,6 +59,7 @@ Group:		Networking/Daemons
 Requires:	apache(modules-api) = %{apache_modules_api}
 Requires:	apr >= 1:1.0.0
 Requires:	python-modules
+Provides:	apache(mod_wsgi) = %{version}-%{release}
 Obsoletes:	apache-mod_wsgi < 4.5.7-0.2
 Conflicts:	%{name}-py3
 # http://helpful.knobs-dials.com/index.php/Mod_wsgi_notes#PyEval_AcquireThread:_non-NULL_old_thread_state
@@ -86,6 +87,7 @@ Group:		Networking/Daemons
 Requires:	apache(modules-api) = %{apache_modules_api}
 Requires:	apr >= 1:1.0.0
 Requires:	python3-modules
+Provides:	apache(mod_wsgi) = %{version}-%{release}
 Conflicts:	%{name} < 4.5.7-0.2
 Conflicts:	%{name}-py2
 # http://helpful.knobs-dials.com/index.php/Mod_wsgi_notes#PyEval_AcquireThread:_non-NULL_old_thread_state
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache-mod_wsgi.git/commitdiff/efbd6ce7461a04cfd879790fc4bb250dd4e57b6b



More information about the pld-cvs-commit mailing list