Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
48ea75eaf3 | ||
|
|
d70afafbff |
4 changed files with 1 additions and 65 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
django-notification-0.1.2.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear.
|
||||
|
|
@ -1,63 +0,0 @@
|
|||
%{!?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: 5%{?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
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.1.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Mon Mar 02 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 0.1.2-2
|
||||
- Add Requires: Django
|
||||
|
||||
* Wed Feb 18 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 0.1.2-1
|
||||
- Initial RPM release
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
3e485b0e047b70bfb00c783deae9e44b django-notification-0.1.2.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue