Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > e947854fe3ab999b96c59960df4b7535 > files > 3

svnmailer-1.0.8-7mdv2010.0.src.rpm

%define rel 7

Name:           svnmailer
Version:        1.0.8
Release:        %mkrel %rel
Summary:        Tool to send subversion commit notifications 
Group:          Development/Other
License:        Apache License 2.0
URL:            http://opensource.perlig.de/svnmailer/
Source0:        http://storage.perlig.de/svnmailer/%{name}-%{version}.tar.bz2
Patch:          svnmailer-1.0.8-python2.5.diff
BuildRequires:  python-devel
Requires:       python-svn  
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
The svnmailer is a tool that is usually called by a subversion hook to submit 
commit notifications in various ways (at the moment: mail via SMTP or a pipe 
to a sendmail like program, news via NNTP, or CIA live tracker notification 
via XML-RPC). It is derived from the original mailer.py distributed with 
subversion, but should be much more consistent, more extensible, and have 
many more features.

%prep
%setup -q
%patch -p0

%install
rm -rf %{buildroot}
python setup.py install --prefix=%{buildroot}/%_prefix

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES CREDITS docs LICENSE README
%_bindir/svn-mailer
%py_puresitedir/%name/
%py_puresitedir/*egg-info




%changelog
* Sun Sep 20 2009 Thierry Vignaud <tvignaud@mandriva.com> 1.0.8-7mdv2010.0
+ Revision: 445280
- rebuild

* Fri Jan 02 2009 Funda Wang <fundawang@mandriva.org> 1.0.8-6mdv2009.1
+ Revision: 323369
- rebuild

* Thu Mar 13 2008 Andreas Hasenack <andreas@mandriva.com> 1.0.8-5mdv2008.1
+ Revision: 187646
- rebuild for 2008.1

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Tue May 01 2007 Michael Scherer <misc@mandriva.org> 1.0.8-4mdv2008.0
+ Revision: 19769
- patch to fix #30472


* Wed Dec 06 2006 Michael Scherer <misc@mandriva.org> 1.0.8-3mdv2007.0
+ Revision: 91850
- rebuild for new python
- Import svnmailer