forked from pool/kdelibs4support
Accepting request 254448 from KDE:Frameworks5
Update to 5.3.0 OBS-URL: https://build.opensuse.org/request/show/254448 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdelibs4support?expand=0&rev=7
This commit is contained in:
commit
7a1a354e89
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55784cc49869114bc7a990fd6e91313eb42c0fad69b01bda39684335e6db0379
|
||||
size 1923196
|
3
kdelibs4support-5.3.0.tar.xz
Normal file
3
kdelibs4support-5.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:362610c5ab81e68c0e2fc2560e6af37985fbf85fefcbe375c4a7ae8959b3669d
|
||||
size 3164684
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 4 18:00:07 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.3.0
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.3.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 9 09:49:42 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -18,11 +18,11 @@
|
||||
|
||||
%define lname libKF5KDELibs4Support5
|
||||
Name: kdelibs4support
|
||||
Version: 5.2.0
|
||||
Version: 5.3.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 1.2.0
|
||||
BuildRequires: extra-cmake-modules >= 1.3.0
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kbookmarks-devel >= %{kf5_version}
|
||||
BuildRequires: kcompletion-devel >= %{kf5_version}
|
||||
@ -60,6 +60,7 @@ BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(sm)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Recommends: %{name}-lang = %{version}
|
||||
Provides: kde4support = %{version}
|
||||
Obsoletes: kde4support < %{version}
|
||||
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
||||
@ -174,6 +175,7 @@ software using the KDE4 Support framework are installed to the same
|
||||
location as KDELibs4Support, although it may be sufficient to set the
|
||||
KDEDIRS environment variable correctly. Development files.
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -185,10 +187,14 @@ KDEDIRS environment variable correctly. Development files.
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING* README*
|
||||
@ -207,7 +213,7 @@ KDEDIRS environment variable correctly. Development files.
|
||||
%{_kf5_servicetypesdir}/
|
||||
%{_kf5_datadir}/kdoctools/
|
||||
%{_kf5_datadir}/widgets/
|
||||
%{_kf5_sharedir}/locale/
|
||||
%{_kf5_sharedir}/locale/kf5_all_languages
|
||||
%{_kf5_datadir}/locale/
|
||||
%{_kf5_mandir}/man1/kf5-config.*
|
||||
%doc %{_kf5_htmldir}/
|
||||
|
Loading…
Reference in New Issue
Block a user