automatic version update by autodist [release 23.04.0-1mamba;Thu Apr 27 2023]
This commit is contained in:
parent
3520523cef
commit
ca710b43b6
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: kcalutils
|
||||
Version: 22.12.3
|
||||
Version: 23.04.0
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 Calentar utils library
|
||||
Group: System/Libraries
|
||||
@ -67,35 +67,31 @@ 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}/libKF5CalendarUtils.so.*
|
||||
%{_libdir}/libKPim5CalendarUtils.so.*
|
||||
%{_libdir}/grantlee/*/kcalendar_grantlee_plugin.so
|
||||
%{_datadir}/qlogging-categories5/kcalutils.*categories
|
||||
%doc LICENSES
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_kde5_includedir}/KCalUtils
|
||||
%dir %{_kde5_includedir}/KCalUtils/KCalUtils
|
||||
%{_kde5_includedir}/KCalUtils/KCalUtils/*
|
||||
%dir %{_kde5_includedir}/KCalUtils/kcalutils
|
||||
%{_kde5_includedir}/KCalUtils/kcalutils/*
|
||||
%{_kde5_includedir}/KCalUtils/kcalutils_version.h
|
||||
%dir %{_includedir}/KPim5/KCalUtils
|
||||
%{_includedir}/KPim5/KCalUtils/*
|
||||
%dir %{_libdir}/cmake/KPim5CalendarUtils
|
||||
%{_libdir}/cmake/KPim5CalendarUtils/KPim*.cmake
|
||||
%{_libdir}/libKPim5CalendarUtils.so
|
||||
%dir %{_kde5_libdir}/cmake/KF5CalendarUtils
|
||||
%{_kde5_libdir}/cmake/KF5CalendarUtils/KF5CalendarUtils*.cmake
|
||||
%{_kde5_libdir}/libKF5CalendarUtils.so
|
||||
%{_kde5_libdir}/cmake/KF5CalendarUtils/*.cmake
|
||||
%{_kde5_mkspecsdir}/qt_KCalUtils.pri
|
||||
|
||||
%changelog
|
||||
* Thu Apr 27 2023 Automatic Build System <autodist@mambasoft.it> 23.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 04 2023 Automatic Build System <autodist@mambasoft.it> 22.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user