diff --git a/kipi-plugins-5.9.0.tar.gz b/kipi-plugins-5.9.0.tar.gz deleted file mode 100644 index 7bb6af6..0000000 --- a/kipi-plugins-5.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d15339b8e8e955b20eeb1e1cd0af06edcfc1f97809ee71c159fc175fb61e1cf2 -size 2110230 diff --git a/kipi-plugins-5.9.1.tar.xz b/kipi-plugins-5.9.1.tar.xz new file mode 100644 index 0000000..b787fed --- /dev/null +++ b/kipi-plugins-5.9.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b3d31ac042b901216ad8ba67dafc46b58c8a285b5162b51189833f6d015542 +size 1468084 diff --git a/kipi-plugins-lang.tar.xz b/kipi-plugins-lang.tar.xz deleted file mode 100644 index f5b4321..0000000 --- a/kipi-plugins-lang.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a179112fcb0b8d2def1e7fda378e2a5fa2113151025cd8da45767c169bfd96a -size 702744 diff --git a/kipi-plugins.changes b/kipi-plugins.changes index 9a59e76..bc04876 100644 --- a/kipi-plugins.changes +++ b/kipi-plugins.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Apr 19 12:19:21 UTC 2019 - wbauer@tmo.at + +- Update to 5.9.1 + * https://jriddell.org/2019/04/19/kipi-plugins-5-9-1-released/ + * First official stand-alone release outside of digikam + * No code changes +- Drop kipi-plugins-lang.tar.xz, the translations are included in + the source tarball +- Remove ImageMagick, enblend-enfuse and hugin Recommends, nothing + in kipi-plugins uses them anymore since a long time +- Change URL to www.kde.org as it is no longer released by the + digikam project +- Make creation of lang package conditional + ------------------------------------------------------------------- Tue Feb 12 06:21:32 UTC 2019 - wbauer@tmo.at diff --git a/kipi-plugins.spec b/kipi-plugins.spec index 3d38bcb..610295a 100644 --- a/kipi-plugins.spec +++ b/kipi-plugins.spec @@ -16,15 +16,15 @@ # +%bcond_without lang Name: kipi-plugins -Version: 5.9.0 +Version: 5.9.1 Release: 0 Summary: KDE Plug-Ins for Image Manipulation License: GPL-2.0-or-later Group: Productivity/Graphics/Other -URL: http://www.digikam.org/ -Source0: https://github.com/KDE/kipi-plugins/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -Source1: %{name}-lang.tar.xz +URL: https://www.kde.org/ +Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: karchive-devel BuildRequires: kconfig-devel @@ -46,10 +46,6 @@ BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Xml) BuildRequires: pkgconfig(Qt5XmlPatterns) Recommends: %{name}-lang -Recommends: ImageMagick -Recommends: enblend-enfuse -Recommends: hugin -Recommends: kipi-plugins-lang = %{version} Obsoletes: kipi-plugins-acquireimage < %{version} Obsoletes: kipi-plugins-geolocation < %{version} Obsoletes: kipi-plugins5 < %{version} @@ -68,8 +64,7 @@ applications. %lang_package %prep -%setup -q -a1 -echo "add_subdirectory(po)" >> CMakeLists.txt +%setup -q # Remove build time references so build-compare can do its work FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') @@ -93,12 +88,14 @@ export CXX=g++-7 # Not needed, the package doesn't actually provide any shared libraries rm -f %{buildroot}%{_kf5_libdir}/libKF5kipiplugins.so +%if %{with lang} %find_lang kipiplugins %{name}.lang -for i in dropbox googleservices sendimages facebook flashexport flickr imageshack imgur kmlexport piwigo printimages rajce remotestorage sendimages smug yandexfotki +for i in dropbox facebook flashexport flickr googleservices imageshack imgur jalbum kmlexport mediawiki piwigo printimages rajce remotestorage sendimages smug yandexfotki do %find_lang kipiplugin_$i %{name}.lang done +%endif %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -116,6 +113,8 @@ done %{_kf5_sharedir}/kipiplugin_*/ %{_kf5_servicesdir}/kipiplugin_*.desktop +%if %{with lang} %files lang -f %{name}.lang +%endif %changelog