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.
66 lines
1.7 KiB
66 lines
1.7 KiB
%define package lightning
|
|
%define version 2.6.4
|
|
%define release 1
|
|
|
|
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
|
|
Requires: wpkg-thunderbird >= 24.1.1
|
|
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
|
|
* Wed Dec 18 2013 Daniel Berteaud <daniel@firewall-services.com> 2.6.4-1
|
|
- update to 2.6.4
|
|
|
|
* Wed Nov 20 2013 Daniel Berteaud <daniel@firewall-services.com> 2.6.3-1
|
|
- update to 2.6.3
|
|
|
|
* Tue Oct 29 2013 Daniel Berteaud <daniel@firewall-services.com> 2.6-1
|
|
- update to 2.6
|
|
- Add downgrade commands
|
|
|
|
* Fri Mar 8 2013 Daniel Berteaud <daniel@firewall-services.com> 1.9.1-1
|
|
- update to 1.9.1
|
|
|
|
* Mon Dec 10 2012 Daniel Berteaud <daniel@firewall-services.com> 1.9-1
|
|
- update to 1.9
|
|
|
|
* 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)
|
|
|
|
|