rebuilt with debug package [release 1.6.4-2mamba;Sat Feb 12 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 04:31:46 +01:00
parent 80eccb7359
commit a94725bb2c

View File

@ -1,12 +1,12 @@
Name: libgtkimageview Name: libgtkimageview
Version: 1.6.4 Version: 1.6.4
Release: 1mamba Release: 2mamba
Summary: A simple image viewer widget for GTK Summary: A simple image viewer widget for GTK
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://trac.bjourne.webfactional.com/ URL: https://wiki.gnome.org/Projects/GTK/GtkImageView
Source: http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/gtkimageview-%{version}.tar.gz Source: http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/gtkimageview-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -15,11 +15,12 @@ BuildRequires: libatk-devel
BuildRequires: libcairo-devel BuildRequires: libcairo-devel
BuildRequires: libfontconfig-devel BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel BuildRequires: libfreetype-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libgtk-devel BuildRequires: libgtk2-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libpango-devel BuildRequires: libpango-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
GtkImageView is a simple image viewer widget for GTK. Similar to the image viewer panes in gThumb or Eye of Gnome. It makes writing image viewing and editing applications easy. Among its features are: GtkImageView is a simple image viewer widget for GTK. Similar to the image viewer panes in gThumb or Eye of Gnome. It makes writing image viewing and editing applications easy. Among its features are:
@ -44,13 +45,18 @@ GtkImageView is a simple image viewer widget for GTK. Similar to the image viewe
* Fullscreen mode. * Fullscreen mode.
* GIF animation support. * GIF animation support.
This package contains static libraries and header files need for development. This package contains static libraries and header files needed for development.
%debug_package
%prep %prep
%setup -q -n gtkimageview-%{version} %setup -q -n gtkimageview-%{version}
%build %build
%configure %configure
sed -i 's/-Werror//' $(find -name Makefile)
%make %make
%install %install
@ -76,5 +82,8 @@ This package contains static libraries and header files need for development.
%{_datadir}/gtk-doc/html/gtkimageview/* %{_datadir}/gtk-doc/html/gtkimageview/*
%changelog %changelog
* Sat Feb 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.4-2mamba
- rebuilt with debug package
* Thu May 13 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.4-1mamba * Thu May 13 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.4-1mamba
- package created by autospec - package created by autospec