Jan Engelhardt
a0aa4b8d52
OBS-URL: https://build.opensuse.org/package/show/server:mail/mapi-header-php?expand=0&rev=6
51 lines
1.4 KiB
RPMSpec
51 lines
1.4 KiB
RPMSpec
#
|
|
# 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/
|
|
#
|
|
|
|
|
|
%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/
|
|
#Git-Clone: https://github.com/grommunio/mapi-header-php
|
|
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/
|
|
%license LICENSE.txt
|
|
|
|
%changelog
|