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.
72 lines
1.9 KiB
72 lines
1.9 KiB
%define package sogo-addons
|
|
%define version 10.0.3
|
|
%define release 6
|
|
|
|
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
|
|
Requires: wpkg-thunderbird
|
|
Requires: wpkg-thunderbird-config
|
|
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/
|
|
|
|
%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
|
|
/etc
|
|
/usr
|
|
|
|
%clean
|
|
/bin/rm -rf %{buildroot}
|
|
|
|
%changelog
|
|
* 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
|
|
- initial release with connector and integrator 10.0.3 (for TB 10 esr)
|
|
|
|
|