|
@@ -0,0 +1,46 @@
|
|
|
|
+Summary: Bazaar XML output plugin
|
|
|
|
+Name: bzr-xmloutput
|
|
|
|
+Version: 0.8.6
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
+License: GPLv2
|
|
|
|
+Group: Development/Tools
|
|
|
|
+URL: https://launchpad.net/bzr-xmloutput
|
|
|
|
+Source0: %{name}-%{version}.tar.gz
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
|
|
+BuildArch: noarch
|
|
|
|
+BuildRequires: python
|
|
|
|
+Requires: bzr
|
|
|
|
+
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: iwaim
|
|
|
|
+
|
|
|
|
+%description
|
|
|
|
+This plugin adds an --xml option to log command, an xml version of some
|
|
|
|
+builtins command and a xmlrpc service.
|
|
|
|
+
|
|
|
|
+%prep
|
|
|
|
+%setup -q
|
|
|
|
+
|
|
|
|
+%build
|
|
|
|
+%__python setup.py build
|
|
|
|
+
|
|
|
|
+%install
|
|
|
|
+%__rm -rf %{buildroot}
|
|
|
|
+%__python setup.py install --root %{buildroot}
|
|
|
|
+
|
|
|
|
+%clean
|
|
|
|
+%__rm -rf %{buildroot}
|
|
|
|
+
|
|
|
|
+%files
|
|
|
|
+%defattr(-,root,root,-)
|
|
|
|
+%doc LICENSE README docs
|
|
|
|
+%{python_sitelib}/*.egg-info
|
|
|
|
+%{python_sitelib}/bzrlib/plugins/xmloutput
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+%changelog
|
|
|
|
+* Sun Dec 12 2010 IWAI, Masaharu <iwai@alib.jp> 0.8.6-1
|
|
|
|
+- Initial build.
|
|
|
|
+
|
|
|
|
+
|