1 |
%define name smeserver-git |
%define name smeserver-git |
2 |
%define version 1.1.0 |
%define version 1.1.0 |
3 |
%define release 2 |
%define release 3 |
4 |
Summary: Centralised Git repositories with setup and configuration through SME Server admin panels. |
Summary: Centralised Git repositories with setup and configuration through SME Server admin panels. |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
18 |
Requires: git |
Requires: git |
19 |
AutoReqProv: no |
AutoReqProv: no |
20 |
Patch1: smeserver-git-1.1.0-fix_missing_group_modify_event_check.patch |
Patch1: smeserver-git-1.1.0-fix_missing_group_modify_event_check.patch |
21 |
|
Patch2: smeserver-git-1.1.0-rewriterules_for_dot_git.patch |
22 |
|
|
23 |
%description |
%description |
24 |
smeserver-git enables centralised git repositories on an SME server and enables |
smeserver-git enables centralised git repositories on an SME server and enables |
29 |
host.com/git. Repositories are then available as https://host.com/git/gitrepo.git. |
host.com/git. Repositories are then available as https://host.com/git/gitrepo.git. |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Fri Jun 10 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-3.sme |
33 |
|
- fix allow to see .git short url with gitweb [SME: 9202] |
34 |
|
|
35 |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.1.0-2.sme |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.1.0-2.sme |
36 |
- apply locale 2016-03-09 patch |
- apply locale 2016-03-09 patch |
37 |
|
|
94 |
%prep |
%prep |
95 |
%setup |
%setup |
96 |
%patch1 -p1 |
%patch1 -p1 |
97 |
|
%patch2 -p1 |
98 |
|
|
99 |
mkdir -p root/home/e-smith/files/git/ |
mkdir -p root/home/e-smith/files/git/ |
100 |
%build |
%build |
101 |
perl createlinks |
perl createlinks |