diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 8101924..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -django-piston-0.2.2.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index e7408e7..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: django-piston -# $Id$ -NAME := django-piston -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 -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/dead.package b/dead.package new file mode 100644 index 0000000..ba1e47b --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +renamed to python-django-piston diff --git a/django-piston.spec b/django-piston.spec deleted file mode 100644 index 73c43f6..0000000 --- a/django-piston.spec +++ /dev/null @@ -1,41 +0,0 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - -Name: django-piston -Version: 0.2.2 -Release: 1%{?dist} -Summary: A mini-framework for Django for creating RESTful APIs - -Group: Development/Languages -License: BSD -URL: http://bitbucket.org/jespern/django-piston/ -Source: http://bitbucket.org/jespern/django-piston/downloads/django-piston-0.2.2.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildArch: noarch -BuildRequires: python-devel python-setuptools-devel -Requires: Django - -%description -Piston is a relatively small Django application that lets you -create application programming interfaces (API) for your sites. - -%prep -%setup -q -n %{name} - -%build -%{__python} setup.py build - -%install -rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root,-) -%{python_sitelib}/* - -%changelog -* Thu Aug 14 2009 Diego Búrigo Zacarão 0.2.2-1 -- Initial RPM release diff --git a/import.log b/import.log deleted file mode 100644 index 92c443c..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -django-piston-0_2_2-1_fc11:HEAD:django-piston-0.2.2-1.fc11.src.rpm:1250270826 diff --git a/sources b/sources deleted file mode 100644 index bdcf473..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -28a2900695fdbcb14ff3c45390e7a4fd django-piston-0.2.2.tar.gz