summaryrefslogtreecommitdiffstats
path: root/cgit.spec
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2014-02-19 21:48:27 -0700
committerKevin Fenzi <kevin@scrye.com>2014-02-19 21:48:27 -0700
commitf7db80fbd1a2c212ab9cb8fbd9bf62f45aeb55b6 (patch)
tree73b701497b79101ce476907935e32442f27f0e75 /cgit.spec
parente8ca97ba75011c4b882513f32b0dcb16d4aaeb12 (diff)
downloadcgit_EL6-f7db80fbd1a2c212ab9cb8fbd9bf62f45aeb55b6.tar.gz
Update to 0.10
Diffstat (limited to 'cgit.spec')
-rw-r--r--cgit.spec17
1 files changed, 8 insertions, 9 deletions
diff --git a/cgit.spec b/cgit.spec
index c28d192..a5143ab 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -1,6 +1,6 @@
# Review bug: https://bugzilla.redhat.com/479723
-%global gitver 1.8.3
+%global gitver 1.8.5
%global cachedir %{_localstatedir}/cache/%{name}
%global filterdir %{_libexecdir}/%{name}/filters
%global scriptdir %{_localstatedir}/www/cgi-bin
@@ -17,11 +17,12 @@ make V=1 %{?_smp_mflags} \\\
CGIT_SCRIPT_NAME=cgit \\\
CGIT_DATA_PATH=%{cgitdata} \\\
docdir=%{docdir} \\\
- filterdir=%{filterdir}
+ filterdir=%{filterdir} \\\
+ prefix=%{_prefix}
Name: cgit
-Version: 0.9.2
-Release: 2%{?dist}
+Version: 0.10
+Release: 1%{?dist}
Summary: A fast web interface for git
Group: Development/Tools
@@ -31,7 +32,6 @@ Source0: http://git.zx2c4.com/cgit/snapshot/%{name}-%{version}.tar.xz
Source1: http://git-core.googlecode.com/files/git-%{gitver}.tar.gz
Source2: cgitrc
Source3: cgit.httpd
-Source4: README.SELinux
# On all but RHEL5 highlight is version 3.
%if 0%{?fedora} || 0%{?rhel} >= 6
Patch1: cgit-0.9.1-highlightv3.patch
@@ -65,10 +65,6 @@ rm -rf git
mv git-%{gitver} git
sed -i 's/^\(CFLAGS = \).*/\1%{optflags}/' git/Makefile
-# add README.SELinux
-cp -p %{SOURCE4} .
-
-
%build
%{make_cgit}
@@ -102,6 +98,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Feb 19 2014 Kevin Fenzi <kevin@scrye.com> 0.10-1
+- Update to 0.10
+
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild