|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
%define package settings |
|
|
|
|
%define version 0.6 |
|
|
|
|
%define version 0.7 |
|
|
|
|
%define release 1 |
|
|
|
|
|
|
|
|
|
Name: wpkg-%{package} |
|
|
|
@ -31,7 +31,6 @@ unix2dos packages/* |
|
|
|
|
/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 softwares/* %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/ |
|
|
|
|
cp -r packages/* %{buildroot}/home/e-smith/files/shares/wpkg/files/packages/ |
|
|
|
|
|
|
|
|
|
%files |
|
|
|
@ -43,6 +42,9 @@ cp -r packages/* %{buildroot}/home/e-smith/files/shares/wpkg/files/packages/ |
|
|
|
|
/bin/rm -rf %{buildroot} |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* 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 |
|
|
|
|
|
|
|
|
|