|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
%define version 0.0.2 |
|
|
|
|
%define version 0.0.3 |
|
|
|
|
%define release 0.beta1 |
|
|
|
|
|
|
|
|
|
Name: wpkg-packages |
|
|
|
@ -61,8 +61,9 @@ unix2dos packages/* |
|
|
|
|
/bin/rm -rf %{buildroot} |
|
|
|
|
cp -a root %{buildroot}/ |
|
|
|
|
mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/packages |
|
|
|
|
mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/misc |
|
|
|
|
cp -r softwares/* %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/misc/ |
|
|
|
|
mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/wpkg |
|
|
|
|
mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/settings/wpkg |
|
|
|
|
cp -r softwares/* %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/wpkg/ |
|
|
|
|
cp -r packages/* %{buildroot}/home/e-smith/files/shares/wpkg/files/packages/ |
|
|
|
|
|
|
|
|
|
%files |
|
|
|
@ -75,6 +76,9 @@ cp -r packages/* %{buildroot}/home/e-smith/files/shares/wpkg/files/packages/ |
|
|
|
|
/bin/rm -rf %{buildroot} |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Wed Jun 6 2012 Daniel Berteaud <daniel@firewall-services.com> 0.0.3-1 |
|
|
|
|
- Create needed directories |
|
|
|
|
|
|
|
|
|
* Tue Jun 5 2012 Daniel Berteaud <daniel@firewall-services.com> 0.0.2-1 |
|
|
|
|
- Move scripts from ipasserelle-gp in wpkg-packages |
|
|
|
|
|
|
|
|
|