forked from pool/kdelibs4support
5.9.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdelibs4support?expand=0&rev=40
This commit is contained in:
parent
1f32fde624
commit
8757127da3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62087a7076641dbb8034e9a41f58c849016f9fc98efc1c524f2e86f5cfbf7248
|
||||
size 3205548
|
3
kdelibs4support-5.9.0.tar.xz
Normal file
3
kdelibs4support-5.9.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed7858f4e5361f28d9616ed7569347208ae84c7dfb3399da738d07f944e37cbb
|
||||
size 3205412
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 4 14:41:05 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 11:52:05 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5KDELibs4Support5
|
||||
%define _tar_path 5.8
|
||||
%define _tar_path 5.9
|
||||
Name: kdelibs4support
|
||||
Version: %{_tar_path}.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
BuildRequires: NetworkManager-devel
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 1.8.0
|
||||
BuildRequires: extra-cmake-modules >= %{version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kbookmarks-devel >= %{kf5_version}
|
||||
BuildRequires: kcompletion-devel >= %{kf5_version}
|
||||
@ -192,7 +192,11 @@ KDEDIRS environment variable correctly. Development files.
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%find_lang %{name}
|
||||
if [ -e po ]; then
|
||||
%find_lang %{name}
|
||||
else
|
||||
touch %{name}.lang
|
||||
fi
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user