Accepting request 233146 from KDE:Frameworks5
Update to 4.99.0 OBS-URL: https://build.opensuse.org/request/show/233146 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcompletion?expand=0&rev=4
This commit is contained in:
commit
784943acb4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:21bf1f8abe55cc8b8ded7fb2b8c1dc79bc699ad13ff1d41a79ca4a3b5cef7260
|
|
||||||
size 82620
|
|
3
kcompletion-4.99.0.tar.xz
Normal file
3
kcompletion-4.99.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eb49e5aaf6a3878dbd4949deea2765f2815649b61b9ed4e8d4543b7034c52da1
|
||||||
|
size 2762824
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 4 01:26:29 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 4.99.0
|
||||||
|
* API improvements and cleanups
|
||||||
|
* Buildsystem fixes
|
||||||
|
* For more details please see:
|
||||||
|
http://www.kde.org/announcements/announce-frameworks5-beta2.php
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 22 19:29:09 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Removed pkgconfig(Qt5Xml) BuildRequires, no longer needed
|
||||||
|
- Removed pkgconfig(Qt5Core) Requires from devel subpackage, no
|
||||||
|
longer (explicitly) needed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 29 19:47:23 UTC 2014 - hrvoje.senjan@gmail.com
|
Sat Mar 29 19:47:23 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -18,16 +18,15 @@
|
|||||||
|
|
||||||
%define lname libKF5Completion5
|
%define lname libKF5Completion5
|
||||||
Name: kcompletion
|
Name: kcompletion
|
||||||
Version: 4.98.0
|
Version: 4.99.0
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: extra-cmake-modules >= 0.0.12
|
BuildRequires: extra-cmake-modules >= 0.0.13
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kconfig-devel >= %{_kf5_version}
|
BuildRequires: kconfig-devel >= %{_kf5_version}
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: kwidgetsaddons-devel >= %{_kf5_version}
|
BuildRequires: kwidgetsaddons-devel >= %{_kf5_version}
|
||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
|
||||||
Summary: Provides widgets with advanced completion support
|
Summary: Provides widgets with advanced completion support
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
@ -42,6 +41,7 @@ lower-level completion class which can be used with your own widgets.
|
|||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: Provides widgets with advanced completion support
|
Summary: Provides widgets with advanced completion support
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
|
Recommends: %lname-lang = %{version}
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
KCompletion provides widgets with advanced completion support as well as a
|
KCompletion provides widgets with advanced completion support as well as a
|
||||||
@ -54,13 +54,13 @@ Requires: %lname = %{version}
|
|||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
Requires: kconfig-devel >= %{_kf5_version}
|
Requires: kconfig-devel >= %{_kf5_version}
|
||||||
Requires: kwidgetsaddons-devel >= %{_kf5_version}
|
Requires: kwidgetsaddons-devel >= %{_kf5_version}
|
||||||
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
KCompletion provides widgets with advanced completion support as well as a
|
KCompletion provides widgets with advanced completion support as well as a
|
||||||
lower-level completion class which can be used with your own widgets. Development
|
lower-level completion class which can be used with your own widgets. Development
|
||||||
files.
|
files.
|
||||||
|
|
||||||
|
%lang_package -n %lname
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -70,12 +70,16 @@ files.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%fdupes -s %{buildroot}
|
%fdupes %{buildroot}%{_kf5_sharedir}
|
||||||
|
|
||||||
|
%find_lang %{name}5 --with-qt --without-mo
|
||||||
|
|
||||||
%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