automatic version update by autodist [release 6.0.2-1mamba;Wed Mar 13 2024]
This commit is contained in:
parent
bb6e52139b
commit
f28c1d5111
@ -1,4 +1,4 @@
|
||||
# kdecoration
|
||||
|
||||
KDE Frameworks 5 Plugin based library to create window decorations.
|
||||
KDE Plasma Plugin based library to create window decorations.
|
||||
|
||||
|
@ -1,39 +1,39 @@
|
||||
%define plasmaver %(echo %version | cut -d. -f1-3)
|
||||
|
||||
Name: kdecoration
|
||||
Version: 5.27.10
|
||||
Version: 6.0.2
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 Plugin based library to create window decorations
|
||||
Summary: KDE Plasma Plugin based library to create window decorations
|
||||
Group: Graphical Desktop/Look 'n' feel
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
Source: http://download.kde.org/stable/plasma/%{plasmaver}/kdecoration-%{version}.tar.xz
|
||||
URL: https://kde.org/it/plasma-desktop/
|
||||
Source: https://download.kde.org/%{stable_kf6}/plasma/%{plasmaver}/kdecoration-%{version}.tar.xz
|
||||
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: kf6-rpm-macros
|
||||
BuildRequires: extra-cmake-modules
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
KDE Frameworks 5 Plugin based library to create window decorations.
|
||||
KDE Plasma Plugin based library to create window decorations.
|
||||
|
||||
%package -n lib%{name}
|
||||
Group: System/Libraries
|
||||
Summary: KDE Frameworks 5 Plugin based library to create window decorations
|
||||
Summary: KDE Plasma Plugin based library to create window decorations
|
||||
|
||||
%description -n lib%{name}
|
||||
KDE Frameworks 5 Plugin based library to create window decorations.
|
||||
KDE Plasma Plugin based library to create window decorations.
|
||||
This package contains shared libraries for %{name}.
|
||||
|
||||
%package -n lib%{name}-devel
|
||||
@ -42,7 +42,7 @@ Summary: Development files for %{name}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
KDE Frameworks 5 Plugin based library to create window decorations.
|
||||
KDE Plasma Plugin based library to create window decorations.
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
@ -51,12 +51,12 @@ This package contains libraries and header files for developing applications tha
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
%cmake_kf6
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
%cmake_install
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
|
||||
|
||||
@ -86,13 +86,28 @@ exit 0
|
||||
%{_includedir}/KDecoration2/kdecoration2/*.h
|
||||
%dir %{_includedir}/KDecoration2/kdecoration2/private
|
||||
%{_includedir}/KDecoration2/kdecoration2/private/*.h
|
||||
%{_kde5_includedir}/kdecoration2_version.h
|
||||
%{_kf6_includedir}/kdecoration2_version.h
|
||||
%dir %{_libdir}/cmake/KDecoration2
|
||||
%{_libdir}/cmake/KDecoration2/KDecoration2*.cmake
|
||||
%{_libdir}/libkdecorations2.so
|
||||
%{_libdir}/libkdecorations2private.so
|
||||
|
||||
%changelog
|
||||
* Wed Mar 13 2024 Automatic Build System <autodist@openmamba.org> 6.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 06 2024 Automatic Build System <autodist@openmamba.org> 6.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 29 2024 Automatic Build System <autodist@openmamba.org> 6.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 5.93.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 22 2024 Automatic Build System <autodist@openmamba.org> 5.92.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 5.27.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user