mirror of
https://src.fedoraproject.org/rpms/nextcloud.git
synced 2025-01-10 10:51:54 +01:00
63b1c07960
- Fix CAN_INSTALL permissions - Restart php-fpm
449 lines
18 KiB
RPMSpec
449 lines
18 KiB
RPMSpec
Name: nextcloud
|
|
Version: 27.0.2
|
|
Release: %autorelease
|
|
Summary: Private file sync and share server
|
|
License: AGPLv3+ and MIT and BSD and ASL 2.0 and WTFPL and CC-BY-SA and GPLv3+ and Adobe
|
|
URL: http://nextcloud.com
|
|
Source0: https://download.nextcloud.com/server/releases/%{name}-%{version}.tar.bz2
|
|
|
|
# basic nextcloud config.php, nextcloud's
|
|
# initial setup will fill out other settings appropriately
|
|
Source1: %{name}-config.php
|
|
# Systemd timer for background jobs
|
|
Source2: %{name}-systemd-timer.service
|
|
Source3: %{name}-systemd-timer.timer
|
|
# httpd config files
|
|
Source100: %{name}-httpd.conf
|
|
Source101: %{name}-access-httpd.conf.avail
|
|
Source102: %{name}-auth-any.inc
|
|
Source103: %{name}-auth-local.inc
|
|
Source104: %{name}-auth-none.inc
|
|
Source105: %{name}-defaults.inc
|
|
# nginx/php-fpm config files
|
|
Source200: %{name}-default-nginx.conf
|
|
Source201: %{name}-conf-nginx.conf
|
|
Source202: %{name}-php-fpm.conf
|
|
# packaging notes and doc
|
|
Source300: %{name}-README.fedora
|
|
Source301: %{name}-mysql.txt
|
|
Source302: %{name}-postgresql.txt
|
|
Source303: %{name}-MIGRATION.fedora
|
|
|
|
# Remove updater version check, we know that updates across more than one
|
|
# version are possible
|
|
Patch0: 0000-disable-update-version-check.patch
|
|
# Change occ shebang to /usr/bin/php
|
|
Patch1: 0001-mangle-shebang.patch
|
|
|
|
BuildArch: noarch
|
|
# For the systemd macros
|
|
%if 0%{?fedora} > 29
|
|
BuildRequires: systemd-rpm-macros
|
|
%else
|
|
BuildRequires: systemd
|
|
%endif
|
|
# expand pear macros on install
|
|
BuildRequires: php-pear
|
|
|
|
# Require one webserver and database backend
|
|
Requires: %{name}-webserver = %{version}-%{release}
|
|
Requires: %{name}-database = %{version}-%{release}
|
|
# Require php CLI for occ command
|
|
Requires: php-cli
|
|
# Core PHP libs/extensions required by OC core
|
|
Requires: php-curl
|
|
Requires: php-dom
|
|
Requires: php-exif
|
|
Requires: php-fileinfo
|
|
Requires: php-gd
|
|
Requires: php-iconv
|
|
Requires: php-json
|
|
Requires: php-ldap
|
|
Requires: php-mbstring
|
|
Requires: php-openssl
|
|
Requires: php-pcre
|
|
Requires: php-pdo
|
|
Requires: php-session
|
|
Requires: php-simplexml
|
|
Requires: php-xmlwriter
|
|
Requires: php-spl
|
|
Requires: php-zip
|
|
Requires: php-filter
|
|
Requires: php-ldap
|
|
Requires: php-smbclient
|
|
Requires: php-gmp
|
|
Requires: php-process
|
|
Requires: php-pecl-imagick
|
|
Requires: php-pecl-memcached
|
|
Requires: php-pecl-apcu
|
|
Requires: php-pecl-redis5
|
|
# For systemd support during install/uninstall
|
|
%{?systemd_requires}
|
|
# the CA cert bundle is linked to from the config dir
|
|
Requires: %{_sysconfdir}/pki/tls/certs/ca-bundle.crt
|
|
|
|
# Bundled composer libraries
|
|
# many of these can be unbundled
|
|
Provides: bundled(php-composer(amphp/amp)) = 2.6.2
|
|
Provides: bundled(php-composer(amphp/byte-stream)) = 1.8.1
|
|
Provides: bundled(php-composer(amphp/parallel)) = 1.4.3
|
|
Provides: bundled(php-composer(amphp/parser)) = 1.1.0
|
|
Provides: bundled(php-composer(amphp/process)) = 1.1.4
|
|
Provides: bundled(php-composer(amphp/serialization)) = 1.0.0
|
|
Provides: bundled(php-composer(amphp/sync)) = 1.4.2
|
|
Provides: bundled(php-composer(darsyn/ip)) = 4.1.0
|
|
Provides: bundled(php-composer(league/flysystem)) = 2.5.0
|
|
Provides: bundled(php-composer(league/mime-type-detection)) = 1.11.0
|
|
Provides: bundled(php-composer(psr/log)) = 1.1.4
|
|
Provides: bundled(php-composer(rubix/ml)) = 20
|
|
Provides: bundled(php-composer(rubix/tensor)) = 2.2.3
|
|
Provides: bundled(php-composer(symfony/polyfill-mbstring)) = 1.27.0
|
|
Provides: bundled(php-composer(symfony/polyfill-php73)) = 1.26.0
|
|
Provides: bundled(php-composer(symfony/polyfill-php80)) = 1.27.0
|
|
Provides: bundled(php-composer(hexogen/kdtree)) = 0.2.5
|
|
Provides: bundled(php-composer(christian-riesen/base32)) = 1.6.0
|
|
Provides: bundled(php-composer(rullzer/easytotp)) = 0.1.4
|
|
Provides: bundled(php-composer(icewind/smb)) = 3.5.4
|
|
Provides: bundled(php-composer(icewind/streams)) = 0.7.7
|
|
Provides: bundled(php-composer(aws/aws-crt-php)) = 1.0.2
|
|
Provides: bundled(php-composer(aws/aws-sdk-php)) = 3.240.8
|
|
Provides: bundled(php-composer(bantu/ini-get-wrapper)) = 1.0.1
|
|
Provides: bundled(php-composer(beberlei/assert)) = 3.3.1
|
|
Provides: bundled(php-composer(brick/math)) = 0.9.2
|
|
Provides: bundled(php-composer(christophwurst/id3parser)) = 0.1.4
|
|
Provides: bundled(php-composer(cweagans/composer-patches)) = 1.7.1
|
|
Provides: bundled(php-composer(deepdiver/zipstreamer)) = 2.0.0
|
|
Provides: bundled(php-composer(deepdiver1975/tarstreamer)) = 2.0.0
|
|
Provides: bundled(php-composer(doctrine/cache)) = 2.2.0
|
|
Provides: bundled(php-composer(doctrine/dbal)) = 3.3.8
|
|
Provides: bundled(php-composer(doctrine/deprecations)) = 1.0.0
|
|
Provides: bundled(php-composer(doctrine/event-manager)) = 1.2.0
|
|
Provides: bundled(php-composer(doctrine/lexer)) = 1.2.3
|
|
Provides: bundled(php-composer(egulias/email-validator)) = 3.2.5
|
|
Provides: bundled(php-composer(fgrosse/phpasn1)) = 2.3.0
|
|
Provides: bundled(php-composer(fusonic/linq)) = 1.1.0
|
|
Provides: bundled(php-composer(fusonic/opengraph)) = 2.2.0
|
|
Provides: bundled(php-composer(giggsey/libphonenumber-for-php)) = 8.13.7
|
|
Provides: bundled(php-composer(giggsey/locale)) = 2.3
|
|
Provides: bundled(php-composer(guzzlehttp/guzzle)) = 7.5.0
|
|
Provides: bundled(php-composer(guzzlehttp/promises)) = 1.5.2
|
|
Provides: bundled(php-composer(guzzlehttp/psr7)) = 2.4.5
|
|
Provides: bundled(php-composer(guzzlehttp/uri-template)) = 0.2.0
|
|
Provides: bundled(php-composer(icewind/searchdav)) = 3.0.1
|
|
Provides: bundled(php-composer(icewind/streams)) = 0.7.7
|
|
Provides: bundled(php-composer(justinrainbow/json-schema)) = 5.2.10
|
|
Provides: bundled(php-composer(laravel/serializable-closure)) = 1.2.2
|
|
Provides: bundled(php-composer(league/uri)) = 6.4.0
|
|
Provides: bundled(php-composer(league/uri-interfaces)) = 2.2.0
|
|
Provides: bundled(php-composer(mexitek/phpcolors)) = 1.0.4
|
|
Provides: bundled(php-composer(microsoft/azure-storage-blob)) = 1.5.4
|
|
Provides: bundled(php-composer(microsoft/azure-storage-common)) = 1.5.2
|
|
Provides: bundled(php-composer(mlocati/ip-lib)) = 1.18.0
|
|
Provides: bundled(php-composer(mtdowling/jmespath.php)) = 2.6.1
|
|
Provides: bundled(php-composer(nextcloud/lognormalizer)) = 1.0.0
|
|
Provides: bundled(php-composer(opis/closure)) = 3.6.3
|
|
Provides: bundled(php-composer(pear/archive_tar)) = 1.4.14
|
|
Provides: bundled(php-composer(pear/console_getopt)) = 1.4.3
|
|
Provides: bundled(php-composer(pear/pear-core-minimal)) = 1.10.10
|
|
Provides: bundled(php-composer(pear/pear_exception)) = 1.0.2
|
|
Provides: bundled(php-composer(php-http/guzzle7-adapter)) = 1.0.0
|
|
Provides: bundled(php-composer(php-http/httplug)) = 2.2.0
|
|
Provides: bundled(php-composer(php-http/promise)) = 1.1.0
|
|
Provides: bundled(php-composer(php-opencloud/openstack)) = 3.2.1
|
|
Provides: bundled(php-composer(phpseclib/phpseclib)) = 2.0.40
|
|
Provides: bundled(php-composer(pimple/pimple)) = 3.5.0
|
|
Provides: bundled(php-composer(psr/cache)) = 1.0.1
|
|
Provides: bundled(php-composer(psr/clock)) = 1.0.0
|
|
Provides: bundled(php-composer(psr/container)) = 2.0.2
|
|
Provides: bundled(php-composer(psr/event-dispatcher)) = 1.0.0
|
|
Provides: bundled(php-composer(psr/http-client)) = 1.0.1
|
|
Provides: bundled(php-composer(psr/http-factory)) = 1.0.1
|
|
Provides: bundled(php-composer(psr/http-message)) = 1.0.1
|
|
Provides: bundled(php-composer(psr/log)) = 1.1.4
|
|
Provides: bundled(php-composer(punic/punic)) = 1.6.5
|
|
Provides: bundled(php-composer(ralouphie/getallheaders)) = 3.0.3
|
|
Provides: bundled(php-composer(ramsey/collection)) = 1.1.3
|
|
Provides: bundled(php-composer(ramsey/uuid)) = 4.1.1
|
|
Provides: bundled(php-composer(sabre/dav)) = 4.4.0
|
|
Provides: bundled(php-composer(sabre/event)) = 5.1.4
|
|
Provides: bundled(php-composer(sabre/http)) = 5.1.5
|
|
Provides: bundled(php-composer(sabre/uri)) = 2.2.2
|
|
Provides: bundled(php-composer(sabre/vobject)) = 4.4.2
|
|
Provides: bundled(php-composer(sabre/xml)) = 2.2.5
|
|
Provides: bundled(php-composer(scssphp/scssphp)) = 1.11.0
|
|
Provides: bundled(php-composer(spomky-labs/base64url)) = 2.0.4
|
|
Provides: bundled(php-composer(spomky-labs/cbor-php)) = 2.0.1
|
|
Provides: bundled(php-composer(stecman/symfony-console-completion)) = 0.11.0
|
|
Provides: bundled(php-composer(swiftmailer/swiftmailer)) = 6.3.0
|
|
Provides: bundled(php-composer(symfony/console)) = 5.4.19
|
|
Provides: bundled(php-composer(symfony/css-selector)) = 5.4.11
|
|
Provides: bundled(php-composer(symfony/deprecation-contracts)) = 2.5.2
|
|
Provides: bundled(php-composer(symfony/dom-crawler)) = 5.4.11
|
|
Provides: bundled(php-composer(symfony/event-dispatcher)) = 4.4.30
|
|
Provides: bundled(php-composer(symfony/event-dispatcher-contracts)) = 1.1.9
|
|
Provides: bundled(php-composer(symfony/http-foundation)) = 5.4.10
|
|
Provides: bundled(php-composer(symfony/mailer)) = 5.4.19
|
|
Provides: bundled(php-composer(symfony/mime)) = 5.4.19
|
|
Provides: bundled(php-composer(symfony/polyfill-ctype)) = 1.23.0
|
|
Provides: bundled(php-composer(symfony/polyfill-iconv)) = 1.27.0
|
|
Provides: bundled(php-composer(symfony/polyfill-intl-grapheme)) = 1.23.1
|
|
Provides: bundled(php-composer(symfony/polyfill-intl-idn)) = 1.27.0
|
|
Provides: bundled(php-composer(symfony/polyfill-intl-normalizer)) = 1.27.0
|
|
Provides: bundled(php-composer(symfony/polyfill-mbstring)) = 1.27.0
|
|
Provides: bundled(php-composer(symfony/polyfill-php72)) = 1.27.0
|
|
Provides: bundled(php-composer(symfony/polyfill-php73)) = 1.23.0
|
|
Provides: bundled(php-composer(symfony/polyfill-php80)) = 1.26.0
|
|
Provides: bundled(php-composer(symfony/process)) = 4.4.30
|
|
Provides: bundled(php-composer(symfony/routing)) = 4.4.30
|
|
Provides: bundled(php-composer(symfony/service-contracts)) = 3.0.2
|
|
Provides: bundled(php-composer(symfony/string)) = 6.0.19
|
|
Provides: bundled(php-composer(symfony/translation)) = 4.4.41
|
|
Provides: bundled(php-composer(symfony/translation-contracts)) = 2.4.0
|
|
Provides: bundled(php-composer(thecodingmachine/safe)) = 1.3.3
|
|
Provides: bundled(php-composer(web-auth/cose-lib)) = 3.3.9
|
|
Provides: bundled(php-composer(web-auth/metadata-service)) = 3.3.9
|
|
Provides: bundled(php-composer(web-auth/webauthn-lib)) = 3.3.9
|
|
|
|
# OpenIconic icons bundled via sabre-dav
|
|
Provides: bundled(openiconic-fonts) = 1.0.0
|
|
# jscolor bundled via themeing app
|
|
Provides: bundled(jscolor) = 2.0.4
|
|
# jquery-ui-multiselect bundled via user_ldap app
|
|
Provides: bundled(jquery-ui-multiselect) = 0.3.1
|
|
# zxcvbn bundled via core
|
|
Provides: bundled(zxcvbn) = 4.4.2
|
|
|
|
%description
|
|
NextCloud gives you universal access to your files through a web interface or
|
|
WebDAV. It also provides a platform to easily view & sync your contacts,
|
|
calendars and bookmarks across all your devices and enables basic editing right
|
|
on the web. NextCloud is extendable via a simple but powerful API for
|
|
applications and plugins.
|
|
|
|
|
|
%package httpd
|
|
Summary: Httpd integration for NextCloud
|
|
Provides: %{name}-webserver = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
# PHP dependencies
|
|
Requires: php-fpm httpd
|
|
|
|
%description httpd
|
|
%{summary}.
|
|
|
|
|
|
%package nginx
|
|
Summary: Nginx integration for NextCloud
|
|
Provides: %{name}-webserver = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
# PHP dependencies
|
|
Requires: php-fpm nginx
|
|
|
|
%description nginx
|
|
%{summary}.
|
|
|
|
|
|
%package mysql
|
|
Summary: MySQL database support for NextCloud
|
|
Provides: %{name}-database = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
# From getSupportedDatabases, mysql => pdo, mysql
|
|
Requires: php-mysqlnd
|
|
|
|
%description mysql
|
|
This package ensures the necessary dependencies are in place for NextCloud to
|
|
work with MySQL / MariaDB databases. It does not require a MySQL / MariaDB
|
|
server to be installed, as you may well wish to use a remote database
|
|
server.
|
|
|
|
If you want the database to be on the same system as NextCloud itself, you must
|
|
also install and enable a MySQL / MariaDB server package. See README.mysql for
|
|
more details.
|
|
|
|
%package postgresql
|
|
Summary: PostgreSQL database support for NextCloud
|
|
Provides: %{name}-database = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
# From getSupportedDatabases, pgsql => function, pg_connect
|
|
Requires: php-pgsql
|
|
|
|
%description postgresql
|
|
This package ensures the necessary dependencies are in place for NextCloud to
|
|
work with a PostgreSQL database. It does not require the PostgreSQL server
|
|
package to be installed, as you may well wish to use a remote database
|
|
server.
|
|
|
|
If you want the database to be on the same system as NextCloud itself, you must
|
|
also install and enable the PostgreSQL server package. See README.postgresql
|
|
for more details.
|
|
|
|
|
|
%package sqlite
|
|
Summary: SQLite 3 database support for NextCloud
|
|
Provides: %{name}-database = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
# From getSupportedDatabases, pgsql => class, SQLite3
|
|
|
|
%description sqlite
|
|
This package ensures the necessary dependencies are in place for NextCloud to
|
|
work with an SQLite 3 database stored on the local system.
|
|
|
|
|
|
%prep
|
|
%autosetup -n %{name} -p1
|
|
|
|
# patch backup files and .git stuff
|
|
find . -name \*.orig -type f -exec rm {} \; -print
|
|
find . -name .gitignore -type f -exec rm {} \; -print
|
|
find . -name .github -type d -prune -exec rm -r {} \; -print
|
|
|
|
# prepare package doc
|
|
cp %{SOURCE300} README.fedora
|
|
cp %{SOURCE301} README.mysql
|
|
cp %{SOURCE302} README.postgresql
|
|
cp %{SOURCE303} MIGRATION.fedora
|
|
|
|
# Locate license files and put them sensibly in place
|
|
# get rid of all composer licenses
|
|
find -wholename "*/composer/LICENSE" -exec mv {} composer-LICENSE \;
|
|
|
|
# Deal with licenses automatically
|
|
find . -mindepth 2 \( -name '*LICENSE*' -o -name '*LICENCE*' \) | { while read a ; do mv "$a" $(echo $a | sed "s_^./__" | tr "/ " "__" )-LICENSE ; done ; }
|
|
find . -mindepth 2 -name '*COPYING*' | { while read a ; do mv "$a" $(echo $a | sed "s_^./__" | tr "/ " "__" )-COPYING ; done ; }
|
|
|
|
%check
|
|
# Make sure there are no license files left over
|
|
: Check for leftover license files
|
|
find . -mindepth 2 \( -name '*LICENSE*' -o -name '*LICENCE*' -o -name '*COPYING*' \)
|
|
nb=$( find . -mindepth 2 \( -name '*LICENSE*' -o -name '*LICENCE*' -o -name '*COPYING*' \) | wc -l )
|
|
if [ $nb -gt 0 ]
|
|
then
|
|
false Found unexpected licenses to verify
|
|
fi
|
|
|
|
|
|
%build
|
|
# Nothing to build
|
|
|
|
%install
|
|
install -dm 755 %{buildroot}%{_datadir}/%{name}
|
|
|
|
# create nextcloud datadir
|
|
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/data
|
|
# create writable app dir for appstore
|
|
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/apps
|
|
# create nextcloud sysconfdir
|
|
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
|
|
|
|
# install content
|
|
for d in $(find . -mindepth 1 -maxdepth 1 -type d | grep -v config); do
|
|
cp -a "$d" %{buildroot}%{_datadir}/%{name}
|
|
done
|
|
|
|
for f in {*.php,*.html,robots.txt}; do
|
|
install -pm 644 "$f" %{buildroot}%{_datadir}/%{name}
|
|
done
|
|
|
|
# occ should be executable
|
|
install -pm 755 occ %{buildroot}%{_datadir}/%{name}
|
|
|
|
# symlink config dir
|
|
ln -sf %{_sysconfdir}/%{name} %{buildroot}%{_datadir}/%{name}/config
|
|
|
|
# nextcloud looks for ca-bundle.crt in config dir
|
|
ln -sf %{_sysconfdir}/pki/tls/certs/ca-bundle.crt %{buildroot}%{_sysconfdir}/%{name}/ca-bundle.crt
|
|
|
|
# set default config
|
|
install -pm 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}/config.php
|
|
|
|
# httpd config
|
|
install -Dpm 644 %{SOURCE100} \
|
|
%{buildroot}%{_sysconfdir}/httpd/conf.d/%{name}.conf
|
|
install -Dpm 644 %{SOURCE101} \
|
|
%{buildroot}%{_sysconfdir}/httpd/conf.d/%{name}-access.conf.avail
|
|
install -Dpm 644 %{SOURCE102} %{SOURCE103} %{SOURCE104} %{SOURCE105} \
|
|
%{buildroot}%{_sysconfdir}/httpd/conf.d/
|
|
|
|
# nginx config
|
|
install -Dpm 644 %{SOURCE200} \
|
|
%{buildroot}%{_sysconfdir}/nginx/default.d/%{name}.conf
|
|
install -Dpm 644 %{SOURCE201} \
|
|
%{buildroot}%{_sysconfdir}/nginx/conf.d/%{name}.conf
|
|
|
|
# php-fpm config
|
|
install -Dpm 644 %{SOURCE202} \
|
|
%{buildroot}%{_sysconfdir}/php-fpm.d/%{name}.conf
|
|
|
|
# Install the systemd timer
|
|
install -Dpm 644 %{SOURCE2} %{buildroot}%{_unitdir}/nextcloud-cron.service
|
|
install -Dpm 644 %{SOURCE3} %{buildroot}%{_unitdir}/nextcloud-cron.timer
|
|
|
|
# If there's a new installation activate the installation wizard
|
|
%post
|
|
INSTALLED=$(grep -c secret /etc/nextcloud/config.php)
|
|
if [ "${INSTALLED}" -eq "0" ]; then
|
|
echo "First time installation, enabling installation wizard"
|
|
touch %{_sysconfdir}/%{name}/CAN_INSTALL
|
|
chown apache:apache %{_sysconfdir}/%{name}/CAN_INSTALL
|
|
fi
|
|
|
|
/usr/bin/systemctl restart php-fpm.service > /dev/null 2>&1 || :
|
|
|
|
%post httpd
|
|
/usr/bin/systemctl reload httpd.service > /dev/null 2>&1 || :
|
|
/usr/bin/systemctl reload php-fpm.service > /dev/null 2>&1 || :
|
|
|
|
%postun httpd
|
|
if [ $1 -eq 0 ]; then
|
|
/usr/bin/systemctl reload httpd.service > /dev/null 2>&1 || :
|
|
/usr/bin/systemctl reload php-fpm.service > /dev/null 2>&1 || :
|
|
fi
|
|
|
|
%post nginx
|
|
/usr/bin/systemctl reload nginx.service > /dev/null 2>&1 || :
|
|
/usr/bin/systemctl reload php-fpm.service > /dev/null 2>&1 || :
|
|
|
|
%postun nginx
|
|
if [ $1 -eq 0 ]; then
|
|
/usr/bin/systemctl reload nginx.service > /dev/null 2>&1 || :
|
|
/usr/bin/systemctl reload php-fpm.service > /dev/null 2>&1 || :
|
|
fi
|
|
|
|
%files
|
|
%doc AUTHORS README.fedora MIGRATION.fedora config/config.sample.php
|
|
%license *-LICENSE
|
|
%dir %attr(-,apache,apache) %{_sysconfdir}/%{name}
|
|
# contains sensitive data (dbpassword, passwordsalt)
|
|
%config(noreplace) %attr(0600,apache,apache) %{_sysconfdir}/%{name}/config.php
|
|
# need the symlink in confdir but it's not config
|
|
%{_sysconfdir}/%{name}/ca-bundle.crt
|
|
%{_datadir}/%{name}
|
|
%dir %attr(0755,apache,apache) %{_localstatedir}/lib/%{name}
|
|
# user data must not be world readable
|
|
%dir %attr(0750,apache,apache) %{_localstatedir}/lib/%{name}/data
|
|
%attr(-,apache,apache) %{_localstatedir}/lib/%{name}/apps
|
|
%{_unitdir}/nextcloud-cron.service
|
|
%{_unitdir}/nextcloud-cron.timer
|
|
|
|
%files httpd
|
|
%config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf
|
|
%{_sysconfdir}/httpd/conf.d/%{name}-access.conf.avail
|
|
%{_sysconfdir}/httpd/conf.d/%{name}*.inc
|
|
%config(noreplace) %{_sysconfdir}/php-fpm.d/%{name}.conf
|
|
|
|
%files nginx
|
|
%config(noreplace) %{_sysconfdir}/nginx/default.d/%{name}.conf
|
|
%config(noreplace) %{_sysconfdir}/nginx/conf.d/%{name}.conf
|
|
%config(noreplace) %{_sysconfdir}/php-fpm.d/%{name}.conf
|
|
|
|
%files mysql
|
|
%doc README.mysql
|
|
%files postgresql
|
|
%doc README.postgresql
|
|
%files sqlite
|
|
|
|
|
|
%changelog
|
|
%autochangelog
|
|
|