diff --git a/kdeclarative-5.8.0.tar.xz b/kdeclarative-5.8.0.tar.xz deleted file mode 100644 index af88e51..0000000 --- a/kdeclarative-5.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:563848af5392a23f94e8ce185ac1878749d64cc4c0327f646b34ebd10887dea3 -size 150888 diff --git a/kdeclarative-5.9.0.tar.xz b/kdeclarative-5.9.0.tar.xz new file mode 100644 index 0000000..8cd3be5 --- /dev/null +++ b/kdeclarative-5.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b15fb7092d963841fd70d1f603ca4a704e0284154368fc2fef80c04b2ea1f4 +size 158036 diff --git a/kdeclarative.changes b/kdeclarative.changes index c4aafc9..65160b1 100644 --- a/kdeclarative.changes +++ b/kdeclarative.changes @@ -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 diff --git a/kdeclarative.spec b/kdeclarative.spec index e4f06b0..ceb21d4 100644 --- a/kdeclarative.spec +++ b/kdeclarative.spec @@ -16,26 +16,27 @@ # +%bcond_without lang %define lname libKF5Declarative5 -%define _tar_path 5.8 +%define _tar_path 5.9 Name: kdeclarative -Version: %{_tar_path}.0 +Version: 5.9.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 1.8.0 +BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: fdupes -BuildRequires: kconfig-devel >= %{kf5_version} -BuildRequires: kcoreaddons-devel >= %{kf5_version} +BuildRequires: kconfig-devel >= %{_tar_path} +BuildRequires: kcoreaddons-devel >= %{_tar_path} BuildRequires: kf5-filesystem -BuildRequires: kglobalaccel-devel >= %{kf5_version} -BuildRequires: kguiaddons-devel >= %{kf5_version} -BuildRequires: ki18n-devel >= %{kf5_version} -BuildRequires: kiconthemes-devel >= %{kf5_version} -BuildRequires: kio-devel >= %{kf5_version} -BuildRequires: kpackage-devel >= %{kf5_version} -BuildRequires: kwidgetsaddons-devel >= %{kf5_version} -BuildRequires: kwindowsystem-devel >= %{kf5_version} +BuildRequires: kglobalaccel-devel >= %{_tar_path} +BuildRequires: kguiaddons-devel >= %{_tar_path} +BuildRequires: ki18n-devel >= %{_tar_path} +BuildRequires: kiconthemes-devel >= %{_tar_path} +BuildRequires: kio-devel >= %{_tar_path} +BuildRequires: kpackage-devel >= %{_tar_path} +BuildRequires: kwidgetsaddons-devel >= %{_tar_path} +BuildRequires: kwindowsystem-devel >= %{_tar_path} BuildRequires: libepoxy-devel BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0 @@ -56,7 +57,9 @@ KDeclarative provides integration of QML and KDE workspaces. %package -n %lname Summary: Integration of QML and KDE workspaces Group: System/GUI/KDE +%if %{with lang} Recommends: %lname-lang = %{version} +%endif %description -n %lname KDeclarative provides integration of QML and KDE workspaces. @@ -88,8 +91,9 @@ Group: Development/Libraries/KDE Requires: %lname = %{version} Requires: %{name}-components = %{version} Requires: extra-cmake-modules -Requires: kconfig-devel >= %{kf5_version} -Requires: kpackage-devel >= %{kf5_version} +Requires: kconfig-devel >= %{_tar_path} +Requires: kcoreaddons-devel >= %{_tar_path} +Requires: kpackage-devel >= %{_tar_path} Requires: libKF5QuickAddons5 = %{version} Requires: pkgconfig(Qt5Qml) >= 5.2.0 @@ -107,9 +111,11 @@ Development files. %install %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 @@ -119,7 +125,9 @@ Development files. %postun -n libKF5QuickAddons5 -p /sbin/ldconfig +%if %{with lang} %files -n %lname-lang -f %{name}5.lang +%endif %files -n %lname %defattr(-,root,root)