Compare commits
6 Commits
2.2.0-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
296aaa4a09 | |||
6c78f0f0dc | |||
d1c0506e98 | |||
1d31efcb4d | |||
4579056356 | |||
e9db38d3fc |
@ -2,3 +2,4 @@
|
||||
|
||||
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).
|
||||
|
||||
|
||||
|
54
nomacs.spec
54
nomacs.spec
@ -1,43 +1,49 @@
|
||||
%define maj3ver %(echo %version | cut -d. -f1-3)
|
||||
Name: nomacs
|
||||
Version: 2.2.0
|
||||
Version: 3.21.0
|
||||
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: libqt4-devel
|
||||
BuildRequires: libopencv-devel
|
||||
BuildRequires: libraw-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: opencv-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).
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
cd ImageLounge
|
||||
%cmake -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
cd ImageLounge
|
||||
%makeinstall -C build
|
||||
|
||||
%clean
|
||||
@ -46,14 +52,36 @@ 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
|
||||
* Sun Mar 02 2025 Automatic Build System <autodist@openmamba.org> 3.21.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
* Sat Apr 25 2015 Automatic Build System <autodist@mambasoft.it> 2.4.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 17 2015 Automatic Build System <autodist@mambasoft.it> 2.4.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 27 2015 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 15 2014 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user