[python-django-typepadapp] new upstream version add new sources

Luis Enrique Bazán De León lbazan at fedoraproject.org
Tue Feb 18 15:47:47 UTC 2014


commit 660bf73b682464c474ebbf34c887137d7cdfef3d
Author: lbazan <lbazan at fedoraproject.org>
Date:   Tue Feb 18 10:48:08 2014 -0500

    new upstream version
    add new sources

 .gitignore                    |    1 +
 python-django-typepadapp.spec |  112 +++++++++++++++++++++++++++++++++++++++++
 sources                       |    1 +
 3 files changed, 114 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..cfae825 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/typepadapp-1.2.1.tar.gz
diff --git a/python-django-typepadapp.spec b/python-django-typepadapp.spec
new file mode 100644
index 0000000..711f1f9
--- /dev/null
+++ b/python-django-typepadapp.spec
@@ -0,0 +1,112 @@
+%global pkgname typepadapp
+%global obs_ver 1.2.1-1
+
+Name:           python-django-typepadapp
+Version:        1.2.1
+Release:        6%{?dist}
+Summary:        A helper Django app for making TypePad applications
+License:        BSD
+URL:            https://github.com/eelias/typepadapp
+Source0:        http://pypi.python.org/packages/source/t/%{pkgname}/%{pkgname}-%{version}.tar.gz
+
+BuildArch:      noarch
+Requires:       python-simplejson
+Requires:       python-iso8601
+Requires:       python-feedparser
+Requires:       python-typepad
+Requires:       python-django
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
+BuildRequires:  python-feedparser
+BuildRequires:  python-httplib2
+BuildRequires:  python-oauth
+BuildRequires:  python-remoteobjects
+BuildRequires:  python-typepad
+BuildRequires:  python-iso8601
+BuildRequires:  python-batchhttp
+BuildRequires:  python-django
+
+Provides:       %{pkgname} = %{version}-%{release}
+Obsoletes:      django-typepad < %{obs_ver}
+
+%description
+The typepadapp Django application provides all the necessary
+underpinnings for you to build TypePad cloud applications.
+
+%prep
+%setup -q -n %{pkgname}-%{version}
+
+%build
+%{__python2} setup.py build
+
+%install
+%{__python2} setup.py install --skip-build --root %{buildroot}
+chmod 0755 %{buildroot}%{python2_sitelib}/typepadapp/conf/project_template/app.wsgi
+chmod 0644 %{buildroot}%{python2_sitelib}/typepadapp/static/soundmanager/soundmanager2.js
+chmod 0644 %{buildroot}%{python2_sitelib}/typepadapp/static/soundmanager/soundmanager2-nodebug-jsmin.js
+
+%check
+%{__python2} -m unittest
+
+%files
+%doc LICENSE README.rst
+%{python2_sitelib}/typepadapp
+%{python2_sitelib}/typepadapp-*.egg-info
+
+%changelog
+* Tue Feb 18 2014 Luis Bazan <lbazan at fedoraproject.org> - 1.2.1-6
+- add aditional requires
+
+* Tue Feb 18 2014 Luis Bazan <lbazan at fedoraproject.org> - 1.2.1-5
+- fix url
+- change to python2 macro
+- clean changelogs macros
+- fix obsolete package version
+
+* Mon Feb 17 2014 Luis Bazan <lbazan at fedoraproject.org> - 1.2.1-4
+- fix name to python-django-typepadapp
+
+* Thu Aug 09 2012 Luis Bazan <lbazan at fedoraproject.org> - 1.2.1-3
+- add if f18 install python-django else install django
+- python-devel to python2-devel and python-setuptools-devel to python-setuptools
+
+* Thu Aug 02 2012 Luis Bazan <lbazan at fedoraproject.org> - 1.2.1-2
+- Fix Bug #844753 comment2
+- insert old changelogs
+- fix url
+- remove: define python site lib
+- remove defattr in files
+- remove rm -rf $RPM_BUILD_ROOT
+
+* Tue Jul 31 2012 Luis Bazan <lbazan at fedoraproject.org> - 1.2.1-1
+- Upstream to new version
+
+* Tue Jul 31 2012 Luis Bazan <lbazan at fedoraproject.org> - 1.1.3-2
+- Rename django-typepad to python-django-typepad 
+
+* Tue Jul 31 2012 Luis Bazan <lbazan at fedoraproject.org> - 1.1.3-1
+- Initial Import python-django-typepad
+
+* Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.3-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.3-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.1.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
+* Fri Jul 02 2010 Sebastian Dziallas <sebastian at when.com> - 1.1.3-1
+- new upstream release
+
+* Tue Jan 26 2010 Sebastian Dziallas <sebastian at when.com> - 1.1.1-1
+- new upstream release
+
+* Wed Nov 18 2009 Sebastian Dziallas <sebastian at when.com> - 1.0.2-1
+- update to new upstream release
+
+* Tue Oct 06 2009 Sebastian Dziallas <sebastian at when.com> - 1.0.1-1
+- initial packaging
diff --git a/sources b/sources
index e69de29..7e7ac1e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c74ff45b68eac6cfbc4813143f44e9f1  typepadapp-1.2.1.tar.gz


More information about the scm-commits mailing list