update to 0.2.6 [release 0.2.6-1mamba;Tue Nov 19 2024]

This commit is contained in:
Silvan Calarco 2024-11-19 22:45:03 +01:00
parent 588aa18ca7
commit 195341f895

View File

@ -1,40 +1,27 @@
Name: gpicview
Version: 0.2.5
Version: 0.2.6
Release: 1mamba
Summary: Simple and fast Image Viewer for X
Group: Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Fabio Giani <fabio.giani@gmail.com>
URL: http://lxde.sourceforge.net/gpicview/
Source: http://git.lxde.org/git/lxde/gpicview.git/%{version}/gpicview-%{version}.tar.bz2
#http://downloads.sourceforge.net/project/lxde/GPicView%20%28image%20Viewer%29/GpicView%20%{version}/gpicview-%{version}.tar.gz
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/lxde/gpicview
Source: https://github.com/lxde/gpicview.git/%{version}/gpicview-%{version}.tar.bz2
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libatk-devel
BuildRequires: libX11-devel
BuildRequires: libat-spi2-core-devel
BuildRequires: libcairo-devel
BuildRequires: libexpat-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libglitz-devel
BuildRequires: libgtk-devel
BuildRequires: libjpeg-devel
BuildRequires: libgtk2-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libjpeg-turbo
BuildRequires: libpango-devel
BuildRequires: libpixman-devel
BuildRequires: libpng-devel
BuildRequires: libselinux
BuildRequires: libstdc++6-devel
BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libxcb-devel
BuildRequires: libxcb-util-devel
BuildRequires: libXdmcp-devel
BuildRequires: libXrender-devel
BuildRequires: libz-devel
BuildRequires: xdg-utils
## AUTOBUILDREQ-END
BuildRequires: desktop-file-utils
BuildRequires: gettext
@ -46,11 +33,13 @@ It's extremely lightweight and fast with low memory usage.
This makes it very suitable as default image viewer of desktop system.
Although it is developed as the primary image viewer of LXDE, the Lightweight X11 Desktop Environment, it only requires GTK+ and can be used in any desktop environment.
%debug_package
%prep
%setup -q
./autogen.sh
%build
./autogen.sh
%configure
%make
@ -71,19 +60,23 @@ fi
%posttrans
update-desktop-database -q >/dev/null 2>&1
update-mime-database %{_datadir}/mime >/dev/null 2>&1
update-mime-database -n %{_datadir}/mime >/dev/null 2>&1
gtk-update-icon-cache %{_datadir}/icons/hicolor >/dev/null 2>&1
:
%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%{_bindir}/gpicview
%{_datadir}/applications/gpicview.desktop
%{_datadir}/gpicview/
%dir %{_datadir}/gpicview/
%{_datadir}/gpicview//*
%{_datadir}/icons/hicolor/48x48/apps/gpicview.png
%doc AUTHORS COPYING
%changelog
* Tue Nov 19 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.6-1mamba
- update to 0.2.6
* Sat Feb 27 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.5-1mamba
- update to 0.2.5