4.100.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=19
This commit is contained in:
parent
96a6a7ebdd
commit
63256915d8
3
kdeclarative-4.100.0.tar.xz
Normal file
3
kdeclarative-4.100.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e33708cdd149e465dc897720f82a2392798f02ac37c862589e97cf7a65088f36
|
||||||
|
size 2813732
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:edb3db347acf96bae9e95635f9e41e885221c44db926031bc66763cdb89feae8
|
|
||||||
size 2813388
|
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 1 18:02:34 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 4.100.0
|
||||||
|
* API improvements and cleanups
|
||||||
|
* Buildsystem fixes
|
||||||
|
* For more details please see:
|
||||||
|
http://www.kde.org/announcements/announce-frameworks5-beta3.php
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 4 01:41:05 UTC 2014 - hrvoje.senjan@gmail.com
|
Sun May 4 01:41:05 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define lname libKF5Declarative5
|
%define lname libKF5Declarative5
|
||||||
Name: kdeclarative
|
Name: kdeclarative
|
||||||
Version: 4.99.0
|
Version: 4.100.0
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: extra-cmake-modules >= 0.0.13
|
BuildRequires: extra-cmake-modules >= 0.0.14
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kconfig-devel >= %{_kf5_version}
|
BuildRequires: kconfig-devel >= %{_kf5_version}
|
||||||
BuildRequires: kcoreaddons-devel >= %{_kf5_version}
|
BuildRequires: kcoreaddons-devel >= %{_kf5_version}
|
||||||
@ -51,6 +51,7 @@ 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
|
||||||
|
Recommends: %lname-lang = %{version}
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
KDeclarative provides integration of QML and KDE workspaces.
|
KDeclarative provides integration of QML and KDE workspaces.
|
||||||
@ -66,6 +67,7 @@ Requires: kio-devel >= %{_kf5_version}
|
|||||||
KDeclarative provides integration of QML and KDE workspaces.
|
KDeclarative provides integration of QML and KDE workspaces.
|
||||||
Development files.
|
Development files.
|
||||||
|
|
||||||
|
%lang_package -n %lname
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -77,10 +79,14 @@ Development files.
|
|||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
|
%find_lang %{name}5
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%files -n %lname-lang -f %{name}5.lang
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING* README*
|
%doc COPYING* README*
|
||||||
|
Loading…
Reference in New Issue
Block a user