From 72d37ba884048f2a7023cd98ba801fb9ba63ebcf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 22:29:52 +0000 Subject: [PATCH 1/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- xviewer-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xviewer-plugins.spec b/xviewer-plugins.spec index 9d2a737..e9de56b 100644 --- a/xviewer-plugins.spec +++ b/xviewer-plugins.spec @@ -1,6 +1,6 @@ Name: xviewer-plugins Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A collection of plugins for xviewer License: GPLv2+ @@ -70,6 +70,9 @@ NOCONFIGURE=1 %{_bindir}/gnome-autogen.sh %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Mon May 08 2017 Björn Esser - 1.2.0-1 - Initial import (rhbz#1424826) From 98c542b502f0ead6fa6abf271cc79c9c2da95618 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 11:01:46 +0000 Subject: [PATCH 2/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- xviewer-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xviewer-plugins.spec b/xviewer-plugins.spec index e9de56b..11d8c62 100644 --- a/xviewer-plugins.spec +++ b/xviewer-plugins.spec @@ -1,6 +1,6 @@ Name: xviewer-plugins Version: 1.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A collection of plugins for xviewer License: GPLv2+ @@ -70,6 +70,9 @@ NOCONFIGURE=1 %{_bindir}/gnome-autogen.sh %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 1.2.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From ad5c51e796ff96e03cc2260b41f251e196602fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Fri, 17 Nov 2017 11:00:15 +0100 Subject: [PATCH 3/9] Adaptions for EPEL7 --- xviewer-plugins.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/xviewer-plugins.spec b/xviewer-plugins.spec index 11d8c62..b7423f0 100644 --- a/xviewer-plugins.spec +++ b/xviewer-plugins.spec @@ -1,6 +1,6 @@ Name: xviewer-plugins Version: 1.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A collection of plugins for xviewer License: GPLv2+ @@ -20,9 +20,10 @@ BuildRequires: pkgconfig(libgdata) BuildRequires: pkgconfig(libpeas-1.0) BuildRequires: pkgconfig(xviewer) BuildRequires: pkgconfig(glib-2.0) -BuildRequires: python3-devel +BuildRequires: python%{python3_pkgversion}-devel -Requires: python3%{_isa} +Requires: python%{python3_pkgversion}%{_isa} +Requires: python%{python3_pkgversion}-xapps-overrides%{_isa} Requires: xviewer%{?_isa} @@ -70,6 +71,9 @@ NOCONFIGURE=1 %{_bindir}/gnome-autogen.sh %changelog +* Fri Nov 17 2017 Björn Esser - 1.2.0-4 +- Adaptions for EPEL7 + * Thu Aug 03 2017 Fedora Release Engineering - 1.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 08c66eccee16780c0d43cff5c7c6b70195d4673d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Fri, 17 Nov 2017 13:29:49 +0100 Subject: [PATCH 4/9] Add required scriptlets for EPEL7 --- xviewer-plugins.spec | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/xviewer-plugins.spec b/xviewer-plugins.spec index b7423f0..d50cd95 100644 --- a/xviewer-plugins.spec +++ b/xviewer-plugins.spec @@ -1,6 +1,6 @@ Name: xviewer-plugins Version: 1.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A collection of plugins for xviewer License: GPLv2+ @@ -26,6 +26,7 @@ Requires: python%{python3_pkgversion}%{_isa} Requires: python%{python3_pkgversion}-xapps-overrides%{_isa} Requires: xviewer%{?_isa} +Requires(postun): /sbin/ldconfig %description This package contains plugins for additional features in xviewer. @@ -58,7 +59,19 @@ NOCONFIGURE=1 %{_bindir}/gnome-autogen.sh %post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%postun +/sbin/ldconfig +%if (0%{?fedora} && 0%{?fedora} <=24) || (0%{?rhel} && 0%{?rhel} <= 7) +if [ $1 -eq 0 ] ; then + %{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : +fi +%endif # (0%%{?fedora} && 0%%{?fedora} <=24) || (0%%{?rhel} && 0%%{?rhel} <= 7) + + +%if (0%{?fedora} && 0%{?fedora} <=24) || (0%{?rhel} && 0%{?rhel} <= 7) +%posttrans +%{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : +%endif # (0%%{?fedora} && 0%%{?fedora} <=24) || (0%%{?rhel} && 0%%{?rhel} <= 7) %files -f %{name}.lang @@ -71,6 +84,9 @@ NOCONFIGURE=1 %{_bindir}/gnome-autogen.sh %changelog +* Fri Nov 17 2017 Björn Esser - 1.2.0-5 +- Add required scriptlets for EPEL7 + * Fri Nov 17 2017 Björn Esser - 1.2.0-4 - Adaptions for EPEL7 From 71b3ee4d1d9be33ae1f36df67da6b8675e4aa80a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 22:09:53 +0000 Subject: [PATCH 5/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xviewer-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xviewer-plugins.spec b/xviewer-plugins.spec index d50cd95..09d0582 100644 --- a/xviewer-plugins.spec +++ b/xviewer-plugins.spec @@ -1,6 +1,6 @@ Name: xviewer-plugins Version: 1.2.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A collection of plugins for xviewer License: GPLv2+ @@ -84,6 +84,9 @@ fi %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.2.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Fri Nov 17 2017 Björn Esser - 1.2.0-5 - Add required scriptlets for EPEL7 From 2daae31ee69b5d798e66a1d288261d5f86d7f0d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:30:49 +0200 Subject: [PATCH 6/9] Rebuilt for Python 3.7 --- xviewer-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xviewer-plugins.spec b/xviewer-plugins.spec index 09d0582..d68595c 100644 --- a/xviewer-plugins.spec +++ b/xviewer-plugins.spec @@ -1,6 +1,6 @@ Name: xviewer-plugins Version: 1.2.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A collection of plugins for xviewer License: GPLv2+ @@ -84,6 +84,9 @@ fi %changelog +* Tue Jun 19 2018 Miro Hrončok - 1.2.0-7 +- Rebuilt for Python 3.7 + * Fri Feb 09 2018 Fedora Release Engineering - 1.2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 84f7b9f150f172718ccaf1f7ce8a948081f3317e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:37:54 +0000 Subject: [PATCH 7/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xviewer-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xviewer-plugins.spec b/xviewer-plugins.spec index d68595c..ea87d00 100644 --- a/xviewer-plugins.spec +++ b/xviewer-plugins.spec @@ -1,6 +1,6 @@ Name: xviewer-plugins Version: 1.2.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A collection of plugins for xviewer License: GPLv2+ @@ -84,6 +84,9 @@ fi %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.2.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Tue Jun 19 2018 Miro Hrončok - 1.2.0-7 - Rebuilt for Python 3.7 From 3c5710a2302d668ddc0d3df9b3f7746e7c205d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Nov 2018 12:53:57 +0100 Subject: [PATCH 8/9] https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 --- xviewer-plugins.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xviewer-plugins.spec b/xviewer-plugins.spec index ea87d00..35ab92d 100644 --- a/xviewer-plugins.spec +++ b/xviewer-plugins.spec @@ -1,3 +1,7 @@ +# This package depends on automagic byte compilation +# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 +%global _python_bytecompile_extra 1 + Name: xviewer-plugins Version: 1.2.0 Release: 8%{?dist} From 2c947bacac2e7f8d7a3ea8aa9cbd4c0fc782b583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 24 Dec 2018 13:54:55 +0100 Subject: [PATCH 9/9] Orphaned for 6+ weeks --- .gitignore | 4 -- dead.package | 1 + sources | 1 - xviewer-plugins.spec | 116 ------------------------------------------- 4 files changed, 1 insertion(+), 121 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xviewer-plugins.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4a406bf..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -*~ -*.rpm -*.tar* -results_*/ diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index cf59009..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (xviewer-plugins-1.2.0.tar.gz) = ffcf934f363f1a213eb11ef5849ede09ee563a082a76847ceab08c49cd1ae929f49dfd35947133fdda2bb9d6f8514bbb3f3dc6867dd04af9c0ae8dd723b18a15 diff --git a/xviewer-plugins.spec b/xviewer-plugins.spec deleted file mode 100644 index 35ab92d..0000000 --- a/xviewer-plugins.spec +++ /dev/null @@ -1,116 +0,0 @@ -# This package depends on automagic byte compilation -# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 -%global _python_bytecompile_extra 1 - -Name: xviewer-plugins -Version: 1.2.0 -Release: 8%{?dist} -Summary: A collection of plugins for xviewer - -License: GPLv2+ -URL: https://github.com/linuxmint/%{name} -Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz - -BuildRequires: libappstream-glib -BuildRequires: gnome-common -BuildRequires: intltool -BuildRequires: pkgconfig(champlain-gtk-0.12) -BuildRequires: pkgconfig(clutter-gtk-1.0) -BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gsettings-desktop-schemas) -BuildRequires: pkgconfig(gtk+-3.0) -BuildRequires: pkgconfig(libexif) -BuildRequires: pkgconfig(libgdata) -BuildRequires: pkgconfig(libpeas-1.0) -BuildRequires: pkgconfig(xviewer) -BuildRequires: pkgconfig(glib-2.0) -BuildRequires: python%{python3_pkgversion}-devel - -Requires: python%{python3_pkgversion}%{_isa} -Requires: python%{python3_pkgversion}-xapps-overrides%{_isa} -Requires: xviewer%{?_isa} - -Requires(postun): /sbin/ldconfig - -%description -This package contains plugins for additional features in xviewer. - - -%prep -%autosetup -p 1 -NOCONFIGURE=1 %{_bindir}/gnome-autogen.sh - - -%build -%configure \ - --with-plugins=all \ - --enable-python -%make_build - - -%install -%make_install -%{_bindir}/find %{buildroot} -type f -name '*.a' -print -delete -%{_bindir}/find %{buildroot} -type f -name '*.la' -print -delete -%find_lang %{name} - - -%check -%{_bindir}/appstream-util validate-relax --nonet \ - %{buildroot}%{_datadir}/appdata/*.xml - - -%post -p /sbin/ldconfig - - -%postun -/sbin/ldconfig -%if (0%{?fedora} && 0%{?fedora} <=24) || (0%{?rhel} && 0%{?rhel} <= 7) -if [ $1 -eq 0 ] ; then - %{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : -fi -%endif # (0%%{?fedora} && 0%%{?fedora} <=24) || (0%%{?rhel} && 0%%{?rhel} <= 7) - - -%if (0%{?fedora} && 0%{?fedora} <=24) || (0%{?rhel} && 0%{?rhel} <= 7) -%posttrans -%{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : -%endif # (0%%{?fedora} && 0%%{?fedora} <=24) || (0%%{?rhel} && 0%%{?rhel} <= 7) - - -%files -f %{name}.lang -%license AUTHORS COPYING debian/copyright -%doc ChangeLog NEWS README debian/changelog -%{_libdir}/xviewer/plugins/* -%{_datadir}/appdata/* -%{_datadir}/glib-2.0/schemas/* -%{_datadir}/xviewer/plugins/* - - -%changelog -* Sat Jul 14 2018 Fedora Release Engineering - 1.2.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 1.2.0-7 -- Rebuilt for Python 3.7 - -* Fri Feb 09 2018 Fedora Release Engineering - 1.2.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Fri Nov 17 2017 Björn Esser - 1.2.0-5 -- Add required scriptlets for EPEL7 - -* Fri Nov 17 2017 Björn Esser - 1.2.0-4 -- Adaptions for EPEL7 - -* Thu Aug 03 2017 Fedora Release Engineering - 1.2.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 1.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Mon May 08 2017 Björn Esser - 1.2.0-1 -- Initial import (rhbz#1424826) - -* Sun Feb 19 2017 Björn Esser - 1.2.0-0.1 -- Initial rpm-release (rhbz#1424826)