Browse Source

new bzr-xmloutput

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2340 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
94865dbdb8
1 changed files with 46 additions and 0 deletions
  1. 46 0
      b/bzr-xmloutput/bzr-xmloutput-vl.spec

+ 46 - 0
b/bzr-xmloutput/bzr-xmloutput-vl.spec

@@ -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.
+
+