From 6dcf384df2c5c264b44e39e8af1c1d4e656418fa Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 22 Oct 2009 04:40:07 +0000 Subject: [PATCH 1/5] Initialize branch F-11 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..25c7708 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-11 From 3041debce6b960398a3f7093e6c70a94054ce8e7 Mon Sep 17 00:00:00 2001 From: Sebastian Dziallas Date: Thu, 22 Oct 2009 12:07:42 +0000 Subject: [PATCH 2/5] 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..a44f07f --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +typepad-motion-1_0_1-3_fc11:F-11:typepad-motion-1.0.1-3.fc11.src.rpm:1256213207 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 da8c216b2d7688d06a038e54eca9ec38c124415a Mon Sep 17 00:00:00 2001 From: Sebastian Dziallas Date: Wed, 18 Nov 2009 12:39:29 +0000 Subject: [PATCH 3/5] 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 b6dac80cadba93f5a312ae881a083b93e5d5e7bb Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:34:11 +0000 Subject: [PATCH 4/5] 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 093b7e3f6efa23ddf994b0a290d7a0140cb29c51 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:35:18 +0000 Subject: [PATCH 5/5] 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 25c7708..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-11 diff --git a/import.log b/import.log deleted file mode 100644 index a44f07f..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -typepad-motion-1_0_1-3_fc11:F-11:typepad-motion-1.0.1-3.fc11.src.rpm:1256213207