Search
j0ke.net Open Build Service
>
Projects
>
devel
:
subversion
>
svnmailer
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Added
svnmailer.spec
@@ -0,0 +1,56 @@ +# norootforbuild + +Name: svnmailer +Version: 1.0.8 +Release: 0 +# +Group: Development/Tools +License: Apache License Version 2.0 +# +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: subversion-python python-devel +Requires: subversion-python +%py_requires +# +URL: http://opensource.perlig.de/svnmailer/ +Source: http://storage.perlig.de/%{name}/%{name}-%{version}.tar.bz2 +# +Summary: Feature rich subversion commit notifier +%description +Svnmailer is a tool to post subversion repository commit information by mail, +news or XML (to a CIA tracker). + +The svnmailer package is derived from the script mailer.py distributed with +subversion. It arose from the idea to add some features to the original mailer +script. But I've found the script not as extensible as it could be, so the +svnmailer package was redeveloped from scratch with clearer design and +extensibility in mind. Now there are additional features like property diffs, +MIME encoding, configurable handling of huge mails and news postings, subject +templates, consistent unicode handling and even a better extensible command +line. You'll find a complete description of the svnmailer and its possibilities +in the documentation + + Author: +--------- + André Malo <nd@perlig.de> + +%debug_package +%prep +%setup + +%build +python setup.py build + +%install +python setup.py install \ + --record-rpm %{name}.files \ + --prefix %{_prefix} \ + --root %{buildroot} + +%clean +%{__rm} -rf %{buildroot}; + +%files -f %{name}.files +%defattr(-, root, root) +%doc CHANGES CREDITS LICENSE NOTICE PKG-INFO README +%doc docs