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

138 lines
3.8 KiB

13 years ago
%define package winscp
7 years ago
%define version 5.11
%define release 1
13 years ago
Name: wpkg-%{package}
Version: %{version}
13 years ago
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
%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/%{package}
cp -r softwares/* %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/%{package}/
cp -r packages/* %{buildroot}/home/e-smith/files/shares/wpkg/files/packages/
%clean
/bin/rm -rf %{buildroot}
13 years ago
%files
%defattr(-,root,root)
%doc CHANGELOG.git
/home/e-smith/files/shares/wpkg/files/
%changelog
7 years ago
* Thu Sep 7 2017 Daniel Berteaud <daniel@firewall-services.com> 5.11-1
- Update to 5.11
8 years ago
* Thu Jun 22 2017 Daniel Berteaud <daniel@firewall-services.com> 5.9.6-1
- Update to 5.9.6
8 years ago
* Thu Apr 20 2017 Daniel Berteaud <daniel@firewall-services.com> 5.9.5-1
- Update to 5.9.5
8 years ago
* Mon Feb 20 2017 Daniel Berteaud <daniel@firewall-services.com> 5.9.4-1
- Update to 5.9.4
8 years ago
* Thu Dec 1 2016 Daniel Berteaud <daniel@firewall-services.com> 5.9.3-1
- Update to 5.9.3
8 years ago
* Wed Sep 14 2016 Daniel Berteaud <daniel@firewall-services.com> 5.9.2-1
- Update to 5.9.2
8 years ago
* Tue Aug 23 2016 Daniel Berteaud <daniel@firewall-services.com> 5.9.1-1
- Update to 5.9.1
9 years ago
* Wed Aug 3 2016 Daniel Berteaud <daniel@firewall-services.com> 5.9-1
- Update to 5.9
9 years ago
* Mon Mar 7 2016 Daniel Berteaud <daniel@firewall-services.com> 5.7.7-1
- Update to 5.7.7
9 years ago
* Mon Nov 9 2015 Daniel Berteaud <daniel@firewall-services.com> 5.7.6-1
- Update to 5.7.6
10 years ago
* Wed Aug 5 2015 Daniel Berteaud <daniel@firewall-services.com> 5.7.5-1
- Update to 5.7.5
10 years ago
* Wed Jul 1 2015 Daniel Berteaud <daniel@firewall-services.com> 5.7.4-1
- Update to 5.7.4
10 years ago
* Wed May 13 2015 Daniel Berteaud <daniel@firewall-services.com> 5.7.3-1
- Update to 5.7.3
10 years ago
* Tue Apr 14 2015 Daniel Berteaud <daniel@firewall-services.com> 5.7.2-1
- Update to 5.7.2
10 years ago
* Mon Mar 30 2015 Daniel Berteaud <daniel@firewall-services.com> 5.7.1-1
- Update to 5.7.1
10 years ago
* Mon Feb 23 2015 Daniel Berteaud <daniel@firewall-services.com> 5.7.0-1
- Update to 5.7.0
10 years ago
* Wed Dec 10 2014 Daniel Berteaud <daniel@firewall-services.com> 5.5.6-1
- Update to 5.5.6
10 years ago
* Wed Sep 3 2014 Daniel Berteaud <daniel@firewall-services.com> 5.5.5-1
- Update to 5.5.5
11 years ago
* Fri May 2 2014 Daniel Berteaud <daniel@firewall-services.com> 5.5.3-1
- update to 5.5.3
11 years ago
* Mon Mar 31 2014 Daniel Berteaud <daniel@firewall-services.com> 5.5.2-1
- update to 5.5.2
11 years ago
* Thu Feb 6 2014 Daniel Berteaud <daniel@firewall-services.com> 5.5.1-1
- update to 5.5.1
11 years ago
* Wed Dec 11 2013 Daniel Berteaud <daniel@firewall-services.com> 5.1.8-1
- update to 5.1.8
12 years ago
* Tue Aug 20 2013 Daniel Berteaud <daniel@firewall-services.com> 5.1.7-1
- update to 5.1.7
12 years ago
* Wed Jun 12 2013 Daniel Berteaud <daniel@firewall-services.com> 5.1.5-1
- update to 5.1.5
12 years ago
* Mon Mar 11 2013 Daniel Berteaud <daniel@firewall-services.com> 5.1.4-1
- update to 5.1.4
12 years ago
* Fri Dec 14 2012 Daniel Berteaud <daniel@firewall-services.com> 5.1.2-1
- update to 5.1.2
12 years ago
* Tue Nov 13 2012 Daniel Berteaud <daniel@firewall-services.com> 5.1.1-1
- update to 5.1.1
* Mon Aug 20 2012 Daniel Berteaud <daniel@firewall-services.com> 4.3.9-1
- update to 4.3.9
* Tue Jul 24 2012 Daniel Berteaud <daniel@firewall-services.com> 4.3.8-1
- update to version 4.3.8
* Thu Jun 7 2012 Daniel Berteaud <daniel@firewall-services.com> 4.3.7-1
- change version scheme
13 years ago
* Tue Jun 5 2012 Daniel Berteaud <daniel@firewall-services.com>
13 years ago
- initial release with WinSCP 4.3.7
13 years ago