forked from pool/nextcloud
Accepting request 461824 from home:jengelh:branches:server:php:applications
- Remove empty %postun and redundant %clean. - Ensure summary/description is neutral. OBS-URL: https://build.opensuse.org/request/show/461824 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=11
This commit is contained in:
parent
83f1fa4fc4
commit
e58b8954f4
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 2 09:29:20 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Remove empty %postun and redundant %clean.
|
||||||
|
- Ensure summary/description is neutral.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 28 22:50:25 UTC 2017 - ecsos@opensuse.org
|
Tue Feb 28 22:50:25 UTC 2017 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ Name: nextcloud
|
|||||||
%define base_version 11.0.2
|
%define base_version 11.0.2
|
||||||
Version: %{base_version}
|
Version: %{base_version}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A safe home for all your data, community-driven, free & open source
|
Summary: File hosting service
|
||||||
License: AGPL-3.0
|
License: AGPL-3.0
|
||||||
Group: Productivity/Networking/Web/Utilities
|
Group: Productivity/Networking/Web/Utilities
|
||||||
Url: http://www.nextcloud.com
|
Url: http://www.nextcloud.com
|
||||||
@ -109,9 +109,8 @@ Recommends: php-imagick
|
|||||||
Recommends: php-sqlite
|
Recommends: php-sqlite
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A safe home for all your data, community-driven, free & open source
|
Nextcloud is a suite of client-server software for creating file
|
||||||
Access & share your files, calendars, contacts, mail & more from any device, on
|
hosting services and using them.
|
||||||
your terms
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q -n %{name}
|
||||||
@ -151,8 +150,6 @@ rm -f ${idir}/indie.json
|
|||||||
%fdupes -s $RPM_BUILD_ROOT/%{apache_serverroot}/%{name}
|
%fdupes -s $RPM_BUILD_ROOT/%{apache_serverroot}/%{name}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
# avoid fatal php errors, while we are changing files
|
# avoid fatal php errors, while we are changing files
|
||||||
# https://github.com/nextcloud
|
# https://github.com/nextcloud
|
||||||
@ -233,9 +230,6 @@ fi
|
|||||||
|
|
||||||
rm -f /tmp/apache_stopped_during_nextcloud_install
|
rm -f /tmp/apache_stopped_during_nextcloud_install
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,wwwrun,www)
|
%defattr(-,wwwrun,www)
|
||||||
%exclude %{apache_serverroot}/%{name}/README
|
%exclude %{apache_serverroot}/%{name}/README
|
||||||
|
Loading…
Reference in New Issue
Block a user