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
_______________________________________________
pld-devel-en mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en