Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
apache2-mod_wsgi-python3
apache2-mod_wsgi.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File apache2-mod_wsgi.spec of Package apache2-mod_wsgi-python3
# # spec file for package apache2-mod_wsgi # # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define modname mod_wsgi Name: apache2-mod_wsgi Version: 4.4.8 Release: 0 Summary: Python WSGI adapter module for Apache License: Apache-2.0 Group: Productivity/Networking/Web/Servers Url: https://github.com/GrahamDumpleton/mod_wsgi #Source: https://github.com/GrahamDumpleton/mod_wsgi/archive/%%{version}.tar.gz Source: %{modname}-%{version}.tar.gz ## Work around for inconsistent Apache source tree in SLE 12, see bnc#915479 Patch0: wsgi_fixVersionCheck.patch BuildRequires: python-devel Provides: %{modname} = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} BuildRequires: apache-rpm-macros BuildRequires: apache2-devel %else %define apache_apxs %{bindir}/apxs %define apache_sysconfdir %(%{apache_apxs} -q PREFIX) BuildRequires: httpd BuildRequires: httpd-devel %endif %if 0%{?suse_version} Requires: %{apache_mmn} Requires: %{apache_suse_maintenance_mmn} Requires: apache2 %else Requires: httpd %endif Conflicts: apache2-mod_wsgi-python3 %description The aim of mod_wsgi is to implement a simple to use Apache module which can host any Python application which supports the Python WSGI interface. %prep %setup -q -n %{modname}-%{version} %patch0 -p1 %build export CFLAGS="%{optflags} -fno-strict-aliasing" %configure \ %if 0%{?suse_version} --with-apxs="%{apache_apxs}-prefork" \ %else --with-apxs="%{apache_apxs}" \ %endif --with-python="python" make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} LIBEXECDIR=%{apache_libexecdir} %post %if 0%{?suse_version} if ! %{_sbindir}/a2enmod -q wsgi; then %{_sbindir}/a2enmod wsgi fi %endif %postun %if 0%{?suse_version} if [ "$1" = "0" ]; then if a2enmod -q wsgi; then %{_sbindir}/a2enmod -d wsgi fi fi %endif %files %defattr(-,root,root) %doc LICENSE README.rst docs/release-notes %dir %{apache_libexecdir} %{apache_libexecdir}/%{modname}.so %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor