|
|
|
@ -5,17 +5,14 @@ |
|
|
|
|
Summary: Vtiger CRM for SME Server |
|
|
|
|
%define name smeserver-vtigercrm |
|
|
|
|
Name: %{name} |
|
|
|
|
%define version 0.1 |
|
|
|
|
%define release 0 |
|
|
|
|
%define version 0.2.0 |
|
|
|
|
%define release 1 |
|
|
|
|
Version: %{version} |
|
|
|
|
Release: %{release}%{?dist} |
|
|
|
|
License: GPL |
|
|
|
|
Group: Mitel/addon |
|
|
|
|
Source: %{name}-%{version}.tar.gz |
|
|
|
|
|
|
|
|
|
#Patch0: smeserver-vtigercrm-0.1-foo.patch |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
URL: http://www.vtiger.com/ |
|
|
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
|
|
|
|
BuildArchitectures: noarch |
|
|
|
@ -28,13 +25,17 @@ BuildRequires: e-smith-devtools >= 1.13.1-03 |
|
|
|
|
Integration package of Vtiger CRM for SME Server |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Tue Mar 20 2012 Daniel B. <daniel@firewall-services.com> 0.2.0-1 |
|
|
|
|
- Move to GIT |
|
|
|
|
- Fix httpd template when access is private |
|
|
|
|
- Clean spec file |
|
|
|
|
|
|
|
|
|
* Wed Sep 30 2009 Daniel B. <daniel@firewall-services.com> 0.1-0 |
|
|
|
|
- Initial rpm |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
|
|
|
|
|
%setup |
|
|
|
|
#%patch0 -p1 |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
perl createlinks |
|
|
|
@ -52,10 +53,6 @@ perl createlinks |
|
|
|
|
rm -rf $RPM_BUILD_ROOT |
|
|
|
|
|
|
|
|
|
%post |
|
|
|
|
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
|
|
|
|
sv t /service/httpd-e-smith |
|
|
|
|
|
|
|
|
|
%postun |
|
|
|
|
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
|
|
|
|
sv t /service/httpd-e-smith |
|
|
|
|
|
|
|
|
|