Gajim 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.

57 lines
1.5 KiB

11 years ago
%define package gajim
%define version 0.15.4.3
11 years ago
%define release 3
11 years ago
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}
cp -a root %{buildroot}/
11 years ago
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/
11 years ago
%clean
/bin/rm -rf %{buildroot}
%changelog
11 years ago
* Mon Jan 27 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.15.4.3-3
- Fix reg delete on removal
11 years ago
* Fri Jan 17 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.15.4.3-2
- Automaticaly startup Gajim
- Use %COMPUTERNAME% as default resource name
11 years ago
* Fri Jan 10 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.15.4.3-1
- Initial release with Gajim 0.15.4-3