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