[cgit/el5/master: 5/7] Include example filter scripts

Todd Zullinger tmz at fedoraproject.org
Sun Mar 6 17:35:20 UTC 2011


commit a602a24e37083910a1e017020c9613241ad32fbd
Author: Todd Zullinger <tmz at pobox.com>
Date:   Sun Mar 6 11:33:19 2011 -0500

    Include example filter scripts

 cgit.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/cgit.spec b/cgit.spec
index 32f1d6f..f556bdb 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -2,6 +2,7 @@
 
 %global gitver      1.7.4
 %global cachedir    %{_localstatedir}/cache/%{name}
+%global filterdir   %{_libexecdir}/%{name}/filters
 %global scriptdir   %{_localstatedir}/www/cgi-bin
 %global cgitdata    %{_datadir}/%{name}
 
@@ -14,7 +15,8 @@ make V=1 %{?_smp_mflags} \\\
      CGIT_SCRIPT_PATH=%{scriptdir} \\\
      CGIT_SCRIPT_NAME=cgit \\\
      CGIT_DATA_PATH=%{cgitdata} \\\
-     docdir=%{docdir}
+     docdir=%{docdir} \\\
+     filterdir=%{filterdir}
 
 Name:           cgit
 Version:        0.9
@@ -86,6 +88,7 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/cgit.conf
 %dir %attr(-,apache,root) %{cachedir}
 %{cgitdata}
+%{filterdir}
 %{scriptdir}/*
 %{_mandir}/man*/*
 
@@ -97,6 +100,7 @@ rm -rf %{buildroot}
   http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1027
 - Generate and install man page and html docs
 - Use libcurl-devel on RHEL >= 6
+- Include example filter scripts
 
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.2.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


More information about the scm-commits mailing list