commit 8c477a817e23f88fe495bcab8401d019fd395b5b Author: Daniel Berteaud Date: Tue Jun 5 09:14:59 2012 +0200 premier commit diff --git a/packages/ghostscript.xml b/packages/ghostscript.xml new file mode 100755 index 0000000..ce95b69 --- /dev/null +++ b/packages/ghostscript.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/softwares/gs904w32.exe b/softwares/gs904w32.exe new file mode 100755 index 0000000..9730b2c Binary files /dev/null and b/softwares/gs904w32.exe differ diff --git a/softwares/gs904w64.exe b/softwares/gs904w64.exe new file mode 100755 index 0000000..89a91ef Binary files /dev/null and b/softwares/gs904w64.exe differ diff --git a/wpkg-ghostscript.spec b/wpkg-ghostscript.spec new file mode 100644 index 0000000..532998b --- /dev/null +++ b/wpkg-ghostscript.spec @@ -0,0 +1,49 @@ +%define package ghostscript +%define version 0.1 +%define realversion 9.04 +%define release 0.beta1 + +Name: wpkg-%{package} +Version: %{version}+%{realversion} +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/%{package} +cp -r softwares/* %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/%{package}/ +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 +* Tue Jun 5 2012 Daniel Berteaud +- initial release with GhostScript 9.04 +