Accepting request 252519 from KDE:Frameworks5

- Update to 5.0.95:
   * Minor changes to samba kio
- Install translations
- Add rpmlintrc file for file-not-in-%lang warnings: we don't use
  find_lang macro as it doesn't searches in subdirectories

OBS-URL: https://build.opensuse.org/request/show/252519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio-extras5?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2014-10-01 09:22:44 +00:00 committed by Git OBS Bridge
parent 70a65af6ba
commit 7ccb7e22e1
5 changed files with 22 additions and 6 deletions

3
kio-extras-5.0.95.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4861f267db311920b13c4421e22cea571a8735d69e513249101589f7ac6ec895
size 554632

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed392493fbb5ae0d81b5e8c97315c5bdfdc0daacfd1663c2709e4d116f3db055
size 281184

2
kio-extras5-rpmlintrc Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Sep 26 09:14:10 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.0.95:
* Minor changes to samba kio
- Install translations
- Add rpmlintrc file for file-not-in-%lang warnings: we don't use
find_lang macro as it doesn't searches in subdirectories
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 12 14:23:59 UTC 2014 - hrvoje.senjan@gmail.com Fri Sep 12 14:23:59 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -17,13 +17,14 @@
Name: kio-extras5 Name: kio-extras5
Version: 5.0.95~git20140912 Version: 5.0.95
Release: 0 Release: 0
Summary: Additional KIO-slaves for KDE applications Summary: Additional KIO-slaves for KDE applications
License: GPL-2.0+ License: GPL-2.0+
Group: System/GUI/KDE Group: System/GUI/KDE
Url: http://www.kde.org Url: http://www.kde.org
Source: kio-extras-%{version}.tar.xz Source: kio-extras-%{version}.tar.xz
Source99: %{name}-rpmlintrc
BuildRequires: OpenEXR-devel BuildRequires: OpenEXR-devel
BuildRequires: karchive-devel BuildRequires: karchive-devel
BuildRequires: kconfig-devel BuildRequires: kconfig-devel
@ -63,13 +64,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Additional KIO-slaves for KDE applications. Additional KIO-slaves for KDE applications.
%lang_package
%prep %prep
%setup -q -n kio-extras-%{version} %setup -q -n kio-extras-%{version}
sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt
sed -i '/^ecm_optional_add_subdirectory(po)/d' CMakeLists.txt
%build %build
%cmake_kf5 -d build %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
%make_jobs %make_jobs
%install %install
@ -100,4 +101,8 @@ sed -i '/^ecm_optional_add_subdirectory(po)/d' CMakeLists.txt
%{_kf5_sharedir}/remoteview/ %{_kf5_sharedir}/remoteview/
%{_kf5_sharedir}/mime/packages/kf5_network.xml %{_kf5_sharedir}/mime/packages/kf5_network.xml
%files lang
%defattr(-,root,root)
%{_kf5_localedir}/
%changelog %changelog