apache-mod_wsgi.spec

Elan Ruusamäe glen at pld-linux.org
Sat Oct 1 20:18:23 CEST 2016


so

if wanting to build python3 version as well
what would be the package names be?

currently apache-mod_wsgi.spec builds apache-mod_wsgi package, using python2

some variants that i'm throwing in, the examples are binary package 
names, the spec name stays as it is "apache-mod_wsgi.spec":

1.
apache-mod_wsgi = python2
apache-mod_wsgi3 = python3

2.
apache-mod_wsgi = RIP
apache-mod_wsgi-py2 = python2
apache-mod_wsgi-py3 = python3

3.
apache-mod_wsgi = requires %name(mod_wsgi)
apache-mod_wsgi-py2 = python2, provides %name(mod_wsgi)
apache-mod_wsgi-py3 = python3, provides %name(mod_wsgi)

the more suffix variants include:
- -2, -3
- -py2, -py3
- -python2, -python3

-- 
glen



More information about the pld-devel-en mailing list