add qt5-designer, qt5-assistant and qt5-linguist packages [release 5.15.2-3mamba;Sun Jun 26 2022]
This commit is contained in:
parent
3a48f93654
commit
91a03f9367
@ -2,7 +2,7 @@
|
||||
|
||||
Name: qt5-qttools
|
||||
Version: 5.15.2
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: Qt5 tools
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
@ -27,18 +27,43 @@ BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Provides: libqt5-designer
|
||||
Obsoletes: libqt5-designer <= 5.15.2-1mamba
|
||||
|
||||
%description
|
||||
Qt5 tools.
|
||||
|
||||
%package -n qt5-designer
|
||||
Group: Graphical Desktop/Applications/Development
|
||||
Summary: Qt5 Designer
|
||||
Requires: libQt5Designer = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n qt5-designer
|
||||
Qt5 Designer.
|
||||
|
||||
%package -n qt5-assistant
|
||||
Group: Graphical Desktop/Applications/Development
|
||||
Summary: Qt5 Assistant
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n qt5-assistant
|
||||
Qt5 Assistant.
|
||||
|
||||
%package -n qt5-linguist
|
||||
Group: Graphical Desktop/Applications/Development
|
||||
Summary: Qt5 Linguist
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n qt5-linguist
|
||||
Qt5 Linguist.
|
||||
|
||||
%package -n libQt5Designer
|
||||
Group: System/Libraries
|
||||
Summary: Shared libraries for Qt5 designer
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: libQt5DesignerComponents
|
||||
Obsoletes: libQt5DesignerComponents <= 5.15.2-1mamba
|
||||
Provides: libqt5-designer
|
||||
Obsoletes: libqt5-designer <= 5.15.2-1mamba
|
||||
|
||||
%description -n libQt5Designer
|
||||
This package contains shared libraries for Qt5 designer.
|
||||
@ -55,6 +80,9 @@ This package contains Qt5 help shared libraries.
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: qt5-designer = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: qt5-assistant = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: qt5-linguist = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: libQt5Designer = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: libQt5Help = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: pkg-config
|
||||
@ -62,7 +90,6 @@ Requires: pkg-config
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
@ -100,10 +127,7 @@ install -D -m0644 %{SOURCE6} %{buildroot}%{_datadir}/pixmaps/assistant-qt5.png
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*-qt5
|
||||
%{_libdir}/qt5/bin/assistant
|
||||
%{_libdir}/qt5/bin/designer
|
||||
%{_libdir}/qt5/bin/lconvert
|
||||
%{_libdir}/qt5/bin/linguist
|
||||
%{_libdir}/qt5/bin/lprodump
|
||||
%{_libdir}/qt5/bin/lrelease
|
||||
%{_libdir}/qt5/bin/lrelease-pro
|
||||
@ -120,12 +144,6 @@ install -D -m0644 %{SOURCE6} %{buildroot}%{_datadir}/pixmaps/assistant-qt5.png
|
||||
%{_libdir}/qt5/bin/qtdiag
|
||||
%{_libdir}/qt5/bin/qtpaths
|
||||
%{_libdir}/qt5/bin/qtplugininfo
|
||||
%{_datadir}/applications/assistant-qt5.desktop
|
||||
%{_datadir}/applications/designer-qt5.desktop
|
||||
%{_datadir}/applications/linguist-qt5.desktop
|
||||
%{_datadir}/pixmaps/designer-qt5.png
|
||||
%{_datadir}/pixmaps/linguist-qt5.png
|
||||
%{_datadir}/pixmaps/assistant-qt5.png
|
||||
%{_datadir}/qt5/phrasebooks/danish.qph
|
||||
%{_datadir}/qt5/phrasebooks/dutch.qph
|
||||
%{_datadir}/qt5/phrasebooks/finnish.qph
|
||||
@ -140,6 +158,24 @@ install -D -m0644 %{SOURCE6} %{buildroot}%{_datadir}/pixmaps/assistant-qt5.png
|
||||
%{_datadir}/qt5/phrasebooks/spanish.qph
|
||||
%{_datadir}/qt5/phrasebooks/swedish.qph
|
||||
|
||||
%files -n qt5-designer
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/qt5/bin/designer
|
||||
%{_datadir}/applications/designer-qt5.desktop
|
||||
%{_datadir}/pixmaps/designer-qt5.png
|
||||
|
||||
%files -n qt5-assistant
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/qt5/bin/assistant
|
||||
%{_datadir}/applications/assistant-qt5.desktop
|
||||
%{_datadir}/pixmaps/assistant-qt5.png
|
||||
|
||||
%files -n qt5-linguist
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/qt5/bin/linguist
|
||||
%{_datadir}/applications/linguist-qt5.desktop
|
||||
%{_datadir}/pixmaps/linguist-qt5.png
|
||||
|
||||
%files -n libQt5Designer
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libQt5Designer.so.*
|
||||
@ -205,6 +241,9 @@ install -D -m0644 %{SOURCE6} %{buildroot}%{_datadir}/pixmaps/assistant-qt5.png
|
||||
%{_libdir}/qt5/mkspecs/modules/qt_lib_uitools*.pri
|
||||
|
||||
%changelog
|
||||
* Sun Jun 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.2-3mamba
|
||||
- add qt5-designer, qt5-assistant and qt5-linguist packages
|
||||
|
||||
* Tue Nov 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.2-2mamba
|
||||
- bump release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user