forked from pool/mapi-header-php
Jan Engelhardt
3a6729dcd4
OBS-URL: https://build.opensuse.org/package/show/server:mail/mapi-header-php?expand=0&rev=1
31 lines
653 B
RPMSpec
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
|