automatic version update by autodist [release 0.5.3-1mamba;Tue Apr 18 2023]
This commit is contained in:
parent
01a414cd9a
commit
a62e36432d
@ -1,6 +1,6 @@
|
||||
Name: glaxnimate
|
||||
Version: 0.5.1
|
||||
Release: 2mamba
|
||||
Version: 0.5.3
|
||||
Release: 1mamba
|
||||
Summary: A simple vector graphics animation program
|
||||
Group: Graphical Desktop/Applications/Graphics
|
||||
Vendor: openmamba
|
||||
@ -13,6 +13,7 @@ Patch1: glaxnimate-0.5.1-cmake-install-libdir.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Svg-devel
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: libavcodec-ffmpeg-devel
|
||||
BuildRequires: libavformat-ffmpeg-devel
|
||||
@ -24,9 +25,7 @@ BuildRequires: libpython310-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libswscale-ffmpeg-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtsvg-devel
|
||||
BuildRequires: qt6-qttools-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
|
||||
@ -55,16 +54,16 @@ This package contains libraries and header files for developing applications tha
|
||||
%setup -q
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
%patch0 -p1
|
||||
%ifarch x86_64 aarch64
|
||||
%patch1 -p1
|
||||
%endif
|
||||
#%patch 0 -p1
|
||||
#%ifarch x86_64 aarch64
|
||||
#%patch 1 -p1
|
||||
#%endif
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
%cmake -d build
|
||||
%make
|
||||
#make translations VERBOSE=1
|
||||
make translations VERBOSE=1
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -80,18 +79,18 @@ This package contains libraries and header files for developing applications tha
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/glaxnimate
|
||||
%{_datadir}/applications/glaxnimate.desktop
|
||||
%{_datadir}/applications/org.mattbas.Glaxnimate.desktop
|
||||
%{_datadir}/metainfo/org.mattbas.Glaxnimate.metainfo.xml
|
||||
%dir %{_datadir}/glaxnimate
|
||||
%dir %{_datadir}/glaxnimate/glaxnimate
|
||||
%{_datadir}/glaxnimate/glaxnimate/*
|
||||
%{_datadir}/icons/hicolor/*/apps/glaxnimate.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/glaxnimate.svg
|
||||
%doc COPYING
|
||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
||||
|
||||
%files -n libQtColorWidgets-Qt6
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libQtColorWidgets.so.*
|
||||
%doc external/Qt-Color-Widgets/COPYING
|
||||
%doc LICENSES external/Qt-Color-Widgets/LICENSE-EXCEPTION
|
||||
|
||||
%files -n libQtColorWidgets-Qt6-devel
|
||||
%defattr(-,root,root)
|
||||
@ -105,6 +104,9 @@ This package contains libraries and header files for developing applications tha
|
||||
#%doc README.md
|
||||
|
||||
%changelog
|
||||
* Tue Apr 18 2023 Automatic Build System <autodist@mambasoft.it> 0.5.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-2mamba
|
||||
- provide external libQtColorWidgets.so.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user