SPECS: qt4.spec - Release 0.2; QtDesigner-devel package

pascalek pascalek at pld-linux.org
Mon Jul 4 00:24:40 CEST 2005


Author: pascalek                     Date: Sun Jul  3 22:24:40 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Release 0.2; QtDesigner-devel package

---- Files affected:
SPECS:
   qt4.spec (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: SPECS/qt4.spec
diff -u SPECS/qt4.spec:1.29 SPECS/qt4.spec:1.30
--- SPECS/qt4.spec:1.29	Fri Jul  1 17:54:33 2005
+++ SPECS/qt4.spec	Mon Jul  4 00:24:34 2005
@@ -37,7 +37,7 @@
 Name:		qt4
 Version:	4.0.0
 #Release:	1.%{_snap}.0.1
-Release:	0.1
+Release:	0.2
 License:	GPL/QPL
 Group:		X11/Libraries
 Source0:	ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-desktop-%{version}.tar.bz2
@@ -459,6 +459,19 @@
 Zaawansowane narzędzie służące do projektowania interfejsu graficznego
 za pomocą biblioteki Qt.
 
+%package -n QtDesigner-devel
+Summary:	IDE used for GUI designing with Qt library - development files
+Summary(pl):	IDE służące do projektowania GUI za pomocą biblioteki Qt - pliki programistyczne
+Group:		X11/Development/Libraries
+Requires:	QtCore-devel = %{epoch}:%{version}-%{release}
+Requires:	%{name}-designer-libs = %{epoch}:%{version}-%{release}
+
+%description -n QtDesigner-devel
+IDE used for GUI designing with Qt library - development files
+
+%description -n QtDesigner-devel -l pl
+IDE służące do projektowania GUI za pomocą biblioteki Qt - pliki programistyczne
+
 %package designer-libs
 Summary:	Libraries IDE used for GUI designing with Qt library
 Summary(pl):	Biblioteki do IDE służącego do projektowania GUI za pomocą biblioteki Qt
@@ -832,7 +845,7 @@
 %endif
 
 cd $RPM_BUILD_ROOT%{_includedir}/qt4/Qt
-for f in ../Qt{3Support,Core,Gui,Network,OpenGL,Sql,Xml}/*
+for f in ../Qt{3Support,Core,Gui,Network,OpenGL,Sql,Xml,Designer}/*
 do
 	if [ ! -d $f ]; then
 		ln -sf $f `basename $f`
@@ -861,7 +874,7 @@
 	else
 		echo "Error generation devel files list!"
 		echo "$r: no such file or direcotry!"
-		exit 1
+		return 1
 	fi
 }
 
@@ -881,14 +894,14 @@
 }
 
 mkdevfl QtCore 	%{_includedir}/qt4 %{_includedir}/qt4/Qt \
-	%{_libdir}/libQtAssistantClient{.prl,_debug.prl} \
-	%{_libdir}/libQtDesigner{.prl,_debug.prl,Components{.prl,_debug.prl}}
+	%{_libdir}/libQtAssistantClient{.prl,_debug.prl}
 mkdevfl QtGui
 mkdevfl QtNetwork
 mkdevfl QtOpenGL
 mkdevfl QtSql
 mkdevfl QtXml
 mkdevfl Qt3Support
+mkdevfl QtDesigner || /bin/true # there is no libQtDesigner.la file :/
 
 echo "%defattr(644,root,root,755)" > examples.files
 ifecho examples %{_examplesdir}/qt4
@@ -1091,6 +1104,7 @@
 %{_docdir}/%{name}-doc
 
 %files -n QtCore-devel -f QtCore-devel.files
+%files -n QtDesigner-devel -f QtDesigner-devel.files
 %files -n QtGui-devel -f QtGui-devel.files
 %files -n QtNetwork-devel -f QtNetwork-devel.files
 %files -n QtOpenGL-devel -f QtOpenGL-devel.files
@@ -1107,6 +1121,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.30  2005/07/03 22:24:34  pascalek
+- Release 0.2; QtDesigner-devel package
+
 Revision 1.29  2005/07/01 15:54:33  pascalek
 - updated to 4.0.0 (builds, not tested)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/qt4.spec?r1=1.29&r2=1.30&f=u




More information about the pld-cvs-commit mailing list