commit dabd7dfab309b7070a14b8b243e86d2d15cd7169 Author: Daniel Berteaud Date: Tue Jun 5 13:07:55 2012 +0200 premier commit diff --git a/packages/notepad++.xml b/packages/notepad++.xml new file mode 100755 index 0000000..bd7f60b --- /dev/null +++ b/packages/notepad++.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/softwares/npp.5.9.8.Installer.exe b/softwares/npp.5.9.8.Installer.exe new file mode 100755 index 0000000..f0b07b1 Binary files /dev/null and b/softwares/npp.5.9.8.Installer.exe differ diff --git a/wpkg-notepad++.spec b/wpkg-notepad++.spec new file mode 100644 index 0000000..0efa261 --- /dev/null +++ b/wpkg-notepad++.spec @@ -0,0 +1,49 @@ +%define package notepad++ +%define version 0.1 +%define realversion 5.9.8 +%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 notepad++ 5.9.8 +