packages: uwsgi/uwsgi.spec - TODO, rel 0.1
zbyniu
zbyniu at pld-linux.org
Sat Apr 3 14:56:12 CEST 2010
Author: zbyniu Date: Sat Apr 3 12:56:12 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- TODO, rel 0.1
---- Files affected:
packages/uwsgi:
uwsgi.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/uwsgi/uwsgi.spec
diff -u packages/uwsgi/uwsgi.spec:1.1 packages/uwsgi/uwsgi.spec:1.2
--- packages/uwsgi/uwsgi.spec:1.1 Sat Apr 3 12:05:09 2010
+++ packages/uwsgi/uwsgi.spec Sat Apr 3 14:56:07 2010
@@ -1,16 +1,21 @@
# $Revision$, $Date$
-# TODO: pl desc, proper Group
+
+# TODO:
+# - pl desc, proper Group
+# - apache, nginx, lightttpd, django modules?
+# - init script
Summary: Fast WSGI server
Summary(pl.UTF-8): Szybki serwer WSGI
Name: uwsgi
Version: 0.9.4.3
-Release: 1
+Release: 0.1
License: GPL v2
Group: Networking/Daemons
Source0: http://projects.unbit.it/downloads/%{name}-%{version}.tar.gz
# Source0-md5: 5f6a7385138deccfd5f8a80f2e0dea04
URL: http://projects.unbit.it/uwsgi/
BuildRequires: python-devel >= 1:2.6
+BuildRequires: python-modules
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -28,12 +33,12 @@
%setup -q
%build
-%{__make} -f Makefile.Py26
+%{__make} -f Makefile.Py26 \
+ CC="%{__cc}"
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
-install uwsgi26 $RPM_BUILD_ROOT%{_bindir}
+install -D uwsgi26 $RPM_BUILD_ROOT%{_bindir}/uWSGI
%clean
rm -rf $RPM_BUILD_ROOT
@@ -41,7 +46,7 @@
%files
%defattr(644,root,root,755)
%doc ChangeLog
-%attr(755,root,root) %{_bindir}/uwsgi26
+%attr(755,root,root) %{_bindir}/uWSGI
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -49,6 +54,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2010/04/03 12:56:07 zbyniu
+- TODO, rel 0.1
+
Revision 1.1 2010/04/03 10:05:09 witekfl
- new
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/uwsgi/uwsgi.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list