forked from pool/mapi-header-php
Accepting request 1067987 from server:mail
- Update to tag 1.1 (70e984f) OBS-URL: https://build.opensuse.org/request/show/1067987 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mapi-header-php?expand=0&rev=3
This commit is contained in:
commit
fb39d524a4
@ -1,4 +1,4 @@
|
||||
mapi-header-php (1.0.13.f8f3255) unstable; urgency=low
|
||||
mapi-header-php (1.1.0.70e984f) unstable; urgency=low
|
||||
|
||||
* Initial package.
|
||||
|
||||
|
@ -9,6 +9,7 @@ Standards-Version: 4.5.1
|
||||
Package: mapi-header-php
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, grommunio-error-pages
|
||||
Conflicts: gromox (< 2.3.20)
|
||||
Description: Common PHP MAPI header files for grommunio
|
||||
PHP files shared between grommunio-web, grommunio-sync and other PHP
|
||||
applications from the groupware suite.
|
||||
|
@ -5,5 +5,4 @@ INSTDIR=debian/tmp
|
||||
dh $@
|
||||
|
||||
override_dh_auto_install:
|
||||
mkdir -p "${INSTDIR}/usr/share/php-mapi/"
|
||||
cp -av *.php "${INSTDIR}/usr/share/php-mapi/"
|
||||
make install DESTDIR=${INSTDIR}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71f6f1b75f1494abe45e6fb2450f79ac9a58c3416fc468a6bf1c4f421f6714bb
|
||||
size 87064
|
3
mapi-header-php-1.1.0.70e984f.tar.xz
Normal file
3
mapi-header-php-1.1.0.70e984f.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:204e06bbfbe64222cf4292c5a27beb53370bdb66e9f8227a38b880d665335f6d
|
||||
size 84572
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 27 12:17:12 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to tag 1.1 (70e984f)
|
||||
* Add a prefix to the CAL_DEFAULT and CAL_GREGORIAN constants to
|
||||
avoid runtime conflict with php-calendar
|
||||
* Remove mapi_strerror since it was moved to Gromox/PHP-MAPI
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 13 23:39:56 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Format: 1.0
|
||||
Source: mapi-header-php
|
||||
Architecture: any
|
||||
Version: 1.0.13.f8f3255
|
||||
Version: 1.1.0.70e984f
|
||||
DEBTRANSFORM-RELEASE: 1
|
||||
Maintainer: Grommunio <null@grommunio.com>
|
||||
Homepage: https://grommunio.com
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define _empty_manifest_terminate_build 0
|
||||
|
||||
Name: mapi-header-php
|
||||
Version: 1.0.13.f8f3255
|
||||
Version: 1.1.0.70e984f
|
||||
Release: 0
|
||||
Summary: Common PHP MAPI header files for grommunio
|
||||
License: AGPL-3.0-or-later
|
||||
@ -39,9 +39,7 @@ applications from the groupware suite.
|
||||
%build
|
||||
|
||||
%install
|
||||
b=%buildroot
|
||||
mkdir -p "$b/%_datadir/php-mapi"
|
||||
cp -av *.php "$b/%_datadir/php-mapi/"
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%_datadir/php-mapi/
|
||||
|
Loading…
x
Reference in New Issue
Block a user