update to 5.39.0 [release 5.39.0-1mamba;Sat Oct 21 2017]

This commit is contained in:
Silvan Calarco 2024-01-06 01:52:22 +01:00
parent e1b87eb038
commit f6315a0fc5

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kirigami2
Version: 5.38.0
Version: 5.39.0
Release: 1mamba
Summary: KDE Frameworks 5 interface for mobile and convergent applications
Group: Graphical Desktop/Applications/Environment
@ -9,7 +9,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.kde.org
Source: https://download.kde.org/stable/frameworks/5.38/kirigami2-%{version}.tar.xz
Source: https://download.kde.org/stable/frameworks/%{majver}/kirigami2-%{version}.tar.xz
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
@ -26,12 +26,24 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
KDE Frameworks 5 interface for mobile and convergent applications.
%package -n %{name}-devel
%package -n lib%{name}
Group: System/Libraries
Summary: KDE Frameworks 5 interface for mobile and convergent applications
Provides: %{name}
Obsoletes: %{name}
%description -n lib%{name}
KDE Frameworks 5 interface for mobile and convergent applications.
This package contains libraries and header files for developing applications that use %{name}.
%package -n lib%{name}-devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Provides: %{name}-devel
Obsoletes: %{name}-devel
%description -n %{name}-devel
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
@ -52,18 +64,24 @@ This package contains libraries and header files for developing applications tha
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}5_qt.lang
%files -n lib%{name} -f %{name}5_qt.lang
%defattr(-,root,root)
%{_kde5_libdir}/libKF5Kirigami2.so.*
%dir %{_libdir}/qt5/qml/org/kde/kirigami.2
%{_libdir}/qt5/qml/org/kde/kirigami.2/*
%files -n %{name}-devel
%files -n lib%{name}-devel
%defattr(-,root,root)
%{_kde5_libdir}/cmake/KF5Kirigami2/KF5Kirigami2Config.cmake
%{_kde5_libdir}/cmake/KF5Kirigami2/KF5Kirigami2ConfigVersion.cmake
%{_kde5_libdir}/cmake/KF5Kirigami2/KF5Kirigami2Macros.cmake
%dir %{_kde5_includedir}/Kirigami2
%{_kde5_includedir}/Kirigami2/*
%{_kde5_mkspecsdir}/qt_Kirigami2.pri
%{_kde5_libdir}/libKF5Kirigami2.so
%dir %{_kde5_libdir}/cmake/KF5Kirigami2
%{_kde5_libdir}/cmake/KF5Kirigami2/KF5Kirigami2*.cmake
%changelog
* Sat Oct 21 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 5.39.0-1mamba
- update to 5.39.0
* Sat Sep 23 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 5.38.0-1mamba
- package created using the webbuild interface