Compare commits

..

11 Commits

Author SHA1 Message Date
023811de98 automatic version update by autodist [release 23.08.1-1mamba;Thu Sep 14 2023] 2024-01-05 23:26:34 +01:00
21e67dcb89 automatic version update by autodist [release 23.08.0-1mamba;Sat Aug 26 2023] 2024-01-05 23:26:33 +01:00
a097f50542 automatic version update by autodist [release 23.04.3-1mamba;Fri Jul 07 2023] 2024-01-05 23:26:33 +01:00
4759c1cc1d automatic version update by autodist [release 23.04.2-1mamba;Fri Jun 09 2023] 2024-01-05 23:26:33 +01:00
51cbfc8387 automatic version update by autodist [release 23.04.1-1mamba;Thu May 11 2023] 2024-01-05 23:26:33 +01:00
6d86c6d966 automatic version update by autodist [release 23.04.0-1mamba;Thu Apr 27 2023] 2024-01-05 23:26:32 +01:00
a3721a0daf automatic version update by autodist [release 22.12.3-1mamba;Fri Mar 03 2023] 2024-01-05 23:26:32 +01:00
8bf669741f automatic version update by autodist [release 22.12.2-1mamba;Fri Feb 03 2023] 2024-01-05 23:26:32 +01:00
2e4b5c8446 automatic version update by autodist [release 22.12.1-1mamba;Thu Jan 05 2023] 2024-01-05 23:26:32 +01:00
9d9e592223 automatic version update by autodist [release 22.12.0-1mamba;Thu Dec 08 2022] 2024-01-05 23:26:31 +01:00
ef66469e55 automatic version update by autodist [release 22.08.3-1mamba;Fri Nov 04 2022] 2024-01-05 23:26:31 +01:00

View File

@@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: grantleetheme
Version: 22.08.2
Version: 23.08.1
Release: 1mamba
Summary: KDE Frameworks 5 grantlee theme library
Group: System/Libraries
@@ -72,30 +72,61 @@ This package contains libraries and header files for developing applications tha
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name}
/sbin/ldconfig
exit 0
%postun -n lib%{name}
/sbin/ldconfig
exit 0
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files -n lib%{name} -f %{name}5_qt.lang
%defattr(-,root,root)
%{_kde5_libdir}/libKF5GrantleeTheme.so.*
%{_libdir}/libKPim5GrantleeTheme.so.*
%{_libdir}/grantlee/*/kde_grantlee_plugin.so
%{_datadir}/qlogging-categories5/grantleetheme.categories
%{_datadir}/qlogging-categories5/grantleetheme.renamecategories
%files -n lib%{name}-devel
%defattr(-,root,root)
%dir %{_kde5_includedir}/GrantleeTheme
%{_kde5_includedir}/GrantleeTheme/*
%{_kde5_libdir}/cmake/KF5GrantleeTheme/KF5GrantleeTheme*.cmake
%{_kde5_libdir}/libKF5GrantleeTheme.so
%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
%changelog
* Thu Sep 14 2023 Automatic Build System <autodist@mambasoft.it> 23.08.1-1mamba
- automatic version update by autodist
* Sat Aug 26 2023 Automatic Build System <autodist@mambasoft.it> 23.08.0-1mamba
- automatic version update by autodist
* Fri Jul 07 2023 Automatic Build System <autodist@mambasoft.it> 23.04.3-1mamba
- automatic version update by autodist
* Fri Jun 09 2023 Automatic Build System <autodist@mambasoft.it> 23.04.2-1mamba
- automatic version update by autodist
* Thu May 11 2023 Automatic Build System <autodist@mambasoft.it> 23.04.1-1mamba
- automatic version update by autodist
* Thu Apr 27 2023 Automatic Build System <autodist@mambasoft.it> 23.04.0-1mamba
- automatic version update by autodist
* Fri Mar 03 2023 Automatic Build System <autodist@mambasoft.it> 22.12.3-1mamba
- automatic version update by autodist
* Fri Feb 03 2023 Automatic Build System <autodist@mambasoft.it> 22.12.2-1mamba
- automatic version update by autodist
* Thu Jan 05 2023 Automatic Build System <autodist@mambasoft.it> 22.12.1-1mamba
- automatic version update by autodist
* Thu Dec 08 2022 Automatic Build System <autodist@mambasoft.it> 22.12.0-1mamba
- automatic version update by autodist
* Fri Nov 04 2022 Automatic Build System <autodist@mambasoft.it> 22.08.3-1mamba
- automatic version update by autodist
* Fri Oct 14 2022 Automatic Build System <autodist@mambasoft.it> 22.08.2-1mamba
- automatic version update by autodist