Blob Blame History Raw

%define svnrev 10183
%define upname xmlrpcplugin

Name: trac-xmlrpc-plugin
Version: 1.2.0
Release: 0.3.r%{svnrev}%{?dist}
Summary: Allows Trac plugins to export their interface via XML-RPC

Group: Applications/Internet
License: BSD

URL: http://trac-hacks.org/wiki/XmlRpcPlugin
# The source for this package was pulled from upstream's vcs.  Use the
# following commands to generate the tarball:
Source0: %{upname}-r%{svnrev}.zip
# svn export -r %{svnrev} http://trac-hacks.org/svn/xmlrpcplugin/trunk xmlrpcplugin
#  tar -cjvf xmlrpcplugin-r%{svnrev}.tar.bz2 xmlrpcplugin

BuildArch: noarch
BuildRequires: python-devel python-setuptools
Requires: trac >= 0.11, python-setuptools

%description
This plugin allows Trac plugins to export select parts of their 
interface via XML-RPC. It also includes some exported functions 
for manipulating tickets, with plans to include interfaces to other parts 
of Trac's API.

%prep
%setup -n %{upname} -q

%build
cd trunk
%{__python} setup.py build

%install
cd trunk
%{__python} setup.py install --skip-build --root  %{buildroot}


%files
%defattr(-,root,root,-)
%{python_sitelib}/*

%changelog
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-0.3.r10183
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-0.2.r10183
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

* Fri May 13 2011 Sergio Pascual <sergiopr@fedoraproject.org> - 1.2.0-0.1.10183
- New upstream snapshot

* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-0.4.r9395
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Thu Dec 09 2010 Jesse Keating <jkeating@redhat.com> - 1.1.0-0.3.r9395
- New upstream snapshot

* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.1.0-0.2.r7971
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild

* Wed Jun 02 2010 Sergio Pascual <sergiopr at fedoraproject.org> - 1.1.0-0.1.r7971
- Source code from vcs, rebased to r7971

* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-0.2.r6141
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Sun Jul 26 2009 Sergio Pascual <sergio.pasra at gmail.com> - 1.0.6-0.1.r6141
- Source code from vcs, rebased to trunk to support json-rpc (bz #509291)

* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-0.3.r3074
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Fri Jan 16 2009 Sergio Pascual <sergio.pasra at gmail.com> - 1.0.0-0.2.r3074
- Adding version to Requires: trac

* Thu Jan 15 2009 Sergio Pascual <sergio.pasra at gmail.com> - 1.0.0-0.1.r3074
- Source code from vcs, rebased to trunk for trac 0.11 (bz #480101)

* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1-0.4.r2892
- Rebuild for Python 2.6

* Tue Dec 18 2007 Sergio Pascual <sergio.pasra at gmail.com> - 0.1-0.3.r2892
- Renamed as trac-xmlrpc-plugin

* Mon Dec 17 2007 Sergio Pascual <sergio.pasra at gmail.com> - 0.1-0.2.r2892
- Removed redundant line in install section

* Thu Dec 13 2007 Sergio Pascual <sergio.pasra at gmail.com> - 0.1-0.1.r2892
- Initial build, initial template borrowed from Jesse Keating's trac-webadmin