- Update to 2.0.3~git.20231001:

* switch to a new fork that removes Python2 requirements

OBS-URL: https://build.opensuse.org/package/show/graphics/gimp-plugin-resynthesizer?expand=0&rev=13
This commit is contained in:
Paolo Stivanin 2024-01-19 10:30:23 +00:00 committed by Git OBS Bridge
parent 97db415b65
commit b476f6e179
5 changed files with 21 additions and 17 deletions

View File

@ -1,6 +1,6 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/bootchk/resynthesizer</param>
<param name="url">https://github.com/itr-tert/gimp-resynthesizer-scm</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">gimp-plugin-resynthesizer</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08a5ce071aa7df584506bf2d1d9d898e84d469af219b5bb486176f17932ce362
size 6127832

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ece95469393f4ed429b4621978458c74eac85ada7ecf655809e086543800e407
size 6135552

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 19 10:29:36 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
- Update to 2.0.3~git.20231001:
* switch to a new fork that removes Python2 requirements
-------------------------------------------------------------------
Thu Sep 8 06:22:53 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package gimp-plugin-resynthesizer
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,22 +17,19 @@
Name: gimp-plugin-resynthesizer
Version: 2.0.3~git.20220422
Version: 2.0.3~git.20231001
Release: 0
License: GPL-3.0-or-later
Summary: Suite of gimp plugins for texture synthesis
URL: https://github.com/bootchk/resynthesizer
URL: https://github.com/itr-tert/gimp-resynthesizer-scm
Group: Productivity/Graphics/Bitmap Editors
Source: %{name}-%{version}.tar.xz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc
BuildRequires: gimp
BuildRequires: gimp-devel
BuildRequires: gimp-devel < 3.0
BuildRequires: intltool
BuildRequires: pkgconfig(glib-2.0)
Requires: gimp-plugins-python
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package is a set of plugins for use with the Gimp program.
@ -43,25 +40,26 @@ The package includes:
- various plugins (in Python language) that call the resynthesizer engine
%prep
%autosetup
%autosetup -p1
%build
./autogen.sh
%configure
make %{?_smp_mflags}
%make_build
%install
%make_install
%find_lang resynthesizer
%clean
rm -rf %{buildroot}
%files -f resynthesizer.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README
%files
%doc README.md
%license COPYING
%{_libdir}/gimp/2.0/plug-ins/*
%{_datadir}/resynthesizer/
%dir %{_datadir}/gimp/2.0/scripts
%dir %{_datadir}/gimp/2.0/scripts/resynthesizer-scm
%{_datadir}/gimp/2.0/scripts/resynthesizer-scm/*
%changelog