Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e44939612 | ||
|
|
f4886ddaa1 | ||
|
|
37499d7b1a | ||
|
|
5dc5ce7a3c |
6 changed files with 13 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
|||
django-piston-0.2.2.tar.gz
|
||||
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
django-piston-0.2.2.tar.gz
|
||||
/django-piston-0.2.3.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
|
|
@ -1,14 +1,16 @@
|
|||
%{!?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
|
||||
Version: 0.2.3
|
||||
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
|
||||
Source: http://pypi.python.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz
|
||||
#md5=8b040d426793cf22ce89543e059cd6e1
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
|
|
@ -20,7 +22,7 @@ Piston is a relatively small Django application that lets you
|
|||
create application programming interfaces (API) for your sites.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
|
|
@ -34,8 +36,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc PKG-INFO
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 05 2012 Matthias Runge <mrunge@matthias-runge.de> - 0.2.3-1
|
||||
- update to 0.2.3
|
||||
|
||||
|
||||
* Thu Aug 14 2009 Diego Búrigo Zacarão <diegobz@gmail.com> 0.2.2-1
|
||||
- Initial RPM release
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
django-piston-0_2_2-1_fc11:HEAD:django-piston-0.2.2-1.fc11.src.rpm:1250270826
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
28a2900695fdbcb14ff3c45390e7a4fd django-piston-0.2.2.tar.gz
|
||||
8b040d426793cf22ce89543e059cd6e1 django-piston-0.2.3.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue