diff options
-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 |