[python-flask-assets] Initial import (#723924).

kumarpraveen kumarpraveen at fedoraproject.org
Sat Jul 23 15:47:54 UTC 2011


commit d8dcca7f094f99e686babdbc5f978a31c24ed8d2
Author: Praveen <daredevil at localhost.localdomain>
Date:   Sat Jul 23 21:16:57 2011 +0530

    Initial import (#723924).

 .gitignore               |    1 +
 python-flask-assets.spec |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..41edb0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Flask-Assets-0.2.2.tar.gz
diff --git a/python-flask-assets.spec b/python-flask-assets.spec
new file mode 100644
index 0000000..470429d
--- /dev/null
+++ b/python-flask-assets.spec
@@ -0,0 +1,46 @@
+%global mod_name Flask-Assets
+
+Name:           python-flask-assets
+Version:        0.2.2
+Release:        1%{?dist}
+Summary:        Asset management for flask
+
+Group:          Development/Libraries
+License:        BSD
+URL:            http://github.com/miracle2k/flask-assets
+Source0:        http://pypi.python.org/packages/source/F/%{mod_name}/%{mod_name}-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
+BuildRequires:  python-webassets
+
+%description
+Integrates the webassets library with Flask, adding support 
+for merging, minifying and compiling CSS and Javascript files.
+
+%prep
+%setup -q -n %{mod_name}-%{version}
+rm -f docs/_themes/.gitignore
+rm -f docs/.gitignore
+
+
+%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/ README.rst CHANGES LICENSE PKG-INFO
+%{python_sitelib}/*-nspkg.pth
+%{python_sitelib}/*.egg-info/
+%{python_sitelib}/flaskext/*.py*
+
+
+%changelog
+* Thu Jul 21 2011 Praveen Kumar <kumarpraveen.nitdgp at gmail.com> - 0.2.2-1
+- Initial RPM release
diff --git a/sources b/sources
index e69de29..2d57ad9 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e18635e3423e374743bea658a0c390be  Flask-Assets-0.2.2.tar.gz


More information about the scm-commits mailing list