source: projects/specs/trunk/b/bzr-xmloutput/bzr-xmloutput-vl.spec @ 7323

Revision 7323, 977 bytes checked in by iwaim, 11 years ago (diff)

bzr-xmloutput 0.8.8-1

Line 
1Summary: Bazaar XML output plugin
2Name: bzr-xmloutput
3Version: 0.8.8
4Release: 1%{?_dist_release}
5License: GPLv2
6Group: Development/Tools
7URL: https://launchpad.net/bzr-xmloutput
8Source0: %{name}-%{version}.tar.gz
9BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
10BuildArch: noarch
11BuildRequires: python
12Requires: bzr
13
14Vendor: Project Vine
15Distribution: Vine Linux
16Packager: iwaim
17
18%description
19This plugin adds an --xml option to log command, an xml version of some
20builtins command and a xmlrpc service.
21
22%prep
23%setup -q
24
25%build
26%__python setup.py build
27
28%install
29%__rm -rf %{buildroot}
30%__python setup.py install --root %{buildroot}
31
32%clean
33%__rm -rf %{buildroot}
34
35%files
36%defattr(-,root,root,-)
37%doc LICENSE README docs
38%{python_sitelib}/*.egg-info
39%{python_sitelib}/bzrlib/plugins/xmloutput
40
41
42%changelog
43* Thu Jan  3 2013 IWAI, Masaharu <iwai@alib.jp> 0.8.8-1
44- new upstream release
45
46* Sun Dec 12 2010 IWAI, Masaharu <iwai@alib.jp> 0.8.6-1
47- Initial build.
48
49
Note: See TracBrowser for help on using the repository browser.