Changeset 1081
- Timestamp:
- Sep 13, 2011, 9:22:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packaging/qt4.spec
r1080 r1081 113 113 %dir %{qt_plugindir}/sqldrivers/ 114 114 %{qt_plugindir}/sqldrivers/* 115 %exclude %{qt_plugindir}/sqldrivers/qmysql%{ver_major}.dll 116 %exclude %{qt_plugindir}/sqldrivers/qpsql%{ver_major}.dll 115 117 %dir %{qt_datadir}/ 116 118 %dir %{qt_docdir}/ … … 138 140 # clean up the plugin/font cache to remove old entries (@todo other users?) 139 141 rm -f "$HOME/.config/Trolltech.ini" 142 143 #------------------------------------------------------------------------------ 144 %package sql-mysql 145 #------------------------------------------------------------------------------ 146 147 Summary: Qt 4 MySQL database driver 148 Group: System Environment/Libraries 149 150 Requires: %{name} = %{version}-%{release} 151 152 %description sql-mysql 153 %{descr_brief} 154 155 This package contains the MySQL plugin for Qt 4. 156 157 %files sql-mysql 158 %defattr(-,root,root,-) 159 %{qt_plugindir}/sqldrivers/qmysql%{ver_major}.dll 160 161 #------------------------------------------------------------------------------ 162 %package sql-psql 163 #------------------------------------------------------------------------------ 164 165 Summary: Qt 4 PostgreSQL database driver 166 Group: System Environment/Libraries 167 168 Requires: %{name} = %{version}-%{release} 169 170 %description sql-psql 171 %{descr_brief} 172 173 This package contains the PostgreSQL plugin for Qt 4. 174 175 %files sql-psql 176 %defattr(-,root,root,-) 177 %{qt_plugindir}/sqldrivers/qpsql%{ver_major}.dll 140 178 141 179 #------------------------------------------------------------------------------ … … 255 293 %wps_object_create_begin -n %{name}-qmlviewer 256 294 %{pkg_wps_folder_create} 257 %{pkg_wps_base}_QMLVIEWER:WPProgram|QML Viewer|%{pkg_wps_folder_id}|EXENAME=((%{qt_bindir}/qmlview .exe))295 %{pkg_wps_base}_QMLVIEWER:WPProgram|QML Viewer|%{pkg_wps_folder_id}|EXENAME=((%{qt_bindir}/qmlviewer.exe)) 258 296 %wps_object_create_end 259 297
Note:
See TracChangeset
for help on using the changeset viewer.