diff --git a/copyq.spec b/copyq.spec index 7cdf613..f4a4832 100644 --- a/copyq.spec +++ b/copyq.spec @@ -2,7 +2,7 @@ Name: copyq Summary: Advanced clipboard manager Version: 2.7.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Url: https://hluk.github.io/%{project}/ Source0: https://github.com/hluk/%{project}/archive/v%{version}.tar.gz#/%{project}-%{version}.tar.gz @@ -26,7 +26,7 @@ sed -i '/DQT_RESTRICTED_CAST_FROM_ASCII/d' CMakeLists.txt -DWITH_TESTS=TRUE \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DPLUGIN_INSTALL_PREFIX=%{_libdir}/%{name}/plugins \ - -DTRANSLATION_INSTALL_PREFIX:PATH=share/%{name}/locale + -DTRANSLATION_INSTALL_PREFIX:PATH=%{_datadir}/%{name}/locale make %{?_smp_mflags} %install @@ -63,6 +63,9 @@ fi /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sat Jul 16 2016 Gerald Cox - 2.7.1-2 +- Make translations available rhbz#1357235 + * Sun Jun 19 2016 Gerald Cox - 2.7.1-1 - Upstream release rhbz#1347965