[trac-navadd-plugin] Initial import (#769922).

averi averi at fedoraproject.org
Sun Dec 25 20:15:03 UTC 2011


commit 310262230ab4909eddfbae02dbec3c862e57abc6
Author: Andrea Veri <averi at fedoraproject.org>
Date:   Sun Dec 25 21:14:50 2011 +0100

    Initial import (#769922).

 .gitignore              |    1 +
 sources                 |    1 +
 trac-navadd-plugin.spec |   43 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8f06b02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/trac-navadd-plugin-0.9.svn11020.tar.gz
diff --git a/sources b/sources
index e69de29..aad03c3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e8c3a70357cbe38d3120a4889cb0dee0  trac-navadd-plugin-0.9.svn11020.tar.gz
diff --git a/trac-navadd-plugin.spec b/trac-navadd-plugin.spec
new file mode 100644
index 0000000..daf724e
--- /dev/null
+++ b/trac-navadd-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-navadd-plugin
+Version:        0.9.0.1
+Release:        20111223svn11020%{?dist}
+Summary:        Allows the addition of custom items
+
+Group:          Applications/Internet
+License:        BSD
+URL:            http://trac-hacks.org/wiki/NavAddPlugin
+# Produce via 'svn export -r11020 http://trac-hacks.org/svn/navaddplugin/0.9 navaddplugin'
+# tar -czvf trac-navadd-plugin-0.9.svn11020.tar.gz navaddplugin
+Source0:        trac-navadd-plugin-0.9.svn11020.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+BuildRequires:  python-devel, python-setuptools
+Requires:       trac >= 0.10
+
+%description
+A trac plugin that should allow you to add custom items ("buttons") 
+to both the main and the meta navigation bar.
+
+%prep
+%setup -q -n navaddplugin
+
+%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
+* Thu Dec 22 2011 Andrea Veri <averi at fedoraproject.org> - 0.9.0.1-20111223svn11020
+- First package release.


More information about the scm-commits mailing list