start with 5.17.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=78
This commit is contained in:
parent
225bfc0a5e
commit
e857c47abe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a42d1f1900902cab4ba28d8c374c358fbd6697500eb18f004448fcd4b6e06832
|
||||
size 165596
|
3
kdeclarative-5.17.0.tar.xz
Normal file
3
kdeclarative-5.17.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93a02714e8aafeb1d33a416e609e0af20d757be987ab70e62b4d0ccedb6ce58a
|
||||
size 167516
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 10 23:04:04 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.17.0
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.17.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 8 16:58:48 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -18,9 +18,9 @@
|
||||
|
||||
%bcond_without lang
|
||||
%define lname libKF5Declarative5
|
||||
%define _tar_path 5.16
|
||||
%define _tar_path 5.17
|
||||
Name: kdeclarative
|
||||
Version: 5.16.0
|
||||
Version: 5.17.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
@ -71,6 +71,13 @@ Group: System/GUI/KDE
|
||||
%description -n libKF5QuickAddons5
|
||||
KDeclarative provides integration of QML and KDE workspaces.
|
||||
|
||||
%package -n libKF5CalendarEvents5
|
||||
Summary: Integration of QML and KDE workspaces
|
||||
Group: System/GUI/KDE
|
||||
|
||||
%description -n libKF5CalendarEvents5
|
||||
KDeclarative provides integration of QML and KDE workspaces.
|
||||
|
||||
%package components
|
||||
Summary: KDeclarative QML components
|
||||
Group: System/GUI/KDE
|
||||
@ -94,6 +101,7 @@ Requires: extra-cmake-modules
|
||||
Requires: kconfig-devel >= %{_tar_path}
|
||||
Requires: kcoreaddons-devel >= %{_tar_path}
|
||||
Requires: kpackage-devel >= %{_tar_path}
|
||||
Requires: libKF5CalendarEvents5 = %{version}
|
||||
Requires: libKF5QuickAddons5 = %{version}
|
||||
Requires: cmake(Qt5Qml) >= 5.3.0
|
||||
|
||||
@ -125,6 +133,10 @@ Development files.
|
||||
|
||||
%postun -n libKF5QuickAddons5 -p /sbin/ldconfig
|
||||
|
||||
%post -n libKF5CalendarEvents5 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libKF5CalendarEvents5 -p /sbin/ldconfig
|
||||
|
||||
%if %{with lang}
|
||||
%files -n %lname-lang -f %{name}5.lang
|
||||
%endif
|
||||
@ -139,6 +151,11 @@ Development files.
|
||||
%doc COPYING* README*
|
||||
%{_kf5_libdir}/libKF5QuickAddons.so.*
|
||||
|
||||
%files -n libKF5CalendarEvents5
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING* README*
|
||||
%{_kf5_libdir}/libKF5CalendarEvents.so.*
|
||||
|
||||
%files components
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING* README*
|
||||
@ -153,6 +170,7 @@ Development files.
|
||||
%defattr(-,root,root)
|
||||
%{_kf5_libdir}/libKF5Declarative.so
|
||||
%{_kf5_libdir}/libKF5QuickAddons.so
|
||||
%{_kf5_libdir}/libKF5CalendarEvents.so
|
||||
%{_kf5_libdir}/cmake/KF5Declarative/
|
||||
%{_kf5_includedir}/*.h
|
||||
%dir %{_kf5_includedir}/*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user