smeserver-qpsmtpd-oldwa/smeserver-qpsmtpd-oldwa.spec

44 lines
1.0 KiB
RPMSpec

%define name smeserver-qpsmtpd-oldwa
%define version 0.1.0
%define release 0.beta1
Summary: Work around for OutlookDAV
Name: %{name}
Version: %{version}
Release: %{release}%{?dist}
License: GNU GPL (GNU General Public License)
Group: Mail
Source: %{name}-%{version}.tar.gz
BuildRoot: /var/tmp/%{realname}-%{version}-buildroot/
BuildArch: noarch
Requires: smeserver-release >= 8
BuildRequires: e-smith-devtools
AutoReqProv: no
%description
Work Around a problem with OutlookDAV where invitations status are not synced correctly
with SOGo, which cause bogus meeting cancellations
%changelog
* Wed May 13 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.1.0-1.sme
- initial release
%prep
%setup -q -n %{name}-%{version}
%build
%install
rm -rf $RPM_BUILD_ROOT
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
rm -f %{name}-%{version}-filelist
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
%clean
cd ..
rm -rf %{name}-%{version}
%files -f %{name}-%{version}-filelist
%defattr(-,root,root)