Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
5c7a7b09ec | |||
b3a80ea3c9 | |||
837b33f51b |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bc77e706069e64f2bb84181970fd4a8dea46f88bec0c4dd7c2b1fd538c6837e6
|
|
||||||
size 28165
|
|
3
Gtk3-ImageView-12.tar.gz
Normal file
3
Gtk3-ImageView-12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c04ee10f8ce55133d7f997cc88768a21a93496b5408aed806afcf77fc87a9fa9
|
||||||
|
size 28270
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 13 05:32:06 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 12.0.0 (12)
|
||||||
|
see /usr/share/doc/packages/perl-Gtk3-ImageView/Changes
|
||||||
|
|
||||||
|
12 2024-10-13 00:31:26 IST
|
||||||
|
- Removed perl feature switch, for compatibility with newer perl
|
||||||
|
- Made linter on CI happy
|
||||||
|
|
||||||
|
11 2024-10-01 17:08:47 IST
|
||||||
|
- Replaced deprecated given/when with if/elsif/else
|
||||||
|
- Fixed Dist::Zilla config, hopefully
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 4 03:06:14 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
Mon Oct 4 03:06:14 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Gtk3-ImageView
|
# spec file for package perl-Gtk3-ImageView
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,13 +18,16 @@
|
|||||||
|
|
||||||
%define cpan_name Gtk3-ImageView
|
%define cpan_name Gtk3-ImageView
|
||||||
Name: perl-Gtk3-ImageView
|
Name: perl-Gtk3-ImageView
|
||||||
Version: 10
|
Version: 12.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Image viewer widget for Gtk3
|
# 12 -> normalize -> 12.0.0
|
||||||
|
%define cpan_version 12
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
|
Summary: Image viewer widget for Gtk3
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/A/AS/ASOKOLOV/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/A/AS/ASOKOLOV/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@@ -37,15 +40,18 @@ BuildRequires: perl(Image::Magick)
|
|||||||
BuildRequires: perl(Readonly)
|
BuildRequires: perl(Readonly)
|
||||||
BuildRequires: perl(Test::Deep)
|
BuildRequires: perl(Test::Deep)
|
||||||
BuildRequires: perl(Test::MockObject)
|
BuildRequires: perl(Test::MockObject)
|
||||||
BuildRequires: perl(Test::Perl::Critic)
|
|
||||||
BuildRequires: perl(Try::Tiny)
|
BuildRequires: perl(Try::Tiny)
|
||||||
BuildRequires: perl(feature)
|
|
||||||
Requires: perl(Cairo)
|
Requires: perl(Cairo)
|
||||||
Requires: perl(Glib) >= 1.210
|
Requires: perl(Glib) >= 1.210
|
||||||
Requires: perl(Glib::Object::Subclass)
|
Requires: perl(Glib::Object::Subclass)
|
||||||
Requires: perl(Gtk3)
|
Requires: perl(Gtk3)
|
||||||
Requires: perl(Readonly)
|
Requires: perl(Readonly)
|
||||||
Requires: perl(feature)
|
Provides: perl(Gtk3::ImageView) = %{version}
|
||||||
|
Provides: perl(Gtk3::ImageView::Tool) = %{version}
|
||||||
|
Provides: perl(Gtk3::ImageView::Tool::Dragger) = %{version}
|
||||||
|
Provides: perl(Gtk3::ImageView::Tool::Selector) = %{version}
|
||||||
|
Provides: perl(Gtk3::ImageView::Tool::SelectorDragger) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
BuildRequires: libgtkimageview-devel
|
BuildRequires: libgtkimageview-devel
|
||||||
@@ -62,7 +68,7 @@ To discuss Gtk3::ImageView or gtk3-perl, ask questions and flame/praise the
|
|||||||
authors, join gtk-perl-list@gnome.org at lists.gnome.org.
|
authors, join gtk-perl-list@gnome.org at lists.gnome.org.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user