osc copypac from project:home:wolfi323:test package:plasma5-addons revision:12

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-addons?expand=0&rev=99
This commit is contained in:
Wolfgang Bauer 2016-07-06 16:38:21 +00:00 committed by Git OBS Bridge
parent a0d39c153c
commit 3b0fd845da
3 changed files with 12 additions and 7 deletions

View File

@ -1,2 +0,0 @@
# we don't use find_lang macro as it doesn't searches in subdirectories
addFilter("file-not-in-%lang .*")

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 5 11:50:24 UTC 2016 - wbauer@tmo.at
- Use the new %kf5_find_lang macro to create the file list for the
lang package
- Remove rpmlintrc file, it is not needed any more now
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 30 12:02:29 UTC 2016 - hrvoje.senjan@gmail.com Thu Jun 30 12:02:29 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -25,7 +25,6 @@ License: LGPL-2.1 and GPL-2.0+ and GPL-3.0
Group: System/GUI/KDE Group: System/GUI/KDE
Url: http://www.kde.org/ Url: http://www.kde.org/
Source: kdeplasma-addons-%{version}.tar.xz Source: kdeplasma-addons-%{version}.tar.xz
Source99: %{name}-rpmlintrc
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5Activities) >= 5.8.0 BuildRequires: cmake(KF5Activities) >= 5.8.0
BuildRequires: cmake(KF5Config) >= 5.8.0 BuildRequires: cmake(KF5Config) >= 5.8.0
@ -77,11 +76,14 @@ Additional plasmoids from upstream for use on the Plasma workspace.
%setup -q -n kdeplasma-addons-%{version} %setup -q -n kdeplasma-addons-%{version}
%build %build
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
%make_jobs %make_jobs
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build
%if %{with lang}
%kf5_find_lang
%endif
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
@ -102,10 +104,8 @@ Additional plasmoids from upstream for use on the Plasma workspace.
%{_kf5_iconsdir}/hicolor/*/*/*.* %{_kf5_iconsdir}/hicolor/*/*/*.*
%if %{with lang} %if %{with lang}
%files lang %files lang -f %{name}.lang
%defattr(-,root,root)
%doc COPYING* %doc COPYING*
%{_kf5_localedir}/
%endif %endif
%changelog %changelog