|
|
|
@ -1,10 +1,11 @@ |
|
|
|
|
%define name smeserver-limesurvey |
|
|
|
|
%define version 0.1.10 |
|
|
|
|
%define version 0.1.3 |
|
|
|
|
%define release 1 |
|
|
|
|
Summary: SME server integration of limesurvey |
|
|
|
|
Name: %{name} |
|
|
|
|
Version: %{version} |
|
|
|
|
Release: %{release}%{?dist} |
|
|
|
|
Epoch: 9 |
|
|
|
|
License: GNU GPL version 2 |
|
|
|
|
URL: http://www.limesurvey.org |
|
|
|
|
Group: SMEserver/addon |
|
|
|
@ -14,7 +15,7 @@ BuildArchitectures: noarch |
|
|
|
|
BuildRequires: e-smith-devtools |
|
|
|
|
BuildRoot: /var/tmp/%{name}-%{version} |
|
|
|
|
Requires: e-smith-base |
|
|
|
|
Requires: limesurvey >= 2.05.141229 |
|
|
|
|
Requires: limesurvey >= 2.05.131219 |
|
|
|
|
Requires: smeserver-webapps-common |
|
|
|
|
AutoReqProv: no |
|
|
|
|
|
|
|
|
@ -22,31 +23,9 @@ AutoReqProv: no |
|
|
|
|
Integration of LimeSurvey on SME Server |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Wed Jan 4 2017 Daniel Berteaud <daniel@firewall-services.com> 0.1.10-1.sme |
|
|
|
|
- Fix httpd template when alias is enabled |
|
|
|
|
|
|
|
|
|
* Mon Dec 12 2016 Daniel Berteaud <daniel@firewall-services.com> 0.1.9-1.sme |
|
|
|
|
- Fix syntax error introduced in previous commit |
|
|
|
|
|
|
|
|
|
* Sun Dec 11 2016 Daniel Berteaud <daniel@firewall-services.com> 0.1.8-1.sme |
|
|
|
|
- Fix LocationMatch scope when using a dedicated vhost |
|
|
|
|
|
|
|
|
|
* Tue Apr 12 2016 Daniel Berteaud <daniel@firewall-services.com> 0.1.7-1.sme |
|
|
|
|
- Always define hook_get_auth_webserver_profile function or profile |
|
|
|
|
will fallback to the default one |
|
|
|
|
|
|
|
|
|
* Wed Dec 23 2015 Daniel Berteaud <daniel@firewall-services.com> 0.1.6-1.sme |
|
|
|
|
- Make sure hooks are declared just once |
|
|
|
|
|
|
|
|
|
* Fri Jan 16 2015 Daniel Berteaud <daniel@firewall-services.com> 0.1.5-1.sme |
|
|
|
|
- Fix the new permission hook |
|
|
|
|
|
|
|
|
|
* Fri Jan 16 2015 Daniel Berteaud <daniel@firewall-services.com> 0.1.4-1.sme |
|
|
|
|
- Adapt templates to the new permission system |
|
|
|
|
|
|
|
|
|
* Wed Aug 13 2014 Daniel Berteaud <daniel@firewall-services.com> 0.1.3-1.sme |
|
|
|
|
- Merge branches for SME8 and SME9 |
|
|
|
|
- Fix http auth when not using Lemonldap::NG |
|
|
|
|
* Wed Apr 23 2014 Daniel Berteaud <daniel@firewall-services.com> 0.1.3-1.sme |
|
|
|
|
- New branch for SME9 |
|
|
|
|
- Fix basic auth on SME9 |
|
|
|
|
|
|
|
|
|
* Fri Dec 20 2013 Daniel Berteaud <daniel@firewall-services.com> 0.1.2-1.sme |
|
|
|
|
- Adapt auth for LimeSurvey 2.05 (plugin based) |
|
|
|
@ -70,11 +49,12 @@ rm -f %{name}-%{version}-filelist |
|
|
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
|
|
|
|
> %{name}-%{version}-filelist |
|
|
|
|
|
|
|
|
|
%files -f %{name}-%{version}-filelist |
|
|
|
|
%defattr(-,root,root) |
|
|
|
|
|
|
|
|
|
%clean |
|
|
|
|
rm -rf $RPM_BUILD_ROOT |
|
|
|
|
|
|
|
|
|
%files -f %{name}-%{version}-filelist |
|
|
|
|
%defattr(-,root,root) |
|
|
|
|
|
|
|
|
|
%postun |
|
|
|
|
|
|
|
|
|