rpms/django-notification/EL-5 django-notification.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ignacio Vazquez-Abrams ivazquez at fedoraproject.org
Wed Mar 4 14:20:26 UTC 2009


Author: ivazquez

Update of /cvs/pkgs/rpms/django-notification/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24465/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	django-notification.spec import.log 
Log Message:
Initial import


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

Name:           django-notification
Version:        0.1.2
Release:        2%{?dist}
Summary:        User notification management for the Django web framework

Group:          Development/Languages
License:        MIT
URL:            http://code.google.com/p/django-notification/
Source0:        http://pypi.python.org/packages/source/d/django-notification/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel python-setuptools
Requires:       Django

%description
Many sites need to notify users when certain events have occurred and to
allow configurable options as to how those notifications are to be received.

The project aims to provide a Django app for this sort of functionality.
This includes:

    * submission of notification messages by other apps
    * notification messages on signing in
    * notification messages via email (configurable by user)
    * notification messages via feed

%prep
%setup -q
find -name '._*' -exec rm {} \;

%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,-)
%doc AUTHORS LICENSE README docs/*
%{python_sitelib}/*

%changelog
* Mon Mar 02 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> 0.1.2-2
- Add Requires: Django

* Wed Feb 18 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> 0.1.2-1
- Initial RPM release


--- NEW FILE import.log ---
django-notification-0_1_2-2_fc11:EL-5:django-notification-0.1.2-2.fc11.src.rpm:1236176362


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/django-notification/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Mar 2009 20:43:50 -0000	1.1
+++ .cvsignore	4 Mar 2009 14:19:55 -0000	1.2
@@ -0,0 +1 @@
+django-notification-0.1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/django-notification/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Mar 2009 20:43:50 -0000	1.1
+++ sources	4 Mar 2009 14:19:55 -0000	1.2
@@ -0,0 +1 @@
+3e485b0e047b70bfb00c783deae9e44b  django-notification-0.1.2.tar.gz




More information about the fedora-extras-commits mailing list