From d85c8cc40b4a8880a073870790841a26af282fc9 Mon Sep 17 00:00:00 2001 From: badshah400 <> Date: Aug 05 2022 19:11:27 +0000 Subject: Update engauge-digitizer to version 12.1 / rev 34 via SR 993105 https://build.opensuse.org/request/show/993105 by user badshah400 + dimstar_suse --- diff --git a/.files b/.files index 742a0a8..4f431c7 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index b4e51fc..42804ed 100644 --- a/.rev +++ b/.rev @@ -273,4 +273,12 @@ 760867 + + c7a79376cf3ea2754ed0408d0d16b0c1 + 12.1 + + dimstar_suse + + 993105 + diff --git a/engauge-digitizer-rpmlintrc b/engauge-digitizer-rpmlintrc deleted file mode 100644 index d2e8641..0000000 --- a/engauge-digitizer-rpmlintrc +++ /dev/null @@ -1,2 +0,0 @@ -addFilter("engauge-digitizer-doc.* file-contains-date-and-time") -addFilter("engauge-digitizer-devel-doc.* file-contains-date-and-time") diff --git a/engauge-digitizer.changes b/engauge-digitizer.changes index ae1950a..50eaf40 100644 --- a/engauge-digitizer.changes +++ b/engauge-digitizer.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Aug 3 14:51:00 UTC 2022 - Stefan BrĂ¼ns + +- Remove RPATH from executable +- Cleanup spec file +- Remove obsolete rpmlintrc + +------------------------------------------------------------------- Sat Jan 4 12:52:28 UTC 2020 - Atri Bhattacharya - Update to version 12.1: diff --git a/engauge-digitizer.spec b/engauge-digitizer.spec index 69f0e02..3710b05 100644 --- a/engauge-digitizer.spec +++ b/engauge-digitizer.spec @@ -1,7 +1,7 @@ # # spec file for package engauge-digitizer # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,9 +22,8 @@ Release: 0 Summary: Ditigizer software that converts old graphs into numbers again License: GPL-2.0-or-later Group: Productivity/Scientific/Other -URL: http://markummitchell.github.io/engauge-digitizer/ +URL: https://markummitchell.github.io/engauge-digitizer/ Source0: https://github.com/markummitchell/%{name}/archive/v%{version}.tar.gz -Source1: %{name}-rpmlintrc BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ @@ -49,7 +48,6 @@ BuildRequires: pkgconfig(poppler-qt5) Requires(post): desktop-file-utils Requires(postun): desktop-file-utils Suggests: %{name}-doc -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This digitizing software converts an image file, showing a graph or @@ -80,6 +78,8 @@ This package contains the development documentation for Engauge Digitizer. # UNNECESSARY EXEC PERM chmod -x help/build_qt5_12_0.bash +# Remove any RUNPATH, we don't use the wrapper script or private libraries +sed -i -e '/QMAKE_LFLAGS.*ORIGIN/ d' engauge.pro %build # ADD JPEG2000 SUPPORT @@ -130,32 +130,20 @@ popd # INSTALL APPDATA install -Dm 0644 dev/gnome/engauge-digitizer.appdata.xml \ - %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml + %{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml # REMOVE UNNECESSARY windows BUILD FILE find ./ -name build.windows -delete -print %fdupes -s doc/doxygen/html -%if 0%{?suse_version} < 1500 -%post -%icon_theme_cache_post -%desktop_database_post - -%postun -%icon_theme_cache_postun -%desktop_database_postun -%endif - %files -%defattr(-,root,root) %doc README.md engauge.qhc engauge.qch %license LICENSE %{_bindir}/engauge %{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/applications/%{name}.desktop -%dir %{_datadir}/appdata -%{_datadir}/appdata/%{name}.appdata.xml +%{_datadir}/metainfo/%{name}.appdata.xml %files doc %doc help