[packages/trac-plugin-git] enhance description, now that trac-hacks.org site is back up
glen
glen at pld-linux.org
Sat Sep 8 09:34:01 CEST 2012
commit d6e677fa587e015f47ee604864d9b343e517effc
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Sep 8 10:33:42 2012 +0300
enhance description, now that trac-hacks.org site is back up
trac-plugin-git.spec | 15 +++++++++++++++
1 file changed, 15 insertions(+)
---
diff --git a/trac-plugin-git.spec b/trac-plugin-git.spec
index 8e3ce46..d867085 100644
--- a/trac-plugin-git.spec
+++ b/trac-plugin-git.spec
@@ -18,12 +18,27 @@ BuildRequires: python-modules
BuildRequires: rpm-pythonprov
BuildRequires: unzip
Requires: trac >= %{trac_ver}
+# included in trac 0.13+ (trac 1.0)
+Conflicts: trac >= 0.13
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
This Trac plugin provides support for the GIT SCM.
+Features:
+- Browsing source code in a Git repository via the TracBrowser
+- Viewing the change history of a file or directory using
+ TracRevisionLog
+- Performing diffs between any two files or two directories
+- Displaying submitted changes in the TracTimeline
+- (Optionally) caching TracChangeset information in Trac's database
+- Caching Git commit relation graph in memory
+- Using the TracSearch page to search change descriptions
+- Annotation support, also known as "blame" operation
+- Interpretation of 40-character wide hex-strings as sha1 commit
+ checksums
+
%prep
%setup -qn TracGit-%{version}dev
%if "%{py_ver}" < "2.5"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/trac-plugin-git.git/commitdiff/d6e677fa587e015f47ee604864d9b343e517effc
More information about the pld-cvs-commit
mailing list