From e975a4997b1c2fb12f915095b71aabe0f4523ac3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 22 Oct 2009 04:40:08 +0000 Subject: [PATCH 01/17] Initialize branch EL-5 for typepad-motion --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..42f697a --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-5 From 60ab04d4eab34d774d6a8b26208ff058a2598534 Mon Sep 17 00:00:00 2001 From: Sebastian Dziallas Date: Thu, 22 Oct 2009 12:04:34 +0000 Subject: [PATCH 02/17] initial import --- .cvsignore | 1 + import.log | 1 + sources | 1 + typepad-motion.spec | 57 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 60 insertions(+) create mode 100644 import.log create mode 100644 typepad-motion.spec diff --git a/.cvsignore b/.cvsignore index e69de29..64cc2b7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +typepad-motion-1.0.1.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..6bd5137 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +typepad-motion-1_0_1-3_fc11:HEAD:typepad-motion-1.0.1-3.fc11.src.rpm:1256213051 diff --git a/sources b/sources index e69de29..b2fdf4b 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +dea340c424ae92f7145596bb538ffc8d typepad-motion-1.0.1.tar.gz diff --git a/typepad-motion.spec b/typepad-motion.spec new file mode 100644 index 0000000..c08fbd6 --- /dev/null +++ b/typepad-motion.spec @@ -0,0 +1,57 @@ +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + +Name: typepad-motion +Version: 1.0.1 +Release: 3%{?dist} +Summary: A microblogging application for building online communities + +Group: Applications/Publishing +License: BSD +URL: http://developer.typepad.com/motion/create-motion.html +Source0: http://pypi.python.org/packages/source/t/%{name}/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +BuildRequires: Django python-devel python-setuptools-devel +Requires: Django django-flash django-typepad python-batchhttp python-feedparser python-httplib2 +Requires: python-oauth python-remoteobjects python-simplejson python-typepad sqlite + +%description +A Motion site is a place where people come together, on the Web, to share +thoughts, interesting links, favorite photos, great music and exciting +videos. Build Motion as a stand-alone community or integrate it into your +existing website as a flexible community portal. + + +%prep +%setup -q + + +%build +python setup.py build + + +%install +rm -rf $RPM_BUILD_ROOT +python setup.py install --skip-build --root $RPM_BUILD_ROOT + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc LICENSE +%{python_sitelib}/* + + +%changelog +* Wed Oct 07 2009 Sebastian Dziallas - 1.0.1-3 +- add sqlite dependency + +* Tue Oct 06 2009 Sebastian Dziallas - 1.0.1-2 +- update package requirements + +* Tue Oct 06 2009 Sebastian Dziallas - 1.0.1-1 +- initial packaging From e4d426324e8a57d020eda97c267447eb02fbe077 Mon Sep 17 00:00:00 2001 From: Sebastian Dziallas Date: Thu, 22 Oct 2009 12:09:53 +0000 Subject: [PATCH 03/17] initial import --- .cvsignore | 1 + import.log | 1 + sources | 1 + typepad-motion.spec | 57 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 60 insertions(+) create mode 100644 import.log create mode 100644 typepad-motion.spec diff --git a/.cvsignore b/.cvsignore index e69de29..64cc2b7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +typepad-motion-1.0.1.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..c4eab34 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +typepad-motion-1_0_1-3_fc11:EL-5:typepad-motion-1.0.1-3.fc11.src.rpm:1256213343 diff --git a/sources b/sources index e69de29..b2fdf4b 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +dea340c424ae92f7145596bb538ffc8d typepad-motion-1.0.1.tar.gz diff --git a/typepad-motion.spec b/typepad-motion.spec new file mode 100644 index 0000000..c08fbd6 --- /dev/null +++ b/typepad-motion.spec @@ -0,0 +1,57 @@ +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + +Name: typepad-motion +Version: 1.0.1 +Release: 3%{?dist} +Summary: A microblogging application for building online communities + +Group: Applications/Publishing +License: BSD +URL: http://developer.typepad.com/motion/create-motion.html +Source0: http://pypi.python.org/packages/source/t/%{name}/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +BuildRequires: Django python-devel python-setuptools-devel +Requires: Django django-flash django-typepad python-batchhttp python-feedparser python-httplib2 +Requires: python-oauth python-remoteobjects python-simplejson python-typepad sqlite + +%description +A Motion site is a place where people come together, on the Web, to share +thoughts, interesting links, favorite photos, great music and exciting +videos. Build Motion as a stand-alone community or integrate it into your +existing website as a flexible community portal. + + +%prep +%setup -q + + +%build +python setup.py build + + +%install +rm -rf $RPM_BUILD_ROOT +python setup.py install --skip-build --root $RPM_BUILD_ROOT + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc LICENSE +%{python_sitelib}/* + + +%changelog +* Wed Oct 07 2009 Sebastian Dziallas - 1.0.1-3 +- add sqlite dependency + +* Tue Oct 06 2009 Sebastian Dziallas - 1.0.1-2 +- update package requirements + +* Tue Oct 06 2009 Sebastian Dziallas - 1.0.1-1 +- initial packaging From 2b73a2a76e06752c72590ff3e16f32c93305c745 Mon Sep 17 00:00:00 2001 From: Sebastian Dziallas Date: Wed, 18 Nov 2009 12:38:50 +0000 Subject: [PATCH 04/17] update to new upstream release --- .cvsignore | 2 +- sources | 2 +- typepad-motion.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 64cc2b7..770734f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -typepad-motion-1.0.1.tar.gz +typepad-motion-1.0.2.tar.gz diff --git a/sources b/sources index b2fdf4b..cfa271d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dea340c424ae92f7145596bb538ffc8d typepad-motion-1.0.1.tar.gz +5e87fb777d779e8e4b129d3d1e7fe089 typepad-motion-1.0.2.tar.gz diff --git a/typepad-motion.spec b/typepad-motion.spec index c08fbd6..43b3255 100644 --- a/typepad-motion.spec +++ b/typepad-motion.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: typepad-motion -Version: 1.0.1 -Release: 3%{?dist} +Version: 1.0.2 +Release: 1%{?dist} Summary: A microblogging application for building online communities Group: Applications/Publishing @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Nov 18 2009 Sebastian Dziallas - 1.0.2-1 +- update to new upstream release + * Wed Oct 07 2009 Sebastian Dziallas - 1.0.1-3 - add sqlite dependency From 089308875c7e9cccdc12305cbb6fbf7667b26af3 Mon Sep 17 00:00:00 2001 From: Sebastian Dziallas Date: Wed, 18 Nov 2009 12:39:46 +0000 Subject: [PATCH 05/17] update to new upstream release --- .cvsignore | 2 +- sources | 2 +- typepad-motion.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 64cc2b7..770734f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -typepad-motion-1.0.1.tar.gz +typepad-motion-1.0.2.tar.gz diff --git a/sources b/sources index b2fdf4b..cfa271d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dea340c424ae92f7145596bb538ffc8d typepad-motion-1.0.1.tar.gz +5e87fb777d779e8e4b129d3d1e7fe089 typepad-motion-1.0.2.tar.gz diff --git a/typepad-motion.spec b/typepad-motion.spec index c08fbd6..43b3255 100644 --- a/typepad-motion.spec +++ b/typepad-motion.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: typepad-motion -Version: 1.0.1 -Release: 3%{?dist} +Version: 1.0.2 +Release: 1%{?dist} Summary: A microblogging application for building online communities Group: Applications/Publishing @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Nov 18 2009 Sebastian Dziallas - 1.0.2-1 +- update to new upstream release + * Wed Oct 07 2009 Sebastian Dziallas - 1.0.1-3 - add sqlite dependency From dc1ac9ba230e02c98253dd959540bd9a5e7d5907 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:52:27 +0000 Subject: [PATCH 06/17] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3871e8e..adb37ae 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := typepad-motion SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From c9879d5c73bf83cb89353c6320ff8ddae2162576 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:34:11 +0000 Subject: [PATCH 07/17] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3871e8e..adb37ae 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := typepad-motion SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From ce240481c49d59d77388f86db5b7e1b94468a383 Mon Sep 17 00:00:00 2001 From: Sebastian Dziallas Date: Tue, 26 Jan 2010 21:38:53 +0000 Subject: [PATCH 08/17] new upstream release --- .cvsignore | 2 +- sources | 2 +- typepad-motion.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 770734f..4b503c4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -typepad-motion-1.0.2.tar.gz +typepad-motion-1.1.1.tar.gz diff --git a/sources b/sources index cfa271d..8fc9310 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e87fb777d779e8e4b129d3d1e7fe089 typepad-motion-1.0.2.tar.gz +4d845e78cdc428a27f9a5608204c01a6 typepad-motion-1.1.1.tar.gz diff --git a/typepad-motion.spec b/typepad-motion.spec index 43b3255..9779945 100644 --- a/typepad-motion.spec +++ b/typepad-motion.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: typepad-motion -Version: 1.0.2 +Version: 1.1.1 Release: 1%{?dist} Summary: A microblogging application for building online communities @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jan 26 2010 Sebastian Dziallas - 1.1.1-1 +- new upstream release + * Wed Nov 18 2009 Sebastian Dziallas - 1.0.2-1 - update to new upstream release From 97cb34049a4b71c5a06d52fa102610798f6bdd1e Mon Sep 17 00:00:00 2001 From: Sebastian Dziallas Date: Fri, 2 Jul 2010 16:33:51 +0000 Subject: [PATCH 09/17] new upstream release --- .cvsignore | 2 +- sources | 2 +- typepad-motion.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4b503c4..e471991 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -typepad-motion-1.1.1.tar.gz +typepad-motion-1.1.3.tar.gz diff --git a/sources b/sources index 8fc9310..f12d97d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4d845e78cdc428a27f9a5608204c01a6 typepad-motion-1.1.1.tar.gz +83de36d352d7977331d092ab0f854c80 typepad-motion-1.1.3.tar.gz diff --git a/typepad-motion.spec b/typepad-motion.spec index 9779945..1591f78 100644 --- a/typepad-motion.spec +++ b/typepad-motion.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: typepad-motion -Version: 1.1.1 +Version: 1.1.3 Release: 1%{?dist} Summary: A microblogging application for building online communities @@ -42,11 +42,14 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc LICENSE +%doc LICENSE README.rst %{python_sitelib}/* %changelog +* Fri Jul 02 2010 Sebastian Dziallas - 1.1.3-1 +- new upstream release + * Tue Jan 26 2010 Sebastian Dziallas - 1.1.1-1 - new upstream release From 8be1c1d080c74ac23e294da70a20ff602bbd85ca Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Thu, 22 Jul 2010 07:06:14 +0000 Subject: [PATCH 10/17] - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild --- typepad-motion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/typepad-motion.spec b/typepad-motion.spec index 1591f78..4eeab3d 100644 --- a/typepad-motion.spec +++ b/typepad-motion.spec @@ -2,7 +2,7 @@ Name: typepad-motion Version: 1.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A microblogging application for building online communities Group: Applications/Publishing @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 22 2010 David Malcolm - 1.1.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + * Fri Jul 02 2010 Sebastian Dziallas - 1.1.3-1 - new upstream release From f5278a121e7be499150dd452dbec66d8b827e99d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:35:17 +0000 Subject: [PATCH 11/17] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 1 - 4 files changed, 23 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index adb37ae..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: typepad-motion -# $Id$ -NAME := typepad-motion -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index 42f697a..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-5 diff --git a/import.log b/import.log deleted file mode 100644 index c4eab34..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -typepad-motion-1_0_1-3_fc11:EL-5:typepad-motion-1.0.1-3.fc11.src.rpm:1256213343 From b1b84a42876241c4b2a5de8d11a792291219ce12 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:35:18 +0000 Subject: [PATCH 12/17] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index adb37ae..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: typepad-motion -# $Id$ -NAME := typepad-motion -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/import.log b/import.log deleted file mode 100644 index 6bd5137..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -typepad-motion-1_0_1-3_fc11:HEAD:typepad-motion-1.0.1-3.fc11.src.rpm:1256213051 From cf007c80adfc1ac8e2fa47aebaf319b4495c7ace Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 9 Feb 2011 15:47:11 -0600 Subject: [PATCH 13/17] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- typepad-motion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/typepad-motion.spec b/typepad-motion.spec index 4eeab3d..934fda0 100644 --- a/typepad-motion.spec +++ b/typepad-motion.spec @@ -2,7 +2,7 @@ Name: typepad-motion Version: 1.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A microblogging application for building online communities Group: Applications/Publishing @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 09 2011 Fedora Release Engineering - 1.1.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Thu Jul 22 2010 David Malcolm - 1.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild From 4269f06cf4e47b44301a52cb81a1a34de81f7fa5 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 01:22:35 -0600 Subject: [PATCH 14/17] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- typepad-motion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/typepad-motion.spec b/typepad-motion.spec index 934fda0..b9e8fd7 100644 --- a/typepad-motion.spec +++ b/typepad-motion.spec @@ -2,7 +2,7 @@ Name: typepad-motion Version: 1.1.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A microblogging application for building online communities Group: Applications/Publishing @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 1.1.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Wed Feb 09 2011 Fedora Release Engineering - 1.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 4b2cae1d6bb605bc1dcb55816f7d1b1da154f29d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 20:11:26 -0500 Subject: [PATCH 15/17] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- typepad-motion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/typepad-motion.spec b/typepad-motion.spec index b9e8fd7..da8a85b 100644 --- a/typepad-motion.spec +++ b/typepad-motion.spec @@ -2,7 +2,7 @@ Name: typepad-motion Version: 1.1.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A microblogging application for building online communities Group: Applications/Publishing @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 1.1.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 1.1.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 7ca69a1e8efa88105e1162dab0fa99ae5a5ead93 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 6 Aug 2012 13:26:53 -0400 Subject: [PATCH 16/17] Retire typepad-motion - dead upstream --- dead.package | 1 + sources | 1 - typepad-motion.spec | 78 --------------------------------------------- 3 files changed, 1 insertion(+), 79 deletions(-) create mode 100644 dead.package delete mode 100644 sources delete mode 100644 typepad-motion.spec diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..7ceac32 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package was retired on 2012-08-06 due to no active maintainers for the package. diff --git a/sources b/sources deleted file mode 100644 index f12d97d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -83de36d352d7977331d092ab0f854c80 typepad-motion-1.1.3.tar.gz diff --git a/typepad-motion.spec b/typepad-motion.spec deleted file mode 100644 index da8a85b..0000000 --- a/typepad-motion.spec +++ /dev/null @@ -1,78 +0,0 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - -Name: typepad-motion -Version: 1.1.3 -Release: 5%{?dist} -Summary: A microblogging application for building online communities - -Group: Applications/Publishing -License: BSD -URL: http://developer.typepad.com/motion/create-motion.html -Source0: http://pypi.python.org/packages/source/t/%{name}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildArch: noarch -BuildRequires: Django python-devel python-setuptools-devel -Requires: Django django-flash django-typepad python-batchhttp python-feedparser python-httplib2 -Requires: python-oauth python-remoteobjects python-simplejson python-typepad sqlite - -%description -A Motion site is a place where people come together, on the Web, to share -thoughts, interesting links, favorite photos, great music and exciting -videos. Build Motion as a stand-alone community or integrate it into your -existing website as a flexible community portal. - - -%prep -%setup -q - - -%build -python setup.py build - - -%install -rm -rf $RPM_BUILD_ROOT -python setup.py install --skip-build --root $RPM_BUILD_ROOT - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc LICENSE README.rst -%{python_sitelib}/* - - -%changelog -* Sun Jul 22 2012 Fedora Release Engineering - 1.1.3-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 1.1.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Feb 09 2011 Fedora Release Engineering - 1.1.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Jul 22 2010 David Malcolm - 1.1.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - -* Fri Jul 02 2010 Sebastian Dziallas - 1.1.3-1 -- new upstream release - -* Tue Jan 26 2010 Sebastian Dziallas - 1.1.1-1 -- new upstream release - -* Wed Nov 18 2009 Sebastian Dziallas - 1.0.2-1 -- update to new upstream release - -* Wed Oct 07 2009 Sebastian Dziallas - 1.0.1-3 -- add sqlite dependency - -* Tue Oct 06 2009 Sebastian Dziallas - 1.0.1-2 -- update package requirements - -* Tue Oct 06 2009 Sebastian Dziallas - 1.0.1-1 -- initial packaging From 8f964952fa380cef41866bf1cdf229c46dc63ef4 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Fri, 19 Dec 2014 00:23:59 +0100 Subject: [PATCH 17/17] 2014-12-19: Retired because of broken deps --- .gitignore | 1 - dead.package | 2 ++ sources | 1 - typepad-motion.spec | 60 --------------------------------------------- 4 files changed, 2 insertions(+), 62 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 typepad-motion.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 770734f..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -typepad-motion-1.0.2.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..db1ea74 --- /dev/null +++ b/dead.package @@ -0,0 +1,2 @@ +2014-12-19: Retired because of broken deps + diff --git a/sources b/sources deleted file mode 100644 index cfa271d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -5e87fb777d779e8e4b129d3d1e7fe089 typepad-motion-1.0.2.tar.gz diff --git a/typepad-motion.spec b/typepad-motion.spec deleted file mode 100644 index 43b3255..0000000 --- a/typepad-motion.spec +++ /dev/null @@ -1,60 +0,0 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - -Name: typepad-motion -Version: 1.0.2 -Release: 1%{?dist} -Summary: A microblogging application for building online communities - -Group: Applications/Publishing -License: BSD -URL: http://developer.typepad.com/motion/create-motion.html -Source0: http://pypi.python.org/packages/source/t/%{name}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildArch: noarch -BuildRequires: Django python-devel python-setuptools-devel -Requires: Django django-flash django-typepad python-batchhttp python-feedparser python-httplib2 -Requires: python-oauth python-remoteobjects python-simplejson python-typepad sqlite - -%description -A Motion site is a place where people come together, on the Web, to share -thoughts, interesting links, favorite photos, great music and exciting -videos. Build Motion as a stand-alone community or integrate it into your -existing website as a flexible community portal. - - -%prep -%setup -q - - -%build -python setup.py build - - -%install -rm -rf $RPM_BUILD_ROOT -python setup.py install --skip-build --root $RPM_BUILD_ROOT - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc LICENSE -%{python_sitelib}/* - - -%changelog -* Wed Nov 18 2009 Sebastian Dziallas - 1.0.2-1 -- update to new upstream release - -* Wed Oct 07 2009 Sebastian Dziallas - 1.0.1-3 -- add sqlite dependency - -* Tue Oct 06 2009 Sebastian Dziallas - 1.0.1-2 -- update package requirements - -* Tue Oct 06 2009 Sebastian Dziallas - 1.0.1-1 -- initial packaging