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:
parent
70a65af6ba
commit
7ccb7e22e1
3
kio-extras-5.0.95.tar.xz
Normal file
3
kio-extras-5.0.95.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4861f267db311920b13c4421e22cea571a8735d69e513249101589f7ac6ec895
|
||||
size 554632
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed392493fbb5ae0d81b5e8c97315c5bdfdc0daacfd1663c2709e4d116f3db055
|
||||
size 281184
|
2
kio-extras5-rpmlintrc
Normal file
2
kio-extras5-rpmlintrc
Normal file
@ -0,0 +1,2 @@
|
||||
# we don't use find_lang macro as it doesn't searches in subdirectories
|
||||
addFilter("file-not-in-%lang .*")
|
@ -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
|
||||
|
||||
|
@ -17,13 +17,14 @@
|
||||
|
||||
|
||||
Name: kio-extras5
|
||||
Version: 5.0.95~git20140912
|
||||
Version: 5.0.95
|
||||
Release: 0
|
||||
Summary: Additional KIO-slaves for KDE applications
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
Source: kio-extras-%{version}.tar.xz
|
||||
Source99: %{name}-rpmlintrc
|
||||
BuildRequires: OpenEXR-devel
|
||||
BuildRequires: karchive-devel
|
||||
BuildRequires: kconfig-devel
|
||||
@ -63,13 +64,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%description
|
||||
Additional KIO-slaves for KDE applications.
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q -n kio-extras-%{version}
|
||||
sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt
|
||||
sed -i '/^ecm_optional_add_subdirectory(po)/d' CMakeLists.txt
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
@ -100,4 +101,8 @@ sed -i '/^ecm_optional_add_subdirectory(po)/d' CMakeLists.txt
|
||||
%{_kf5_sharedir}/remoteview/
|
||||
%{_kf5_sharedir}/mime/packages/kf5_network.xml
|
||||
|
||||
%files lang
|
||||
%defattr(-,root,root)
|
||||
%{_kf5_localedir}/
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user