rpms/qt/devel qt.spec,1.407,1.408

Kevin Kofler kkofler at fedoraproject.org
Thu Jul 1 03:31:31 UTC 2010


Author: kkofler

Update of /cvs/pkgs/rpms/qt/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2762/devel

Modified Files:
	qt.spec 
Log Message:
* Tue Jul 01 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.7.0-0.23.beta1
- use find_lang to package the qm files (#609749)
- put the qm files into the correct subpackages
- remove qvfb translations, qvfb is only available in Qt/Embedded


Index: qt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qt/devel/qt.spec,v
retrieving revision 1.407
retrieving revision 1.408
diff -u -p -r1.407 -r1.408
--- qt.spec	29 Jun 2010 22:03:56 -0000	1.407
+++ qt.spec	1 Jul 2010 03:31:31 -0000	1.408
@@ -19,7 +19,7 @@ Summary: Qt toolkit
 Name:    qt
 Epoch:   1
 Version: 4.7.0
-Release: 0.22.%{pre}%{?dist}
+Release: 0.23.%{pre}%{?dist}
 
 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
 License: LGPLv2 with exceptions or GPLv3 with exceptions
@@ -774,6 +774,20 @@ rm -fv %{buildroot}%{_qt4_plugindir}/pho
 rm -fv %{buildroot}%{_datadir}/kde4/services/phononbackends/gstreamer.desktop
 %endif
 
+# remove qvfb translations, qvfb is only available in Qt/Embedded
+rm -fv  %{buildroot}%{_qt4_translationdir}/qvfb_*.qm
+
+%find_lang qt --with-qt --without-mo
+
+%find_lang assistant --with-qt --without-mo
+%find_lang qt_help --with-qt --without-mo
+%find_lang qtconfig --with-qt --without-mo
+cat assistant.lang qt_help.lang qtconfig.lang >qt-x11.lang
+
+%find_lang designer --with-qt --without-mo
+%find_lang linguist --with-qt --without-mo
+cat designer.lang linguist.lang >qt-devel.lang
+
 
 %clean
 rm -rf %{buildroot}
@@ -836,7 +850,7 @@ fi
 %{_datadir}/icons/hicolor/*/apps/phonon-gstreamer.*
 %endif
 
-%files
+%files -f qt.lang
 %defattr(-,root,root,-)
 %doc README LGPL_EXCEPTION.txt LICENSE.LGPL LICENSE.GPL3
 %if "%{_qt4_libdir}" != "%{_libdir}"
@@ -880,7 +894,7 @@ fi
 %dir %{_qt4_plugindir}
 %dir %{_qt4_plugindir}/crypto/
 %dir %{_qt4_plugindir}/sqldrivers/
-%{_qt4_translationdir}/
+%dir %{_qt4_translationdir}/
 
 %if 0%{?demos}
 %files demos
@@ -893,7 +907,7 @@ fi
 %{_qt4_demosdir}/
 %endif
 
-%files devel
+%files devel -f qt-devel.lang
 %defattr(-,root,root,-)
 %{_qt4_bindir}/lconvert
 %{_qt4_bindir}/lrelease*
@@ -1045,7 +1059,7 @@ fi
 %{_libdir}/pkgconfig/QtWebKit.pc
 %endif
 
-%files x11 
+%files x11 -f qt-x11.lang
 %defattr(-,root,root,-)
 %{_sysconfdir}/rpm/macros.*
 %{_qt4_importdir}/
@@ -1088,6 +1102,11 @@ fi
 
 
 %changelog
+* Tue Jul 01 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.7.0-0.23.beta1
+- use find_lang to package the qm files (#609749)
+- put the qm files into the correct subpackages
+- remove qvfb translations, qvfb is only available in Qt/Embedded
+
 * Tue Jun 29 2010 Rex Dieter <rdieter at fedoraproject.org. 4.7.0-0.22.beta1
 - workaround glib_eventloop crasher induced by gdal/grass (bug #498111)
 



More information about the scm-commits mailing list