automatic version update by autodist [release 5.27.11-1mamba;Fri Mar 08 2024]
This commit is contained in:
parent
90a701f563
commit
54935d7ef4
@ -1,15 +1,15 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: aura-browser
|
Name: aura-browser
|
||||||
Version: 5.27.10
|
Version: 5.27.11
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Plasma browser for a fully immersed Big Screen experience
|
Summary: KDE Plasma browser for a fully immersed Big Screen experience
|
||||||
Group: Graphical Desktop/Applications/Internet
|
Group: Graphical Desktop/Applications/Internet
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://kde.org
|
URL: https://kde.org/it/plasma-desktop/
|
||||||
Source: https://download.kde.org/stable/plasma/%{version}/aura-browser-%{version}.tar.xz
|
Source: https://download.kde.org/%{stable_kde6}/plasma/%{version}/aura-browser-%{version}.tar.xz
|
||||||
License: LGPL, GPL, BSD, MPL
|
License: LGPL, GPL, BSD, MPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -26,7 +26,7 @@ BuildRequires: qt5-qtdeclarative-devel
|
|||||||
BuildRequires: qt5-qtquickcontrols2-devel
|
BuildRequires: qt5-qtquickcontrols2-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: rpm-macros-kde5
|
BuildRequires: kf6-rpm-macros
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -38,12 +38,12 @@ Aura is a browser for a fully immersed Big Screen experience allowing you to nav
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde5 -d build
|
%cmake_kf6
|
||||||
%make
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%cmake_install
|
||||||
|
|
||||||
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
||||||
|
|
||||||
@ -59,6 +59,9 @@ Aura is a browser for a fully immersed Big Screen experience allowing you to nav
|
|||||||
%doc LICENSES
|
%doc LICENSES
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 08 2024 Automatic Build System <autodist@openmamba.org> 5.27.11-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Dec 06 2023 Automatic Build System <autodist@mambasoft.it> 5.27.10-1mamba
|
* Wed Dec 06 2023 Automatic Build System <autodist@mambasoft.it> 5.27.10-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user