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

Contents of /rpms/smeserver-git/contribs8/smeserver-git.spec

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


Revision 1.5 - (show annotations) (download)
Fri Jun 10 07:08:15 2016 UTC (7 years, 11 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-git-1_0_0-43_el5_sme
Changes since 1.4: +7 -1 lines
* Fri Jun 10 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.0-43.sme
- fix group-modify invalid event [SME: 9251]
- patch by Marco Hess

1 %define name smeserver-git
2 %define version 1.0.0
3 %define release 43
4 Summary: Centralised Git repositories with setup and configuration through SME Server admin panels.
5 Name: %{name}
6 Version: %{version}
7 Release: %{release}%{?dist}
8 Distribution: SME Server
9 License: GNU GPL version 2
10 URL: http://www.through-ip.com
11 Group: SMEserver/addon
12 Source: smeserver-git-%{version}.tar.gz
13 Patch0: smeserver-git-1.0.0-locale-2016-03-09.patch
14 Patch1: smeserver-git-1.0.0-fix_missing_group_modify_event_check.patch
15 Packager: Marco Hess <marco.hess@through-ip.com>
16 BuildArchitectures: noarch
17 BuildRoot: /var/tmp/%{name}-%{version}
18 BuildRequires: e-smith-devtools
19 Requires: e-smith-release >= 8.0
20 Requires: git
21 AutoReqProv: no
22
23 %description
24 smeserver-git enables centralised git repositories on an SME server and enables
25 access to these repositories through HTTP/HTTPS. Repositories are created and
26 managed through a server-manager panel that also configures the access permissions
27 to the repositories based on the existing SME users and groups. The package
28 installs and enables the git server on the current host like in
29 host.com/git. Repositories are then available as https://host.com/git/gitrepo.git.
30
31 %changelog
32 * Fri Jun 10 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.0-43.sme
33 - fix group-modify invalid event [SME: 9251]
34 - patch by Marco Hess
35
36 * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.0.0-42.sme
37 - apply locale 2016-03-09 patch
38
39 * Tue Feb 2 2015 Marco Hess <marco.hess@through-ip.com> 1.0.0-40
40 - Fixups of 1.1 incompatibilities with older apache.
41 - Allow adjustment of gitweb static path for git 1.7 vs. git 1.8
42
43 * Tue Feb 2 2015 Marco Hess <marco.hess@through-ip.com> 1.0.0-40
44 - Fixup of GitWeb CSS/JS files under 'static' in this version.
45
46 * Tue Feb 2 2015 Marco Hess <marco.hess@through-ip.com> 1.0.0-38
47 - Backport changes from 1.1.
48
49 * Fri May 30 2014 Marco Hess <marco.hess@through-ip.com> 1.0.0-37
50 - Fixed the HTTPS redirection loop. HTTPS redirection is now only done on the HTTP part of of
51 the web server configuration and the full Git configuration part is only done in the HTTPS
52 section.
53
54 * Tue May 27 2014 Marco Hess <marco.hess@through-ip.com> 1.0.0-36
55 - Changed how git update-server-info is run as the location of the executable changed in git 1.8.
56
57 * Fri Jan 24 2014 Marco Hess <marco.hess@through-ip.com> 1.0.0-35
58 - Systax error in 29GitRepositories that I though I fixed.
59
60 * Fri Jan 24 2014 Marco Hess <marco.hess@through-ip.com> 1.0.0-34
61 - git version 1.8 has shifted the location of some executables. Modified the scripts
62 to test on these locations so we generate the right paths.
63
64 * Sun May 21 2013 Marco Hess <marco.hess@through-ip.com> 1.0.0-33
65 - Set permissions on git repository databaase for GitWeb access also on upgrade install.
66
67 * Sun May 21 2013 Marco Hess <marco.hess@through-ip.com> 1.0.0-32
68 - Fixed a problem in the repository delete script where File::Path is needed
69 to reference rmtree.
70 - Also cleanup the entry from the database so that repositories of the same
71 name can be created again.
72
73 * Sun May 21 2013 Marco Hess <marco.hess@through-ip.com> 1.0.0-31
74 - Changed the repository-delete script to ensure the SME Git database
75 permissions are Ok for use by GitWeb after a delete.
76 - Ensure that on 64-bit systems we use /usr/lib64/httpd/modules/pwauth
77
78 * Sat Jul 21 2012 Marco Hess <marco.hess@through-ip.com> 1.0.0-3
79 - Ensure git database is present in /home/e-smith/db
80 - Create default config database entries for 'git'
81 - Moved retrieving maxNameLength for panel validations from config 'git'
82 - In the user and group list boxes, added support to the special group admin
83 and shared to allow either the admin or everybody to be included in the access lists.
84 - Updated the HTTP config db error messages to be more clear as to which property needs
85 to be configured.
86
87 * Sun Jun 17 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-2
88 - Rip out gitweb and create tgz file
89
90 * Sun Apr 29 2012 Marco Hess <marco.hess@through-ip.com> 1.0.0-1
91 - initial release
92
93 %prep
94 %setup
95 mkdir -p root/home/e-smith/files/git/
96 %patch0 -p1
97 %patch1 -p1
98
99 %build
100 perl createlinks
101
102 %install
103 rm -rf $RPM_BUILD_ROOT
104 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
105 rm -f %{name}-%{version}-filelist
106 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
107
108 %clean
109 rm -rf $RPM_BUILD_ROOT
110
111 %post
112 echo "---------------------------------------------------------"
113 if [ $1 -eq 1 ] ; then
114 echo "Initial installation:"
115 echo " - Ensuring git repositories configuration database exist ..."
116 touch /home/e-smith/db/git
117 echo " - Ensuring git repositories root directory exist with the right permissions ..."
118 mkdir -p /home/e-smith/files/git
119 chmod 770 /home/e-smith/files/git
120 chmod g+s /home/e-smith/files/git
121 echo " - Rebuilding server-manager ..."
122 /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
123 /etc/e-smith/events/actions/navigation-conf
124 fi
125 echo " - Ensuring git repositories configuration database has the right permissions ..."
126 chmod 664 /home/e-smith/db/git
127 chown admin:www /home/e-smith/files/git
128 /etc/rc7.d/S86httpd-e-smith sighup
129 echo "---------------------------------------------------------"
130
131 %postun
132 if [ $1 -eq 0 ] ; then
133 echo "---------------------------------------------------------"
134 echo " - Rebuilding server-manager ..."
135 /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
136 /etc/e-smith/events/actions/navigation-conf
137 echo " - Final Uninstall:"
138 echo " smeserver-git has been removed but the git repositories and the git config database are left in place ..."
139 echo " To manually remove the git repositories, use: 'rm -rf /home/e-smith/files/git'"
140 echo " To manually remove the git config database, use: 'rm -rf /home/e-smith/db/git'"
141 echo "---------------------------------------------------------"
142 fi
143
144 %files -f %{name}-%{version}-filelist
145 %defattr(-,root,root)

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