Lightning 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.

76 lines
1.9 KiB

12 years ago
%define package lightning
10 years ago
%define version 3.3.1
%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
Requires: ipasserelle-gp
10 years ago
Requires: wpkg-thunderbird >= 31.2.0
12 years ago
Requires: wpkg-7zip
%description
%{package} for WPKG on iPasserelle
%prep
%setup -q -n %{name}-%{version}
%build
unix2dos packages/*
%install
/bin/rm -rf %{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/
%clean
/bin/rm -rf %{buildroot}
%changelog
10 years ago
* Wed Oct 15 2014 Daniel Berteaud <daniel@firewall-services.com> 3.3.1-1
- Update to 3.3.1
10 years ago
* Wed Jul 23 2014 Daniel Berteaud <daniel@firewall-services.com> 2.6.6-1
- Update to 2.6.6
10 years ago
* Mon May 19 2014 Daniel Berteaud <daniel@firewall-services.com> 2.6.5-1
- update to 2.6.5
11 years ago
* Wed Dec 18 2013 Daniel Berteaud <daniel@firewall-services.com> 2.6.4-1
- update to 2.6.4
11 years ago
* Wed Nov 20 2013 Daniel Berteaud <daniel@firewall-services.com> 2.6.3-1
- update to 2.6.3
11 years ago
* Tue Oct 29 2013 Daniel Berteaud <daniel@firewall-services.com> 2.6-1
- update to 2.6
- Add downgrade commands
11 years ago
* Fri Mar 8 2013 Daniel Berteaud <daniel@firewall-services.com> 1.9.1-1
- update to 1.9.1
11 years ago
* Mon Dec 10 2012 Daniel Berteaud <daniel@firewall-services.com> 1.9-1
11 years ago
- update to 1.9
12 years ago
* Thu May 31 2012 Daniel Berteaud <daniel@firewall-services.com> 1.2.3-1
- initial release with Lightning 1.2.3 (for TB 10 esr)