[python-flask-openid] Initial import (#724864).

kumarpraveen kumarpraveen at fedoraproject.org
Sat Jul 23 16:04:33 UTC 2011


commit 7976a16ba2440eedb5e12c89c2ffe06b2d22c557
Author: Praveen <daredevil at localhost.localdomain>
Date:   Sat Jul 23 21:33:21 2011 +0530

    Initial import (#724864).

 .gitignore               |    1 +
 python-flask-openid.spec |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f2ed34c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Flask-OpenID-1.0.1.tar.gz
diff --git a/python-flask-openid.spec b/python-flask-openid.spec
new file mode 100644
index 0000000..5e8e23e
--- /dev/null
+++ b/python-flask-openid.spec
@@ -0,0 +1,46 @@
+%global mod_name Flask-OpenID
+
+Name:           python-flask-openid
+Version:        1.0.1
+Release:        1%{?dist}
+Summary:        OpenID support for Flask
+
+Group:          Development/Libraries
+License:        BSD
+URL:            http://github.com/mitsuhiko/flask-openid/
+Source0:        http://pypi.python.org/packages/source/F/%{mod_name}/%{mod_name}-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python-devel
+BuildRequires:  python-openid
+BuildRequires:  python-setuptools
+
+%description
+Flask-OpenID is an extension to flask that allows you to add openid
+based authentication to your website in a matter of minutes.
+
+%prep
+%setup -q -n %{mod_name}-%{version}
+rm -f docs/.DS_Store
+rm -f docs/_static/.DS_Store
+rm -f docs/_static/._.DS_Store
+rm -f docs/._.DS_Store
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+ 
+%files
+%doc docs LICENSE PKG-INFO README
+%{python_sitelib}/*-nspkg.pth
+%{python_sitelib}/*.egg-info/
+%{python_sitelib}/flaskext/*.py*
+
+%changelog
+* Fri Jul 22 2011 Praveen Kumar <kumarpraveen.nitdgp at gmail.com> - 1.0.1-1
+- Initial RPM release
diff --git a/sources b/sources
index e69de29..168fc79 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+238a860a4313adc8bd678312167ed49a  Flask-OpenID-1.0.1.tar.gz


More information about the scm-commits mailing list