WPKG meta package 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.

83 lines
1.9 KiB

%define version 0.0.2
%define release 0.beta1
Name: wpkg-packages
Version: %{version}
Release: %{release}%{?dist}
Summary: Meta 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
BuildRequires: e-smith-devtools
Requires: ipasserelle-gp
Requires: wpkg-7zip
Requires: wpkg-adminpack
Requires: wpkg-adobe_reader
Requires: wpkg-cacert
Requires: wpkg-ccleaner
Requires: wpkg-cleaner
Requires: wpkg-firefox
Requires: wpkg-flash
Requires: wpkg-fusioninventory
Requires: wpkg-ghostscript
Requires: wpkg-gimp
Requires: wpkg-inkscape
Requires: wpkg-itunes
Requires: wpkg-jre
Requires: wpkg-libreoffice
Requires: wpkg-logs
Requires: wpkg-notepad++
Requires: wpkg-ntp
Requires: wpkg-pdfcreator
Requires: wpkg-productkey
Requires: wpkg-putty
Requires: wpkg-sambawin7
Requires: wpkg-scribus
Requires: wpkg-skype
Requires: wpkg-sumatrapdf
Requires: wpkg-thunderbird
Requires: wpkg-tightvnc
Requires: wpkg-vlc
Requires: wpkg-winscp
%description
Meta package to install WPKG supported softwares on iPasserelle
%prep
%setup -q -n %{name}-%{version}
%build
perl createlinks
unix2dos packages/*
%install
/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/
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/
/etc
%clean
/bin/rm -rf %{buildroot}
%changelog
* Tue Jun 5 2012 Daniel Berteaud <daniel@firewall-services.com> 0.0.2-1
- Move scripts from ipasserelle-gp in wpkg-packages
* Tue Jun 5 2012 Daniel Berteaud <daniel@firewall-services.com> 0.0.1-1
- initial release