| Revision 2340,
897 bytes
checked in by iwaim, 16 years ago
(diff) |
|
new bzr-xmloutput
|
| Line | |
|---|
| 1 | Summary: Bazaar XML output plugin |
|---|
| 2 | Name: bzr-xmloutput |
|---|
| 3 | Version: 0.8.6 |
|---|
| 4 | Release: 1%{?_dist_release} |
|---|
| 5 | License: GPLv2 |
|---|
| 6 | Group: Development/Tools |
|---|
| 7 | URL: https://launchpad.net/bzr-xmloutput |
|---|
| 8 | Source0: %{name}-%{version}.tar.gz |
|---|
| 9 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot |
|---|
| 10 | BuildArch: noarch |
|---|
| 11 | BuildRequires: python |
|---|
| 12 | Requires: bzr |
|---|
| 13 | |
|---|
| 14 | Vendor: Project Vine |
|---|
| 15 | Distribution: Vine Linux |
|---|
| 16 | Packager: iwaim |
|---|
| 17 | |
|---|
| 18 | %description |
|---|
| 19 | This plugin adds an --xml option to log command, an xml version of some |
|---|
| 20 | builtins 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.