SOGo addons for Thunderbird for WPKG on iPasserelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

119 lines
3.4 KiB

12 years ago
%define package sogo-addons
9 years ago
%define version 31.0.2
10 years ago
%define release 1
12 years ago
Name: wpkg-%{package}
Version: %{version}
Release: %{release}%{?dist}
Summary: %{package} for WPKG on iPasserelle
Group: System/Softwares
URL: http://www.ipasserelle.com
Source0: %{name}-%{version}.tar.gz
License: misc
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: unix2dos
BuildRequires: e-smith-devtools
Requires: ipasserelle-gp
10 years ago
Requires: wpkg-thunderbird >= 31.2.0
Requires: wpkg-thunderbird-config
12 years ago
Requires: wpkg-7zip
%description
%{package} for WPKG on iPasserelle
%prep
%setup -q -n %{name}-%{version}
%build
unix2dos packages/*
perl ./createlinks
%install
/bin/rm -rf %{buildroot}
cp -a root %{buildroot}/
mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/packages
mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/thunderbird_addons/
cp -r softwares/* %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/thunderbird_addons/
cp -r packages/* %{buildroot}/home/e-smith/files/shares/wpkg/files/packages/
%clean
/bin/rm -rf %{buildroot}
12 years ago
%files
%defattr(-,root,root)
%doc CHANGELOG.git
/home/e-smith/files/shares/wpkg/files/
%attr(554, root, root) /etc/e-smith/events/actions/sogo-update-addons
12 years ago
/etc
/usr
12 years ago
%changelog
9 years ago
* Mon Nov 23 2015 Daniel Berteaud <daniel@firewall-services.com> 31.0.2-1
- Update to 31.0.2
10 years ago
* Mon Feb 2 2015 Daniel Berteaud <daniel@firewall-services.com> 31.0.1-1
- Update to 31.0.1
10 years ago
* Wed Oct 15 2014 Daniel Berteaud <daniel@firewall-services.com> 31.0.0-1
- Update to 31.0.0
10 years ago
* Wed Sep 3 2014 Daniel Berteaud <daniel@firewall-services.com> 24.0.6-1
- Update to 24.0.6
10 years ago
* Wed Jul 23 2014 Daniel Berteaud <daniel@firewall-services.com> 24.0.5-1
- Update to 24.0.5
11 years ago
* Wed Mar 12 2014 Daniel Berteaud <daniel@firewall-services.com> 24.0.4-2
- Use full path to the db command so it also work during bootstrap-console-save
11 years ago
* Tue Feb 25 2014 Daniel Berteaud <daniel@firewall-services.com> 24.0.4-1
- update to 24.0.4
11 years ago
* Thu Nov 28 2013 Daniel Berteaud <daniel@firewall-services.com> 24.0.3-1
- update integrator to 24.0.3
* Mon Nov 25 2013 Daniel Berteaud <daniel@firewall-services.com> 24.0.2-1
- upgrade to 24.0.2
11 years ago
* Wed Nov 20 2013 Daniel Berteaud <daniel@firewall-services.com> 24.0.1-1
- update to 24.0.1
11 years ago
* Mon Oct 14 2013 Daniel Berteaud <daniel@firewall-services.com> 24.0-1
- update to 24.0
- Fix directory lookups
12 years ago
* Wed May 29 2013 Daniel Berteaud <daniel@firewall-services.com> 17.0.5-2
- Remove custom prefs which points to sogo-demo
12 years ago
* Wed May 15 2013 Daniel Berteaud <daniel@firewall-services.com> 17.0.5-1
- update to 17.0.5
12 years ago
* Tue Apr 16 2013 Daniel Berteaud <daniel@firewall-services.com> 17.0.4-1
- update to 17.0.4
11 years ago
* Mon Dec 10 2012 Daniel Berteaud <daniel@firewall-services.com> 17.0.3-1
12 years ago
- update to version 17.0.3
* Fri Sep 14 2012 Daniel Berteaud <daniel@firewall-services.com> 10.0.3-6
- Remove startupmaster as it's not working as expected
* Fri Sep 14 2012 Daniel Berteaud <daniel@firewall-services.com> 10.0.3-5
- Fix startupmaster version check
* Wed Sep 12 2012 Daniel Berteaud <daniel@firewall-services.com> 10.0.3-4
- Enhance lightning conf
* Wed Sep 12 2012 Daniel Berteaud <daniel@firewall-services.com> 10.0.3-3
- Add startupmaster extension
* Fri Sep 7 2012 Daniel Berteaud <daniel@firewall-services.com> 10.0.3-2
- Mark the event script as executable
* Thu Sep 6 2012 Daniel Berteaud <daniel@firewall-services.com> 10.0.3-1
12 years ago
- initial release with connector and integrator 10.0.3 (for TB 10 esr)