diff options
author | Todd Zullinger <tmz@pobox.com> | 2011-03-06 11:33:19 -0500 |
---|---|---|
committer | Todd Zullinger <tmz@pobox.com> | 2011-03-06 11:38:32 -0500 |
commit | a602a24e37083910a1e017020c9613241ad32fbd (patch) | |
tree | cace39a7f1e8fcd236136426eb78d96d4d096343 | |
parent | 7e88cbe3bc7d9da80f1f97646877985e0497015e (diff) | |
download | cgit_EL6-a602a24e37083910a1e017020c9613241ad32fbd.tar.gz |
Include example filter scripts
-rw-r--r-- | cgit.spec | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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@lists.fedoraproject.org> - 0.8.2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild |