rpms/mod_wsgi/devel mod_wsgi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

James Bowes (jbowes) fedora-extras-commits at redhat.com
Sat Jan 5 23:09:39 UTC 2008


Author: jbowes

Update of /cvs/pkgs/rpms/mod_wsgi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9785

Modified Files:
	.cvsignore sources 
Added Files:
	mod_wsgi.spec 
Log Message:
Initial import


--- NEW FILE mod_wsgi.spec ---
Name:           mod_wsgi
Version:        1.0
Release:        1%{?dist}
Summary:        A WSGI interface for Python web applications in Apache

Group:          System Environment/Libraries
License:        ASL 2.0
URL:            http://modwsgi.org
Source0:        http://modwsgi.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:        wsgi.conf
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  httpd-devel
BuildRequires:  python-devel


%description
The mod_wsgi adapter is an Apache module that provides a WSGI compliant
interface for hosting Python based web applications within Apache. The
adapter is written completely in C code against the Apache C runtime and
for hosting WSGI applications within Apache has a lower overhead than using
existing WSGI adapters for mod_python or CGI.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d
install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENCE README
%config(noreplace) %{_sysconfdir}/httpd/conf.d/wsgi.conf
%{_libdir}/httpd/modules/mod_wsgi.so


%changelog
* Sun Sep 30 2007 James Bowes <jbowes at redhat.com> 1.0-1
- Initial packaging for Fedora



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mod_wsgi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Jan 2008 21:47:36 -0000	1.1
+++ .cvsignore	5 Jan 2008 23:08:56 -0000	1.2
@@ -0,0 +1 @@
+mod_wsgi-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mod_wsgi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Jan 2008 21:47:36 -0000	1.1
+++ sources	5 Jan 2008 23:08:56 -0000	1.2
@@ -0,0 +1 @@
+44e20174c127a50a75f040f881b0a52c  mod_wsgi-1.0.tar.gz




More information about the fedora-extras-commits mailing list