]> git.pld-linux.org Git - packages/qt4.git/commitdiff
- dropped banner:
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Jan 2008 15:21:54 +0000 (15:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  - qt4 is parallel-installable with qt 3.x
  - if sb uses qt4, (s)he should know about modularity

Changed files:
    qt4.spec -> 1.153

qt4.spec

index 6da9ecc6ad0eca0d2a9788222b9978b71c5d7017..99e016596d63c1317dcb5108e7c707dd49ca1540 100644 (file)
--- a/qt4.spec
+++ b/qt4.spec
@@ -1280,21 +1280,7 @@ done
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -n QtCore
-/sbin/ldconfig
-if [ "$1" = 1 ]; then
-%banner -e %{name} <<'EOF'
- *******************************************************
- *                                                     *
- *  NOTE:                                              *
- *  With qt 4.0.0 the single threaded version was      *
- *  removed. Also the library is modular now so be     *
- *  sure to check that you have every module you need. *
- *                                                     *
- *******************************************************
-EOF
-fi
-
+%post  -n QtCore       -p /sbin/ldconfig
 %postun        -n QtCore       -p /sbin/ldconfig
 
 %post  -n QtDBus       -p /sbin/ldconfig
This page took 0.064477 seconds and 4 git commands to generate.