]> git.pld-linux.org Git - packages/qt4.git/commitdiff
- spaces -> tabs
authorankry <ankry@pld-linux.org>
Sun, 19 Feb 2006 16:45:15 +0000 (16:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qt4.spec -> 1.75

qt4.spec

index af19426df24274da02aa2a0a9f483a42c75421db..8729fdeffb1af082c48dad7613c3b4f0ca111406 100644 (file)
--- a/qt4.spec
+++ b/qt4.spec
@@ -1,8 +1,8 @@
 #
 # TODO:
 #      - QtUiTools to subpackage
-#         (headers in %{_includedir}/qt4/QtUiTools, but (static-only) lib is not installed)
-#       - qt4-designer-libs vs QtDesigner-{devel,static} naming inconsistency
+#        (headers in %{_includedir}/qt4/QtUiTools, but (static-only) lib is not installed)
+#      - qt4-designer-libs vs QtDesigner-{devel,static} naming inconsistency
 #      - better descriptions
 #      - more cleanups
 #      - check if translations are available
@@ -100,7 +100,7 @@ Conflicts:  kdelibs <= 8:3.2-0.030602.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _noautoreqdep   libGL.so.1 libGLU.so.1
-%define                _noautostrip    '.*_debug\\.so*'
+%define                _noautostrip    '.*_debug\\.so*'
 
 %define                specflags       -fno-strict-aliasing
 
@@ -1058,9 +1058,9 @@ for f in $RPM_BUILD_ROOT%{_pkgconfigdir}/*.pc; do
        DEFS="-D_REENTRANT"
 
        if [ "$MODULE2" == "3SUPPORT" ]; then
-           DEFS="$DEFS -DQT3_SUPPORT -DQT_QT3SUPPORT_LIB"
+               DEFS="$DEFS -DQT3_SUPPORT -DQT_QT3SUPPORT_LIB"
        else
-           DEFS="$DEFS -DQT_"$MODULE2"_LIB"
+               DEFS="$DEFS -DQT_"$MODULE2"_LIB"
        fi
        [ "$HAVEDEBUG" -eq 0 ] && DEFS="$DEFS -DQT_NO_DEBUG"
 
@@ -1222,7 +1222,7 @@ EOF
 %if %{with mysql}
 %files -n QtSql-mysql
 %defattr(644,root,root,755)
-%attr(755,root,root)  %{_libdir}/qt4/plugins/sqldrivers/libqsqlmysql*.so
+%attr(755,root,root) %{_libdir}/qt4/plugins/sqldrivers/libqsqlmysql*.so
 %endif
 
 %if %{with pgsql}
This page took 0.160402 seconds and 4 git commands to generate.