[trac-watchlist-plugin] Initial import/new upstream snapshot

Jon Stanley jstanley at fedoraproject.org
Sun Dec 25 20:16:23 UTC 2011


commit ecacff8b72a5099d4330621688ef4ee350ff1225
Author: Jon Stanley <jonstanley at gmail.com>
Date:   Sun Dec 25 15:15:51 2011 -0500

    Initial import/new upstream snapshot

 .gitignore                 |    1 +
 sources                    |    1 +
 trac-watchlist-plugin.spec |   65 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 67 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ff72c8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/trac-watchlist-plugin-0.5.svn11062.tar.gz
diff --git a/sources b/sources
index e69de29..1fc3570 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8de5e0c2e2d67cc6fe3cf4a37d78892d  trac-watchlist-plugin-0.5.svn11062.tar.gz
diff --git a/trac-watchlist-plugin.spec b/trac-watchlist-plugin.spec
new file mode 100644
index 0000000..d8d3a57
--- /dev/null
+++ b/trac-watchlist-plugin.spec
@@ -0,0 +1,65 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%define         svn_rev 11062
+
+Name:           trac-watchlist-plugin
+Version:        0.5
+Release:        0.1.svn%{svn_rev}%{?dist}
+Summary:        Watchlist plugin for Trac for watching tickets or wiki pages
+
+Group:          Applications/Internet
+# BSD license from setup.py
+License:        BSD
+URL:            http://trac-hacks.org/wiki/WatchlistPlugin
+# Generate via 'svn export -r%{svn_rev} http://trac-hacks.org/svn/watchlistplugin/0.11 trac-watchlist-plugin-0.5 && tar -czvf trac-watchlist-plugin-0.5.%{svn_rev}.tar.gz trac-watchlist-plugin-0.5
+Source0:        trac-watchlist-plugin-0.5.svn%{svn_rev}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+BuildRequires:  python-devel, python-setuptools
+
+Requires:       trac >= 0.11
+
+%description
+This plug-in adds a watchlist for wikis and tickets. Every logged-in user can
+watch any wikis and ticket and later unwatch it. The watchlist is provided
+under [/projectname]/watchlist which is added to the main navigation bar as
+soon the user watches something.
+
+This plug-in is still under development. The basic functions are implemented
+but the watchlist layout might change in the future. ATM there seems to be
+some issues when PostgresSQL is used as DB backend. Therefore the DB table
+layout might change in the future. Feel free to test it out and provide
+feedback.
+
+%prep
+%setup -q
+
+
+%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
+# For noarch packages: sitelib
+%{python_sitelib}/*
+
+
+%changelog
+* Sun Dec 25 2011 Jon Stanley <jonstanley at gmail.com> - 0.5-0.1.svn11062
+- New upstream release, initial import
+
+* Fri Apr 3 2009 Jon Stanley <jonstanley at gmail.com> - 0.1-0.2.svn5357
+- Update release to follow pre-release guidelines per review
+
+* Wed Mar 25 2008 Jon Stanley <jonstanley at gmail.com> - 0.1-1.svn5357
+- Initial package


More information about the scm-commits mailing list