automatic version update by autodist [release 5.84.0-1mamba;Tue Jul 13 2021]
This commit is contained in:
parent
8de3b6df4f
commit
dfce3cc18a
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: kcalendarcore
|
Name: kcalendarcore
|
||||||
Version: 5.83.0
|
Version: 5.84.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Frameworks 5 library providing access to and handling of calendar data
|
Summary: KDE Frameworks 5 library providing access to and handling of calendar data
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -10,7 +10,6 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://kde.org/
|
URL: https://kde.org/
|
||||||
Source: https://download.kde.org/stable/frameworks/%{majver}/kcalendarcore-%{version}.tar.xz
|
Source: https://download.kde.org/stable/frameworks/%{majver}/kcalendarcore-%{version}.tar.xz
|
||||||
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -31,7 +30,7 @@ KDE Frameworks 5 library providing access to and handling of calendar data.
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: KDE Frameworks 5 library providing access to and handling of calendar data
|
Summary: KDE Frameworks 5 library providing access to and handling of calendar data
|
||||||
Provides: libkcalcore
|
Provides: libkcalcore
|
||||||
Obsoletes: libkcalcore
|
Obsoletes: libkcalcore < 5.84.0
|
||||||
|
|
||||||
%description -n lib%{name}
|
%description -n lib%{name}
|
||||||
KDE Frameworks 5 library providing access to and handling of calendar data.
|
KDE Frameworks 5 library providing access to and handling of calendar data.
|
||||||
@ -42,7 +41,7 @@ Group: Development/Libraries
|
|||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: libkcalcore-devel
|
Provides: libkcalcore-devel
|
||||||
Obsoletes: libkcalcore-devel
|
Obsoletes: libkcalcore-devel < 5.84.0
|
||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
@ -63,13 +62,9 @@ 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}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -91,12 +86,16 @@ exit 0
|
|||||||
%{_kde5_includedir}/KCalendarCore/kcalendarcore/*.h
|
%{_kde5_includedir}/KCalendarCore/kcalendarcore/*.h
|
||||||
%{_kde5_includedir}/kcalcore_version.h
|
%{_kde5_includedir}/kcalcore_version.h
|
||||||
%{_kde5_includedir}/kcalendarcore_version.h
|
%{_kde5_includedir}/kcalendarcore_version.h
|
||||||
%dir %{_kde5_libdir}/cmake/KF5CalendarCore
|
|
||||||
%{_kde5_libdir}/cmake/KF5CalendarCore/*.cmake
|
|
||||||
%{_kde5_libdir}/libKF5CalendarCore.so
|
%{_kde5_libdir}/libKF5CalendarCore.so
|
||||||
%{_kde5_mkspecsdir}/qt_KCalendarCore.pri
|
%{_kde5_mkspecsdir}/qt_KCalendarCore.pri
|
||||||
|
%dir %{_kde5_libdir}/cmake/KF5CalendarCore
|
||||||
|
%{_kde5_libdir}/cmake/KF5CalendarCore/*.cmake
|
||||||
|
%{_libdir}/pkgconfig/KF5CalendarCore.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 13 2021 Automatic Build System <autodist@mambasoft.it> 5.84.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Jun 13 2021 Automatic Build System <autodist@mambasoft.it> 5.83.0-1mamba
|
* Sun Jun 13 2021 Automatic Build System <autodist@mambasoft.it> 5.83.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user