1
0
mapi-header-php/mapi-header-php.spec

31 lines
653 B
RPMSpec

%define _empty_manifest_terminate_build 0
Name: mapi-header-php
Version: 1.0.13.f8f3255
Release: 0
Summary: Common PHP MAPI header files for grommunio
License: AGPL-3.0-or-later
Group: Productivity/Networking/Email/Servers
URL: https://grommunio.com/
Source: %name-%version.tar.xz
BuildArch: noarch
%description
PHP files shared between grommunio-web, grommunio-sync and other PHP
applications from the groupware suite.
%prep
%autosetup
%build
%install
b=%buildroot
mkdir -p "$b/%_datadir/php-mapi"
cp -av *.php "$b/%_datadir/php-mapi/"
%files
%_datadir/php-mapi/
%changelog