automatic version update by autodist [release 22.08.0-1mamba;Tue Aug 23 2022]
This commit is contained in:
parent
db5173148d
commit
f70c49332e
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: calendarsupport
|
Name: calendarsupport
|
||||||
Version: 22.04.3
|
Version: 22.08.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Frameworks 5 calendar support library
|
Summary: KDE Frameworks 5 calendar support library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -38,7 +38,6 @@ BuildRequires: libkpimtextedit-devel
|
|||||||
BuildRequires: libkservice-devel
|
BuildRequires: libkservice-devel
|
||||||
BuildRequires: libkwidgetsaddons-devel
|
BuildRequires: libkwidgetsaddons-devel
|
||||||
BuildRequires: libkwindowsystem-devel
|
BuildRequires: libkwindowsystem-devel
|
||||||
BuildRequires: libpimcommon-devel
|
|
||||||
BuildRequires: libsolid-devel
|
BuildRequires: libsolid-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
@ -84,18 +83,14 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name}
|
%post -n lib%{name} -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%postun -n lib%{name}
|
%postun -n lib%{name} -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%files -n lib%{name} -f %{name}5_qt.lang
|
%files -n lib%{name} -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde5_libdir}/libKF5CalendarSupport.so.*
|
%{_kde5_libdir}/libKF5CalendarSupport.so.*
|
||||||
%{_kde5_servicetypesdir}/calendarplugin.desktop
|
#%{_kde5_servicetypesdir}/calendarplugin.desktop
|
||||||
%{_datadir}/qlogging-categories5/calendarsupport.categories
|
%{_datadir}/qlogging-categories5/calendarsupport.categories
|
||||||
%{_datadir}/qlogging-categories5/calendarsupport.renamecategories
|
%{_datadir}/qlogging-categories5/calendarsupport.renamecategories
|
||||||
|
|
||||||
@ -108,6 +103,9 @@ exit 0
|
|||||||
%{_kde5_libdir}/cmake/KF5CalendarSupport/KF5CalendarSupport*.cmake
|
%{_kde5_libdir}/cmake/KF5CalendarSupport/KF5CalendarSupport*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 23 2022 Automatic Build System <autodist@mambasoft.it> 22.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Jul 10 2022 Automatic Build System <autodist@mambasoft.it> 22.04.3-1mamba
|
* Sun Jul 10 2022 Automatic Build System <autodist@mambasoft.it> 22.04.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user