rpms/django-typepad/F-12 django-typepad.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sebastian Dziallas sdz at fedoraproject.org
Sat Oct 10 18:30:11 UTC 2009


Author: sdz

Update of /cvs/pkgs/rpms/django-typepad/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14065/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	django-typepad.spec import.log 
Log Message:
initial import



--- NEW FILE django-typepad.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           django-typepad
Version:        1.0.1
Release:        1%{?dist}
Summary:        A helper Django app for making TypePad applications

Group:          Development/Languages
License:        BSD
URL:            http://sixapart.github.com/typepadapp/
Source0:        http://pypi.python.org/packages/source/t/typepadapp/typepadapp-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  Django python-devel python-setuptools-devel
Requires:       Django python-batchhttp python-feedparser python-httplib2
Requires:       python-oauth python-remoteobjects python-simplejson python-typepad

%description
The typepadapp Django application provides all the necessary
underpinnings for you to build TypePad cloud applications.

%prep
%setup -q -n typepadapp-%{version}


%build
python setup.py build


%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --skip-build --root $RPM_BUILD_ROOT
chmod 0755 $RPM_BUILD_ROOT%{python_sitelib}/typepadapp/conf/project_template/app.wsgi
chmod 0644 $RPM_BUILD_ROOT%{python_sitelib}/typepadapp/static/soundmanager/soundmanager2.js
chmod 0644 $RPM_BUILD_ROOT%{python_sitelib}/typepadapp/static/soundmanager/soundmanager2-nodebug-jsmin.js

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE
%{python_sitelib}/*


%changelog
* Tue Oct 06 2009 Sebastian Dziallas <sebastian at when.com> - 1.0.1-1
- initial packaging


--- NEW FILE import.log ---
django-typepad-1_0_1-1_fc11:F-12:django-typepad-1.0.1-1.fc11.src.rpm:1255199392


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/django-typepad/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	8 Oct 2009 05:57:50 -0000	1.1
+++ .cvsignore	10 Oct 2009 18:30:11 -0000	1.2
@@ -0,0 +1 @@
+typepadapp-1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/django-typepad/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	8 Oct 2009 05:57:50 -0000	1.1
+++ sources	10 Oct 2009 18:30:11 -0000	1.2
@@ -0,0 +1 @@
+b60f7c4768264f56d40736c548a82c67  typepadapp-1.0.1.tar.gz




More information about the scm-commits mailing list