|
|
|
%define package settings
|
|
|
|
%define version 0.8
|
|
|
|
%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
|
|
|
|
|
|
|
|
%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/
|
|
|
|
cp -r packages/* %{buildroot}/home/e-smith/files/shares/wpkg/files/packages/
|
|
|
|
|
|
|
|
%clean
|
|
|
|
/bin/rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc CHANGELOG.git
|
|
|
|
/home/e-smith/files/shares/wpkg/files/
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Wed Mar 2 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.8-1
|
|
|
|
- Disable .js file execution
|
|
|
|
|
|
|
|
* Wed Feb 10 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.7-1
|
|
|
|
- Remove KB2642357 as it fails on most system
|
|
|
|
|
|
|
|
* Mon Apr 22 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.6-1
|
|
|
|
- Fix KB2642357 install commands
|
|
|
|
|
|
|
|
* Mon Apr 22 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.5-1
|
|
|
|
- Add KB2642357 msu files to fix shortcut removal
|
|
|
|
|
|
|
|
* Mon Apr 8 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.4-1
|
|
|
|
- Disable unused and broken shortcuts removal
|
|
|
|
|
|
|
|
* Fri Aug 31 2012 Daniel Berteaud <daniel@firewall-services.com> - 0.3
|
|
|
|
- Enable ping response
|
|
|
|
|
|
|
|
* Thu Aug 23 2012 Daniel Berteaud <daniel@firewall-services.com> - 0.2
|
|
|
|
- Disabled useless services
|
|
|
|
- Save Revision in registry
|
|
|
|
- Add rv local user
|
|
|
|
- disable guest local account
|
|
|
|
|
|
|
|
* Thu Aug 23 2012 Daniel Berteaud <daniel@firewall-services.com> - 0.1
|
|
|
|
- initial release
|
|
|
|
|