Accepting request 295531 from KDE:Frameworks5
Update to 5.9.0. OBS-URL: https://build.opensuse.org/request/show/295531 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=15
This commit is contained in:
commit
c031afe1ac
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:563848af5392a23f94e8ce185ac1878749d64cc4c0327f646b34ebd10887dea3
|
|
||||||
size 150888
|
|
3
kdeclarative-5.9.0.tar.xz
Normal file
3
kdeclarative-5.9.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:84b15fb7092d963841fd70d1f603ca4a704e0284154368fc2fef80c04b2ea1f4
|
||||||
|
size 158036
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 4 14:40:53 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.9.0
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/kde-frameworks-5.9.0.php
|
||||||
|
- Added kcoreaddons-devel Requires to devel subpackage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 7 16:58:53 UTC 2015 - hrvoje.senjan@gmail.com
|
Sat Mar 7 16:58:53 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -16,26 +16,27 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_without lang
|
||||||
%define lname libKF5Declarative5
|
%define lname libKF5Declarative5
|
||||||
%define _tar_path 5.8
|
%define _tar_path 5.9
|
||||||
Name: kdeclarative
|
Name: kdeclarative
|
||||||
Version: %{_tar_path}.0
|
Version: 5.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: extra-cmake-modules >= 1.8.0
|
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kconfig-devel >= %{kf5_version}
|
BuildRequires: kconfig-devel >= %{_tar_path}
|
||||||
BuildRequires: kcoreaddons-devel >= %{kf5_version}
|
BuildRequires: kcoreaddons-devel >= %{_tar_path}
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: kglobalaccel-devel >= %{kf5_version}
|
BuildRequires: kglobalaccel-devel >= %{_tar_path}
|
||||||
BuildRequires: kguiaddons-devel >= %{kf5_version}
|
BuildRequires: kguiaddons-devel >= %{_tar_path}
|
||||||
BuildRequires: ki18n-devel >= %{kf5_version}
|
BuildRequires: ki18n-devel >= %{_tar_path}
|
||||||
BuildRequires: kiconthemes-devel >= %{kf5_version}
|
BuildRequires: kiconthemes-devel >= %{_tar_path}
|
||||||
BuildRequires: kio-devel >= %{kf5_version}
|
BuildRequires: kio-devel >= %{_tar_path}
|
||||||
BuildRequires: kpackage-devel >= %{kf5_version}
|
BuildRequires: kpackage-devel >= %{_tar_path}
|
||||||
BuildRequires: kwidgetsaddons-devel >= %{kf5_version}
|
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
|
||||||
BuildRequires: kwindowsystem-devel >= %{kf5_version}
|
BuildRequires: kwindowsystem-devel >= %{_tar_path}
|
||||||
BuildRequires: libepoxy-devel
|
BuildRequires: libepoxy-devel
|
||||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
||||||
@ -56,7 +57,9 @@ KDeclarative provides integration of QML and KDE workspaces.
|
|||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: Integration of QML and KDE workspaces
|
Summary: Integration of QML and KDE workspaces
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
|
%if %{with lang}
|
||||||
Recommends: %lname-lang = %{version}
|
Recommends: %lname-lang = %{version}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
KDeclarative provides integration of QML and KDE workspaces.
|
KDeclarative provides integration of QML and KDE workspaces.
|
||||||
@ -88,8 +91,9 @@ Group: Development/Libraries/KDE
|
|||||||
Requires: %lname = %{version}
|
Requires: %lname = %{version}
|
||||||
Requires: %{name}-components = %{version}
|
Requires: %{name}-components = %{version}
|
||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
Requires: kconfig-devel >= %{kf5_version}
|
Requires: kconfig-devel >= %{_tar_path}
|
||||||
Requires: kpackage-devel >= %{kf5_version}
|
Requires: kcoreaddons-devel >= %{_tar_path}
|
||||||
|
Requires: kpackage-devel >= %{_tar_path}
|
||||||
Requires: libKF5QuickAddons5 = %{version}
|
Requires: libKF5QuickAddons5 = %{version}
|
||||||
Requires: pkgconfig(Qt5Qml) >= 5.2.0
|
Requires: pkgconfig(Qt5Qml) >= 5.2.0
|
||||||
|
|
||||||
@ -107,9 +111,11 @@ Development files.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%fdupes -s %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%find_lang %{name}5
|
%if %{with lang}
|
||||||
|
%find_lang %{name}5
|
||||||
|
%endif
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -119,7 +125,9 @@ Development files.
|
|||||||
|
|
||||||
%postun -n libKF5QuickAddons5 -p /sbin/ldconfig
|
%postun -n libKF5QuickAddons5 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
%files -n %lname-lang -f %{name}5.lang
|
%files -n %lname-lang -f %{name}5.lang
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user