automatic version update by autodist [release 2.13.4-1mamba;Sun Jan 29 2023]

This commit is contained in:
Automatic Build System 2024-01-05 17:04:17 +01:00
parent 6b2bbc1c41
commit 079bd95dc2

View File

@ -1,5 +1,5 @@
Name: qscintilla Name: qscintilla
Version: 2.13.3 Version: 2.13.4
Release: 1mamba Release: 1mamba
Summary: A port to Qt of Neil Hodgson's Scintilla C++ editor control Summary: A port to Qt of Neil Hodgson's Scintilla C++ editor control
Group: Development/Tools Group: Development/Tools
@ -40,7 +40,7 @@ Group: Development/Libraries
Summary: Libraries and headers for %{name} Summary: Libraries and headers for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Provides: QScintilla2-devel Provides: QScintilla2-devel
Obsoletes: QScintilla2-devel Obsoletes: QScintilla2-devel < 2.21.0
%description devel %description devel
QScintilla is a port to Qt of the Scintilla editing component. QScintilla is a port to Qt of the Scintilla editing component.
@ -55,6 +55,8 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
QScintilla is a port to Qt of the Scintilla editing component. QScintilla is a port to Qt of the Scintilla editing component.
This package contains QScintilla designer plugin. This package contains QScintilla designer plugin.
#% debug_package
%prep %prep
%setup -q -n QScintilla_src-%{version} %setup -q -n QScintilla_src-%{version}
@ -64,10 +66,12 @@ cd src
%make %make
cd .. cd ..
%ifnarch aarch64
cd designer cd designer
%{_qt5_qmake} designer.pro %{_qt5_qmake} designer.pro
%make %make
cd .. cd ..
%endif
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -75,8 +79,10 @@ cd ..
%makeinstall -C src \ %makeinstall -C src \
INSTALL_ROOT=%{buildroot} INSTALL_ROOT=%{buildroot}
%ifnarch aarch64
%makeinstall -C designer \ %makeinstall -C designer \
INSTALL_ROOT=%{buildroot} INSTALL_ROOT=%{buildroot}
%endif
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -100,11 +106,16 @@ cd ..
%doc NEWS %doc NEWS
%doc doc/html doc/Scintilla example %doc doc/html doc/Scintilla example
%ifnarch aarch64
%files designer %files designer
%defattr(-,root,root) %defattr(-,root,root)
%{_qt5_prefix}/plugins/designer/libqscintillaplugin.so %{_qt5_prefix}/plugins/designer/libqscintillaplugin.so
%endif
%changelog %changelog
* Sun Jan 29 2023 Automatic Build System <autodist@mambasoft.it> 2.13.4-1mamba
- automatic version update by autodist
* Sun May 15 2022 Automatic Build System <autodist@mambasoft.it> 2.13.3-1mamba * Sun May 15 2022 Automatic Build System <autodist@mambasoft.it> 2.13.3-1mamba
- automatic version update by autodist - automatic version update by autodist