qtchooser 66-2 (i686;x86_64;znver1;armv7hnl;aarch64) 2019-7403
9999
| Status | published | |||||||||||||||
| Submitter | nobodydead [@T] gmail.com | |||||||||||||||
| Platform | rolling | |||||||||||||||
| Repository | main | |||||||||||||||
| URL | https://abf.openmandriva.org/build_lists/614716 | |||||||||||||||
| Packages |
|
|||||||||||||||
| Build Date | 2019-10-09 15:57:25 +0000 UTC | |||||||||||||||
| Last Updated | 2019-10-25 22:15:37.427212966 +0000 UTC |
$ git show --format=fuller --patch-with-stat --summary 82e3e373e9093324c13af9568e481f4bd371bbfc
commit 82e3e373e9093324c13af9568e481f4bd371bbfc
Author: Bernhard Rosenkränzer <bero@lindev.ch>
AuthorDate: Wed Oct 9 17:48:56 2019 +0200
Commit: Bernhard Rosenkränzer <bero@lindev.ch>
CommitDate: Wed Oct 9 17:48:56 2019 +0200
Remove symlinks
---
qtchooser.spec | 55 ++++++++-----------------------------------------------
1 file changed, 8 insertions(+), 47 deletions(-)
diff --git a/qtchooser.spec b/qtchooser.spec
index b8a4f80..9f0957f 100644
--- a/qtchooser.spec
+++ b/qtchooser.spec
@@ -1,6 +1,6 @@
Name: qtchooser
Version: 66
-Release: 1
+Release: 2
Summary: Wrapper used to select between Qt binary versions
Group: System/Libraries
License: GPLv2+
@@ -25,53 +25,14 @@ mkdir -p %{buildroot}%{_mandir}/man1
install -m644 doc/qtchooser.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_sysconfdir}/xdg/qtchooser
+# Get rid of all the qtchooser symlinks, we already
+# have symlinks to the "real" tools
+cd %{buildroot}%{_bindir}
+for i in *; do
+ [ "$i" != "qtchooser" ] && rm -f $i
+done
+
%files
-%{_bindir}/assistant
-%{_bindir}/designer
-%{_bindir}/lconvert
-%{_bindir}/linguist
-%{_bindir}/lrelease
-%{_bindir}/lupdate
-%{_bindir}/moc
-%{_bindir}/pixeltool
-%{_bindir}/qcollectiongenerator
-%{_bindir}/qdbus
-%{_bindir}/qdbuscpp2xml
-%{_bindir}/qdbusviewer
-%{_bindir}/qdbusxml2cpp
-%{_bindir}/qdoc
-%{_bindir}/qdoc3
-%{_bindir}/qgltf
-%{_bindir}/qhelpconverter
-%{_bindir}/qhelpgenerator
-%{_bindir}/qlalr
-%{_bindir}/qmake
-%{_bindir}/qml
-%{_bindir}/qml1plugindump
-%{_bindir}/qmlbundle
-%{_bindir}/qmlcachegen
-%{_bindir}/qmleasing
-%{_bindir}/qmlimportscanner
-%{_bindir}/qmljs
-%{_bindir}/qmllint
-%{_bindir}/qmlmin
-%{_bindir}/qmlplugindump
-%{_bindir}/qmlprofiler
-%{_bindir}/qmlscene
-%{_bindir}/qmltestrunner
-%{_bindir}/qmlviewer
-%{_bindir}/qtattributionsscanner
%{_bindir}/qtchooser
-%{_bindir}/qtconfig
-%{_bindir}/qtdiag
-%{_bindir}/qtpaths
-%{_bindir}/qtplugininfo
-%{_bindir}/qvkgen
-%{_bindir}/rcc
-%{_bindir}/uic
-%{_bindir}/uic3
-%{_bindir}/xmlpatterns
-%{_bindir}/xmlpatternsvalidator
-%{_bindir}/repc
%{_sysconfdir}/xdg/qtchooser
%{_mandir}/man1/qtchooser.1*
Not Available
| benbullard79 [@T] cox.net | We seem to be having some issue. | 2250d 00hrs |
| benbullard79 [@T] cox.net | I dunno. | 2244d 21hrs |
| benbullard79 [@T] cox.net | No Comment. | 2244d 21hrs |