From 71b3ee4d1d9be33ae1f36df67da6b8675e4aa80a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 22:09:53 +0000 Subject: [PATCH 1/5] - 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 2/5] 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 3/5] - 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 4/5] 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 5/5] 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)