From e975a4997b1c2fb12f915095b71aabe0f4523ac3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 22 Oct 2009 04:40:08 +0000 Subject: [PATCH 1/6] 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 e4d426324e8a57d020eda97c267447eb02fbe077 Mon Sep 17 00:00:00 2001 From: Sebastian Dziallas Date: Thu, 22 Oct 2009 12:09:53 +0000 Subject: [PATCH 2/6] 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 089308875c7e9cccdc12305cbb6fbf7667b26af3 Mon Sep 17 00:00:00 2001 From: Sebastian Dziallas Date: Wed, 18 Nov 2009 12:39:46 +0000 Subject: [PATCH 3/6] 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 c9879d5c73bf83cb89353c6320ff8ddae2162576 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:34:11 +0000 Subject: [PATCH 4/6] 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 f5278a121e7be499150dd452dbec66d8b827e99d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:35:17 +0000 Subject: [PATCH 5/6] 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 8f964952fa380cef41866bf1cdf229c46dc63ef4 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Fri, 19 Dec 2014 00:23:59 +0100 Subject: [PATCH 6/6] 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