[trac-themeengine-plugin] Initial commit (#803317).

averi averi at fedoraproject.org
Thu Mar 15 12:57:55 UTC 2012


commit d1b6d66bf76e02f62f0cc9334031f8afb1cc3cfd
Author: Andrea Veri <averi at fedoraproject.org>
Date:   Thu Mar 15 13:58:19 2012 +0100

    Initial commit (#803317).

 .gitignore                   |    1 +
 sources                      |    1 +
 trac-themeengine-plugin.spec |   44 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..774a616 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/trac-themeengine-plugin-2.0.1.svn11382.tar.gz
diff --git a/sources b/sources
index e69de29..c8c4bd1 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+06684b905d170189afbcc4b8bb15a8f5  trac-themeengine-plugin-2.0.1.svn11382.tar.gz
diff --git a/trac-themeengine-plugin.spec b/trac-themeengine-plugin.spec
new file mode 100644
index 0000000..c3ecd58
--- /dev/null
+++ b/trac-themeengine-plugin.spec
@@ -0,0 +1,44 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
+Name:           trac-themeengine-plugin
+Version:        2.0.1
+Release:        20120314svn11382%{?dist}
+Summary:        Simple API and GUI for packaging and configuring Trac themes
+
+Group:          Applications/Internet
+License:        BSD
+URL:            http://trac-hacks.org/wiki/ThemeEnginePlugin
+# Produce via 'svn export -r11382 http://trac-hacks.org/svn/themeengineplugin/0.11 themeengineplugin'
+# tar -czvf trac-themeengine-plugin-2.0.1.svn11382.tar.gz themeengineplugin
+Source0:        %{name}-2.0.1.svn11382.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+BuildRequires:  python-devel, python-setuptools
+Requires:       trac >= 0.11
+
+%description
+A trac plugin that adds a simple API and GUI for
+packaging and configuring Trac themes.
+
+%prep
+%setup -q -n themeengineplugin
+
+%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,-)
+%doc README
+%{python_sitelib}/*
+
+%changelog
+* Wed Mar 14 2012 Andrea Veri <averi at fedoraproject.org> - 2.0.1-20120314svn11382
+- First package release.


More information about the scm-commits mailing list