automatic version update by autodist [release 24.02.1-1mamba;Thu Mar 21 2024]
This commit is contained in:
parent
242b0fb27b
commit
268f6b0de4
@ -1,4 +1,4 @@
|
||||
# grantleetheme
|
||||
|
||||
KDE Frameworks 5 grantlee theme library.
|
||||
KDE grantlee theme library.
|
||||
|
||||
|
@ -1,50 +1,49 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: grantleetheme
|
||||
Version: 23.08.5
|
||||
Version: 24.02.1
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 grantlee theme library
|
||||
Summary: KDE grantlee theme library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
Source: http://download.kde.org/stable/release-service/%{version}/src/grantleetheme-%{version}.tar.xz
|
||||
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/grantleetheme-%{version}.tar.xz
|
||||
License: System/Libraries
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libattica5-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgrantlee-devel
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkguiaddons-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkiconthemes-devel
|
||||
BuildRequires: libknewstuff-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libkf6-attica-devel
|
||||
BuildRequires: libkf6-kcolorscheme-devel
|
||||
BuildRequires: libkf6-kconfig-devel
|
||||
BuildRequires: libkf6-kconfigwidgets-devel
|
||||
BuildRequires: libkf6-kcoreaddons-devel
|
||||
BuildRequires: libkf6-kguiaddons-devel
|
||||
BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libkf6-kiconthemes-devel
|
||||
BuildRequires: libkf6-knewstuff-devel
|
||||
BuildRequires: libkf6-ktexttemplate-devel
|
||||
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||
BuildRequires: libkf6-kxmlgui-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 grantlee theme library.
|
||||
KDE grantlee theme library.
|
||||
|
||||
%package -n lib%{name}
|
||||
Group: System/Libraries
|
||||
Summary: KDE Frameworks 5 grantlee theme library
|
||||
Summary: KDE grantlee theme library
|
||||
|
||||
%description -n lib%{name}
|
||||
KDE Frameworks 5 grantlee theme library.
|
||||
KDE grantlee theme library.
|
||||
|
||||
%package -n lib%{name}-devel
|
||||
Group: Development/Libraries
|
||||
@ -60,14 +59,14 @@ 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 --all-name || touch %{name}5_qt.lang
|
||||
%find_lang %{name} --with-qt --all-name || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -75,25 +74,29 @@ This package contains libraries and header files for developing applications tha
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -n lib%{name} -f %{name}5_qt.lang
|
||||
%files -n lib%{name} -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libKPim5GrantleeTheme.so.*
|
||||
%{_libdir}/grantlee/*/kde_grantlee_plugin.so
|
||||
%{_datadir}/qlogging-categories5/grantleetheme.categories
|
||||
%{_datadir}/qlogging-categories5/grantleetheme.renamecategories
|
||||
%{_libdir}/libKPim6GrantleeTheme.so.*
|
||||
%{_kf6_plugindir}/ktexttemplate/kde_grantlee_plugin.so
|
||||
%{_datadir}/qlogging-categories6/grantleetheme.categories
|
||||
%{_datadir}/qlogging-categories6/grantleetheme.renamecategories
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/KPim5/GrantleeTheme
|
||||
%{_includedir}/KPim5/GrantleeTheme/*
|
||||
%{_libdir}/libKPim5GrantleeTheme.so
|
||||
#%dir %{_kde5_libdir}/cmake/KF5GrantleeTheme
|
||||
#%{_kde5_libdir}/cmake/KF5GrantleeTheme/*.cmake
|
||||
%dir %{_libdir}/cmake/KPim5GrantleeTheme
|
||||
%{_libdir}/cmake/KPim5GrantleeTheme/*.cmake
|
||||
%{_libdir}/qt5/mkspecs/modules/qt_GrantleeTheme.pri
|
||||
%dir %{_includedir}/KPim6/GrantleeTheme
|
||||
%{_includedir}/KPim6/GrantleeTheme/*
|
||||
%{_libdir}/libKPim6GrantleeTheme.so
|
||||
%dir %{_libdir}/cmake/KPim6GrantleeTheme
|
||||
%{_libdir}/cmake/KPim6GrantleeTheme/*.cmake
|
||||
%{_qt6_docdir}/KPim6GrantleeTheme.*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 21 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 09 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user