rpms/django-flash/F-11 django-flash.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:21:03 UTC 2009


Author: sdz

Update of /cvs/pkgs/rpms/django-flash/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11790/F-11

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



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

Name:           django-flash
Version:        1.6.2
Release:        2%{?dist}
Summary:        A Django extension to provide support for Rails-like flash

Group:          Development/Languages
License:        BSD
URL:            http://djangoflash.destaquenet.com/
Source0:        http://pypi.python.org/packages/source/d/%{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

%description
A simple Django extension that provides support for Rails-like flash messages.

The flash is a temporary storage mechanism that looks like a Python
dictionary, so you can store values associated with keys and later retrieve
them. It has one special property: by default, values stored into the flash
during the processing of a request will be available during the processing
of the immediately following request. Once that second request has been
processed, those values are removed automatically from the storage.


%prep
%setup -q


%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}/djangoflash/tests/testproj/manage.py


%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Tue Oct 06 2009 Sebastian Dziallas <sebastian at when.com> - 1.6.2-2
- remove unneeeded BRs

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


--- NEW FILE import.log ---
django-flash-1_6_2-2_fc11:F-11:django-flash-1.6.2-2.fc11.src.rpm:1255198843


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/django-flash/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	8 Oct 2009 05:54:31 -0000	1.1
+++ .cvsignore	10 Oct 2009 18:21:02 -0000	1.2
@@ -0,0 +1 @@
+django-flash-1.6.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/django-flash/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	8 Oct 2009 05:54:31 -0000	1.1
+++ sources	10 Oct 2009 18:21:02 -0000	1.2
@@ -0,0 +1 @@
+55888998683177c6b95e94b4a200a0f2  django-flash-1.6.2.tar.gz




More information about the fedora-extras-commits mailing list