automatic version update by autodist [release 4.5.1-1mamba;Fri Mar 10 2023]
This commit is contained in:
parent
f03b817e82
commit
eeeb9bda9c
@ -1,6 +1,6 @@
|
||||
Name: texstudio
|
||||
Version: 4.4.1
|
||||
Release: 2mamba
|
||||
Version: 4.5.1
|
||||
Release: 1mamba
|
||||
Summary: A fully featured LaTeX editor
|
||||
Group: Graphical Desktop/Applications/Publishing
|
||||
Vendor: openmamba
|
||||
@ -13,20 +13,24 @@ Patch1: texstudio-4.3.1-fs72345.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libQt5Svg-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libhunspell-devel
|
||||
BuildRequires: libpoppler-cpp-devel
|
||||
BuildRequires: libpoppler-qt6-devel
|
||||
BuildRequires: libquazip-qt6-devel
|
||||
BuildRequires: libpoppler-devel
|
||||
BuildRequires: libpoppler-qt5-devel
|
||||
BuildRequires: libqtermwidget-devel
|
||||
BuildRequires: libquazip-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: qt6-qt5compat-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
BuildRequires: qt6-qtsvg-devel
|
||||
BuildRequires: qt6-qttools-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libquazip-qt6-devel >= 0:1.4-1mamba
|
||||
Requires: texlive-latex
|
||||
@ -38,21 +42,26 @@ A fully featured LaTeX editor.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
cd src
|
||||
%patch0 -p1 -b .fs54269
|
||||
%patch1 -p1 -b .fs72345
|
||||
cd ..
|
||||
|
||||
%build
|
||||
qmake-qt6 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 QUAZIP_LIB=-lquazip1-qt6 \
|
||||
QUAZIP_INCLUDE="%{_includedir}/QuaZip-Qt6-1.3/quazip" texstudio.pro
|
||||
#:<< _EOF
|
||||
%cmake -d build
|
||||
|
||||
#qmake-qt6 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 QUAZIP_LIB=-lquazip1-qt6 \
|
||||
# QUAZIP_INCLUDE="%{_includedir}/QuaZip-Qt6-1.3/quazip" texstudio.pro
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%makeinstall INSTALL_ROOT=%{buildroot} STRIP=/bin/true
|
||||
%makeinstall -C build
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -62,12 +71,15 @@ qmake-qt6 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 QUAZIP_LIB=-
|
||||
%{_bindir}/texstudio
|
||||
%{_datadir}/applications/texstudio.desktop
|
||||
%{_datadir}/icons/hicolor/scalable/apps/texstudio.svg
|
||||
%{_datadir}/metainfo/texstudio.metainfo.xml
|
||||
#%{_datadir}/metainfo/texstudio.metainfo.xml
|
||||
%dir %{_datadir}/texstudio
|
||||
%{_datadir}/texstudio/*
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Fri Mar 10 2023 Automatic Build System <autodist@mambasoft.it> 4.5.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 16 2023 Sdk Build System <sdk@mambasoft.it> 4.4.1-2mamba
|
||||
- rebuilt by autoport with build requirements: libquazip-qt6-devel>=0:1.4-1mamba
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user