2023-01-12 14:23:33 +01:00
|
|
|
%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/
|
2023-01-12 14:23:59 +01:00
|
|
|
#Git-Clone: https://github.com/grommunio/mapi-header-php
|
2023-01-12 14:23:33 +01:00
|
|
|
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
|