|
|
@ -1,8 +1,8 @@
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
## (rpmautospec version 0.7.2)
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
release_number = 4;
|
|
|
|
release_number = 2;
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
@ -14,12 +14,13 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: nextcloud-client
|
|
|
|
Name: nextcloud-client
|
|
|
|
Version: 3.13.2
|
|
|
|
Version: 3.13.4
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: The Nextcloud Client
|
|
|
|
Summary: The Nextcloud Client
|
|
|
|
|
|
|
|
|
|
|
|
# -libs are LGPLv2+, rest GPLv2
|
|
|
|
# -libs are LGPLv2+, rest GPLv2
|
|
|
|
License: LGPLv2+ and GPLv2
|
|
|
|
# Automatically converted from old format: LGPLv2+ and GPLv2 - review is highly recommended.
|
|
|
|
|
|
|
|
License: LicenseRef-Callaway-LGPLv2+ AND GPL-2.0-only
|
|
|
|
Url: https://nextcloud.com/install/#install-clients
|
|
|
|
Url: https://nextcloud.com/install/#install-clients
|
|
|
|
Source0: https://github.com/nextcloud/desktop/archive/v%{version}/desktop-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/nextcloud/desktop/archive/v%{version}/desktop-%{version}.tar.gz
|
|
|
|
Source1: com.nextcloud.desktopclient.nextcloud.metainfo.xml
|
|
|
|
Source1: com.nextcloud.desktopclient.nextcloud.metainfo.xml
|
|
|
@ -94,7 +95,8 @@ the directory and the Nextcloud Client does the rest.
|
|
|
|
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
%package libs
|
|
|
|
Summary: Common files for nextcloud-client
|
|
|
|
Summary: Common files for nextcloud-client
|
|
|
|
License: LGPLv2+
|
|
|
|
# Automatically converted from old format: LGPLv2+ - review is highly recommended.
|
|
|
|
|
|
|
|
License: LicenseRef-Callaway-LGPLv2+
|
|
|
|
Provides: mirall-common = %{version}-%{release}
|
|
|
|
Provides: mirall-common = %{version}-%{release}
|
|
|
|
Obsoletes: mirall-common < 1.8.0
|
|
|
|
Obsoletes: mirall-common < 1.8.0
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
@ -106,7 +108,8 @@ configuration file that determines the excluded files in a sync.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for nextcloud-client
|
|
|
|
Summary: Development files for nextcloud-client
|
|
|
|
License: LGPLv2+
|
|
|
|
# Automatically converted from old format: LGPLv2+ - review is highly recommended.
|
|
|
|
|
|
|
|
License: LicenseRef-Callaway-LGPLv2+
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
|
|
@ -272,10 +275,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/com.nextc
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Sep 03 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.13.2-4
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
* Sat Aug 17 2024 Mukundan Ragavan <nonamedotc@gmail.com> - 3.13.2-4
|
|
|
|
* Mon Sep 16 2024 Mukundan Ragavan <nonamedotc@gmail.com> - 3.13.4-2
|
|
|
|
- RPMAUTOSPEC: unresolvable merge
|
|
|
|
- RPMAUTOSPEC: unresolvable merge
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|