[trac-batchmodify-plugin] Initial import (#773487).

averi averi at fedoraproject.org
Tue Jan 24 23:36:20 UTC 2012


commit a561a80151df9c391f1b2a3e7de316d63e678352
Author: Andrea Veri <averi at fedoraproject.org>
Date:   Wed Jan 25 00:36:19 2012 +0100

    Initial import (#773487).

 .gitignore                   |    1 +
 sources                      |    1 +
 trac-batchmodify-plugin.spec |   43 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..03fdf55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/trac-batchmodify-plugin-0.8.0.svn11133.tar.gz
diff --git a/sources b/sources
index e69de29..cd85e0d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+3535a65db2b95f6b04fca431a3f13b58  trac-batchmodify-plugin-0.8.0.svn11133.tar.gz
diff --git a/trac-batchmodify-plugin.spec b/trac-batchmodify-plugin.spec
new file mode 100644
index 0000000..4fab4a0
--- /dev/null
+++ b/trac-batchmodify-plugin.spec
@@ -0,0 +1,43 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
+Name:           trac-batchmodify-plugin
+Version:        0.8.0
+Release:        20120111svn11133%{?dist}
+Summary:        Batch modification of tickets
+
+Group:          Applications/Internet
+License:        BSD
+URL:            http://trac-hacks.org/wiki/BatchModifyPlugin
+# Produce via 'svn export -r11133 http://trac-hacks.org/svn/batchmodifyplugin/0.12/trunk batchmod'
+# mv batchmod batchmodifyplugin ; tar -czvf trac-batchmodify-plugin-0.8.0.svn11133.tar.gz batchmodifyplugin
+Source0:        trac-batchmodify-plugin-0.8.0.svn11133.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+BuildRequires:  python-devel, python-setuptools
+Requires:       trac >= 0.12
+
+%description
+A trac plugin that allows users to modify several tickets
+together in one shot.
+
+%prep
+%setup -q -n batchmodifyplugin
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%{python_sitelib}/*
+
+%changelog
+* Wed Jan 11 2012 Andrea Veri <averi at fedoraproject.org> - 0.8.0-20120111svn11133
+- First package release.


More information about the scm-commits mailing list