source: projects/specs/branches/6/b/bzr-xmloutput/bzr-xmloutput-vl.spec @ 2340

Revision 2340, 897 bytes checked in by iwaim, 13 years ago (diff)

new bzr-xmloutput

Line 
1Summary: Bazaar XML output plugin
2Name: bzr-xmloutput
3Version: 0.8.6
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* Sun Dec 12 2010 IWAI, Masaharu <iwai@alib.jp> 0.8.6-1
44- Initial build.
45
46
Note: See TracBrowser for help on using the repository browser.