automatic version update by autodist [release 0.10.2-1mamba;Thu Oct 09 2014]

This commit is contained in:
Automatic Build System 2024-01-05 21:11:49 +01:00
parent ff94a64f89
commit 407ca70134

View File

@ -1,7 +1,7 @@
%define cgidir %(apxs -q cgidir 2>/dev/null)
%define serverdir %(apxs -q htdocsdir 2>/dev/null)
%define gitver 1.8.3
%define gitver 2.0.1
# To create a customized installation of cgit:
# autospec -u cgit -a5 \
# -d "installdir=%serverdir/../www.example.com, \
@ -25,7 +25,7 @@
%endif
Name: %{?sitename:%sitename-website-}cgit
Version: 0.10.1
Version: 0.10.2
Release: 1mamba
Summary: A web frontend for git repositories
Group: Applications/Web
@ -36,7 +36,7 @@ URL: http://git.zx2c4.com/cgit/
Source: http://git.zx2c4.com/cgit/snapshot/cgit-%{version}.tar.xz
Source1: cgitrc
# cgit statically depends on a specific git version
Source2: https://git-core.googlecode.com/files/git-%{gitver}.tar.gz
Source2: http://kernel.org/pub/software/scm/git/git-%{gitver}.tar.xz
Patch0: cgit-0.8.3.4-external-git.patch
Patch1: cgit-0.8.3.1-cflags.patch
License: GPL
@ -143,12 +143,16 @@ EOF
%files common
%defattr(-,root,root)
%dir %{_libdir}/cgit/filters
%{_libdir}/cgit/filters/*
%dir %{_prefix}/lib/cgit
%dir %{_prefix}/lib/cgit/filters
%{_prefix}/lib/cgit/filters/*
%doc COPYING
#README cgitrc.5.txt
%changelog
* Thu Oct 09 2014 Automatic Build System <autodist@mambasoft.it> 0.10.2-1mamba
- automatic version update by autodist
* Fri Feb 28 2014 Automatic Build System <autodist@mambasoft.it> 0.10.1-1mamba
- automatic version update by autodist