update to 3.19.1 [release 3.19.1-1mamba;Fri Nov 29 2024]

This commit is contained in:
Silvan Calarco 2024-11-29 23:39:38 +01:00
parent d1c0506e98
commit 6c78f0f0dc

View File

@ -1,28 +1,33 @@
%define maj3ver %(echo %version | cut -d. -f1-3)
Name: nomacs
Version: 2.4.6
Version: 3.19.1
Release: 1mamba
Summary: A small and fast image viewer
Group: Graphical Desktop/Applications/Graphics
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.nomacs.org/
Source: http://downloads.sourceforge.net/project/nomacs/nomacs-%{maj3ver}/nomacs-%{version}-source.tar.bz2
URL: http://nomacs.org/
Source: https://github.com/nomacs/nomacs.git/%{version}/nomacs-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libQt5Concurrent
BuildRequires: libQt5Core
BuildRequires: libQt5Gui
BuildRequires: libQt5Network
BuildRequires: libQt5PrintSupport
BuildRequires: libQt5Svg-devel
BuildRequires: libQt5Widgets
BuildRequires: libexiv2-devel
BuildRequires: libgcc
BuildRequires: libgomp-devel
BuildRequires: liblcms2-devel
BuildRequires: libopencv-devel
BuildRequires: libqt4-devel
BuildRequires: libraw-devel
BuildRequires: libstdc++6-devel
BuildRequires: libtiff-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
nomacs is a free image viewer which is licensed under the GNU General Public License v3. nomacs is small, fast and able to handle the most common image formats including RAW images. Additionally it is possible to synchronize multiple viewers. A synchronization of viewers running on the same computer or via LAN is possible. It allows to compare images and spot the differences (e.g. schemes of architects to show the progress).
@ -33,11 +38,13 @@ nomacs is a free image viewer which is licensed under the GNU General Public Lic
%setup -q
%build
cd ImageLounge
%cmake -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
cd ImageLounge
%makeinstall -C build
%clean
@ -46,14 +53,21 @@ nomacs is a free image viewer which is licensed under the GNU General Public Lic
%files
%defattr(-,root,root)
%{_bindir}/nomacs
%{_datadir}/applications/nomacs.desktop
%{_libdir}/libnomacsCore.so
%{_libdir}/libnomacsCore.so.*
%dir %{_libdir}/nomacs-plugins
%{_libdir}/nomacs-plugins/lib*Plugin.so*
%{_datadir}/applications/org.nomacs.ImageLounge.desktop
%{_datadir}/icons/hicolor/scalable/apps/org.nomacs.ImageLounge.svg
%{_metainfodir}/org.nomacs.ImageLounge.appdata.xml
%dir %{_datadir}/nomacs
%dir %{_datadir}/nomacs/translations
%{_datadir}/nomacs/translations/nomacs_*.qm
%{_datadir}/pixmaps/nomacs.png
%{_mandir}/man1/nomacs.1.gz
%{_datadir}/nomacs/*
%{_mandir}/man1/nomacs.1*
%changelog
* Fri Nov 29 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.19.1-1mamba
- update to 3.19.1
* Thu Aug 20 2015 Automatic Build System <autodist@mambasoft.it> 2.4.6-1mamba
- automatic version update by autodist