%define package settings %define version 0.6 %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 softwares/* %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/ 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 * Mon Apr 22 2013 Daniel Berteaud - 0.6-1 - Fix KB2642357 install commands * Mon Apr 22 2013 Daniel Berteaud - 0.5-1 - Add KB2642357 msu files to fix shortcut removal * Mon Apr 8 2013 Daniel Berteaud - 0.4-1 - Disable unused and broken shortcuts removal * Fri Aug 31 2012 Daniel Berteaud - 0.3 - Enable ping response * Thu Aug 23 2012 Daniel Berteaud - 0.2 - Disabled useless services - Save Revision in registry - Add rv local user - disable guest local account * Thu Aug 23 2012 Daniel Berteaud - 0.1 - initial release