2023-01-13 00:17:48 +01:00
|
|
|
#
|
|
|
|
# spec file for package mapi-header-php
|
|
|
|
#
|
|
|
|
# Copyright (c) 2023 SUSE LLC
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
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/
|
2023-01-14 00:40:09 +01:00
|
|
|
%license LICENSE.txt
|
2023-01-12 14:23:33 +01:00
|
|
|
|
|
|
|
%changelog
|