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) %define maj3ver %(echo %version | cut -d. -f1-3)
Name: nomacs Name: nomacs
Version: 2.4.6 Version: 3.19.1
Release: 1mamba Release: 1mamba
Summary: A small and fast image viewer Summary: A small and fast image viewer
Group: Graphical Desktop/Applications/Graphics Group: Graphical Desktop/Applications/Graphics
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.nomacs.org/ URL: http://nomacs.org/
Source: http://downloads.sourceforge.net/project/nomacs/nomacs-%{maj3ver}/nomacs-%{version}-source.tar.bz2 Source: https://github.com/nomacs/nomacs.git/%{version}/nomacs-%{version}.tar.bz2
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libQt5Concurrent
BuildRequires: libQt5Core
BuildRequires: libQt5Gui
BuildRequires: libQt5Network
BuildRequires: libQt5PrintSupport
BuildRequires: libQt5Svg-devel
BuildRequires: libQt5Widgets
BuildRequires: libexiv2-devel BuildRequires: libexiv2-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libgomp-devel
BuildRequires: liblcms2-devel BuildRequires: liblcms2-devel
BuildRequires: libopencv-devel BuildRequires: libopencv-devel
BuildRequires: libqt4-devel
BuildRequires: libraw-devel BuildRequires: libraw-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: libtiff-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: cmake BuildRequires: cmake
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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). 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 %setup -q
%build %build
cd ImageLounge
%cmake -d build %cmake -d build
%make %make
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
cd ImageLounge
%makeinstall -C build %makeinstall -C build
%clean %clean
@ -46,14 +53,21 @@ nomacs is a free image viewer which is licensed under the GNU General Public Lic
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/nomacs %{_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
%dir %{_datadir}/nomacs/translations %{_datadir}/nomacs/*
%{_datadir}/nomacs/translations/nomacs_*.qm %{_mandir}/man1/nomacs.1*
%{_datadir}/pixmaps/nomacs.png
%{_mandir}/man1/nomacs.1.gz
%changelog %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 * Thu Aug 20 2015 Automatic Build System <autodist@mambasoft.it> 2.4.6-1mamba
- automatic version update by autodist - automatic version update by autodist