/[smecontribs]/rpms/smeserver-git/contribs10/smeserver-git.spec
ViewVC logotype

Diff of /rpms/smeserver-git/contribs10/smeserver-git.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.5 by brianr, Fri Mar 26 16:38:11 2021 UTC Revision 1.12 by jpp, Sat Mar 25 03:20:13 2023 UTC
# Line 1  Line 1 
1  %define name smeserver-git  %define name smeserver-git
2  %define version 1.2.0  %define version 1.2.0
3  %define release 4  %define release 11
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}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  Distribution: SME Server  Distribution: SME Server
9  License: GNU GPL version 2  License: GNU GPL version 2
10  URL: http://www.through-ip.com  URL: https://wiki.koozali.org/Git
11  Group: SMEserver/addon  Group: SMEserver/addon
12  Source: smeserver-git-%{version}.tar.gz  Source: smeserver-git-%{version}.tar.gz
13  Packager: Marco Hess <marco.hess@through-ip.com>  Packager: Marco Hess <marco.hess@through-ip.com>
14  BuildArchitectures: noarch  BuildArchitectures: noarch
15  BuildRoot: /var/tmp/%{name}-%{version}  BuildRoot: /var/tmp/%{name}-%{version}
16  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
17  Requires: e-smith-release >= 9.0  Requires: e-smith-release >= 10.0
18    Requires: e-smith-apache >= 2.6.0-19
19  Requires: git  Requires: git
20  AutoReqProv: no  AutoReqProv: no
21  Patch1: smeserver-git-1.2.0.bz10464-warn-on-missing-files.patch  Patch1: smeserver-git-1.2.0.bz10464-warn-on-missing-files.patch
22  Patch2: smeserver-git-1.2.0-Set-debugging-disabled.patch  Patch2: smeserver-git-1.2.0-Set-debugging-disabled.patch
23  Patch3: smeserver-git-1.2.0-Add-Update-event-to-createlinks.patch  Patch3: smeserver-git-1.2.0-Add-Update-event-to-createlinks.patch
24    Patch4: smeserver-git-1.2.0-locale-2021-08-22.patch
25    Patch5: smeserver-git-1.2.0-bz12048-httpd24.patch
26    Patch6: smeserver-git-1.2.0-bz11665-debug.patch
27    Patch7: smeserver-git-1.2.0-bz12163.patch
28    Patch8: smeserver-git-1.2.0-bz9629.patch
29    
30  %description  %description
31  smeserver-git enables centralised git repositories on an SME server and enables  smeserver-git enables centralised git repositories on an SME server and enables
# Line 28  managed through a server-manager panel t Line 34  managed through a server-manager panel t
34  to the repositories based on the existing SME users and groups. The package  to the repositories based on the existing SME users and groups. The package
35  installs and enables the git server on the current host like in  installs and enables the git server on the current host like in
36  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.
37    Originally brought by Marco Hess http://www.through-ip.com
38    
39  %changelog  %changelog
40    * Fri Mar 24 2023 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-11.sme
41    - fix system and domaine name not taken into account in manager [SME: 9629]
42    
43    * Fri Mar 24 2023 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-10.sme
44    - fix not allowing dot in repo name [SME: 12163]
45    
46    * Fri Mar 24 2023 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-9.sme
47    - fix debug loglevel [SME: 11665]
48    
49    * Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-8.sme
50    - update to httpd 2.4 syntax [SME: 12048]
51      fix Argument for 'Require all' must be 'granted' or 'denied'
52    
53    * Sun Aug 22 2021 Terry Fage <terry.fage@gmail.com> 1.2.0-5.sme
54    - apply locale 2021-08-22.patch
55    
56  * Fri Mar 26 2021 Brian Read <brianr@bjsystems.co.uk> 1.2.0-4.sme  * Fri Mar 26 2021 Brian Read <brianr@bjsystems.co.uk> 1.2.0-4.sme
57  - Add Update event to createlinks [SME: 11286 ]  - Add Update event to createlinks [SME: 11286 ]
58    
# Line 45  host.com/git. Repositories are then avai Line 68  host.com/git. Repositories are then avai
68  * Tue Nov 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-2.sme  * Tue Nov 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-2.sme
69  - Add Update event to createlinks smeserver-git prevents httpd.conf template expansion  [SME: 10464]  - Add Update event to createlinks smeserver-git prevents httpd.conf template expansion  [SME: 10464]
70  - now if gitweb is enabled but smeserver-gitweb is not installed a warning is issued  - now if gitweb is enabled but smeserver-gitweb is not installed a warning is issued
71  instead of an error and template consider it disabled. Same thing if gitweb_theme is enabled    instead of an error and template consider it disabled. Same thing if gitweb_theme is enabled
72  but smeserver-gitweb-theme is missing.    but smeserver-gitweb-theme is missing.
73    
74  * Tue Nov 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-0.sme  * Tue Nov 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-0.sme
75  - new sources with unix formated line returns  - new sources with unix formated line returns
# Line 142  but smeserver-gitweb-theme is missing. Line 165  but smeserver-gitweb-theme is missing.
165  %patch1 -p1  %patch1 -p1
166  %patch2 -p1  %patch2 -p1
167  %patch3 -p1  %patch3 -p1
168    %patch4 -p1
169    %patch5 -p1
170    %patch6 -p1
171    %patch7 -p1
172    %patch8 -p1
173    
174  mkdir -p root/home/e-smith/files/git/  mkdir -p root/home/e-smith/files/git/
175  %build  %build


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed