Accepting request 1208682 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/1208682 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud?expand=0&rev=112
This commit is contained in:
commit
faf4ef172b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0ab54b517f76cd26f2bd38b6fe184b9fbaed32f734246c58c1acf83473c0a4b9
|
|
||||||
size 204336151
|
|
3
nextcloud-30.0.1.tar.bz2
Normal file
3
nextcloud-30.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:79ec2ffad6231bd8fcc4abaacc12e5ac51e670d089affb379483592cda0fdccb
|
||||||
|
size 187609069
|
2372
nextcloud.changes
2372
nextcloud.changes
File diff suppressed because it is too large
Load Diff
@ -47,7 +47,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: nextcloud
|
Name: nextcloud
|
||||||
Version: 29.0.8
|
Version: 30.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: File hosting service
|
Summary: File hosting service
|
||||||
License: AGPL-3.0-only
|
License: AGPL-3.0-only
|
||||||
@ -174,6 +174,7 @@ mkdir -p $idir
|
|||||||
mkdir -p $idir/data
|
mkdir -p $idir/data
|
||||||
mkdir -p $idir/search
|
mkdir -p $idir/search
|
||||||
cp -aRf * $idir
|
cp -aRf * $idir
|
||||||
|
cp -aRf .reuse $idir
|
||||||
cp -aRf .htaccess $idir
|
cp -aRf .htaccess $idir
|
||||||
cp -aRf .user.ini $idir
|
cp -aRf .user.ini $idir
|
||||||
# $idir/l10n to disappear in future
|
# $idir/l10n to disappear in future
|
||||||
@ -185,8 +186,8 @@ fi
|
|||||||
|
|
||||||
# create the AllowOverride directive
|
# create the AllowOverride directive
|
||||||
install -p -D -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{apache_confdir}/nextcloud.conf
|
install -p -D -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{apache_confdir}/nextcloud.conf
|
||||||
ocpath="%{apache_myserverroot}/%{name}"
|
ncpath="%{apache_myserverroot}/%{name}"
|
||||||
sed -i -e"s|@DATAPATH@|${ocpath}|g" $RPM_BUILD_ROOT/%{apache_confdir}/nextcloud.conf
|
sed -i -e"s|@DATAPATH@|${ncpath}|g" $RPM_BUILD_ROOT/%{apache_confdir}/nextcloud.conf
|
||||||
|
|
||||||
# not needed for distro packages
|
# not needed for distro packages
|
||||||
rm -f ${idir}/indie.json
|
rm -f ${idir}/indie.json
|
||||||
|
Loading…
Reference in New Issue
Block a user