SPECS: qt4.spec - no need to %if package definitions (%files is su...

glen glen at pld-linux.org
Thu Jan 12 23:04:51 CET 2006


Author: glen                         Date: Thu Jan 12 22:04:51 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no need to %if package definitions (%files is sufficent)

---- Files affected:
SPECS:
   qt4.spec (1.46 -> 1.47) 

---- Diffs:

================================================================
Index: SPECS/qt4.spec
diff -u SPECS/qt4.spec:1.46 SPECS/qt4.spec:1.47
--- SPECS/qt4.spec:1.46	Thu Jan 12 02:25:50 2006
+++ SPECS/qt4.spec	Thu Jan 12 23:04:46 2006
@@ -148,7 +148,6 @@
 %description -n QtCore-devel -l pl
 Podstawowe klasy używane przez inne moduły - pliki programistyczne.
 
-%if %{with static_libs}
 %package -n QtCore-static
 Summary:	Core classes used by other modules - static libraries
 Summary(pl):	Podstawowe klasy używane przez inne moduły - biblioteki statyczne
@@ -160,7 +159,6 @@
 
 %description -n QtCore-static -l pl
 Podstawowe klasy używane przez inne moduły - biblioteki statyczne.
-%endif
 
 %package -n QtGui
 Summary:	Graphical User Interface components
@@ -187,7 +185,6 @@
 %description -n QtGui-devel -l pl
 Komponenty graficznego interfejsu użytkownika - pliki programistyczne.
 
-%if %{with static_libs}
 %package -n QtGui-static
 Summary:	Graphical User Interface components - static libraries
 Summary(pl):	Komponenty graficznego interfejsu użytkownika - biblioteki statyczne
@@ -199,7 +196,6 @@
 
 %description -n QtGui-static -l pl
 Komponenty graficznego interfejsu użytkownika - biblioteki statyczne.
-%endif
 
 %package -n QtNetwork
 Summary:	Classes for network programming
@@ -226,7 +222,6 @@
 %description -n QtNetwork-devel -l pl
 Klasy do programowania sieciowego - pliki programistyczne.
 
-%if %{with static_libs}
 %package -n QtNetwork-static
 Summary:	Classes for network programming - static libraries
 Summary(pl):	Klasy do programowania sieciowego - biblioteki statyczne
@@ -238,7 +233,6 @@
 
 %description -n QtNetwork-static -l pl
 Klasy do programowania sieciowego - biblioteki statyczne.
-%endif
 
 %package -n QtOpenGL
 Summary:	OpenGL support classes
@@ -265,7 +259,6 @@
 %description -n QtOpenGL-devel -l pl
 Klasy wspomagające OpenGL - pliki programistyczne.
 
-%if %{with static_libs}
 %package -n QtOpenGL-static
 Summary:	OpenGL support classes - static libraries
 Summary(pl):	Klasy wspomagające OpenGL - biblioteki statyczne
@@ -277,7 +270,6 @@
 
 %description -n QtOpenGL-devel -l pl
 Klasy wspomagające OpenGL - biblioteki statyczne.
-%endif
 
 %package -n QtSql
 Summary:	Classes for database integration using SQL
@@ -305,7 +297,6 @@
 Klasy do integracji z bazami danych przy użyciu SQL - pliki
 programistyczne.
 
-%if %{with static_libs}
 %package -n QtSql-static
 Summary:	Classes for database integration using SQL - static libraries
 Summary(pl):	Klasy do integracji z bazami danych przy użyciu SQL - biblioteki statyczne
@@ -318,7 +309,6 @@
 %description -n QtSql-static -l pl
 Klasy do integracji z bazami danych przy użyciu SQL - biblioteki statyczne.
 programistyczne.
-%endif
 
 %package -n QtSvg
 Summary:	SVG support.
@@ -345,7 +335,6 @@
 %description -n QtSvg-devel -l pl
 Wsparcie dla SVG - pliki programistyczne.
 
-%if %{with static_libs}
 %package -n QtSvg-static
 Summary:	SVG support - static libraries.
 Summary(pl):	Wsparcie dla SVG - biblioteki statyczne.
@@ -357,7 +346,6 @@
 
 %description -n QtSvg-static -l pl
 Wsparcie dla SVG - biblioteki statyczne.
-%endif
 
 %package -n QtSql-ibase
 Summary:	Database plugin for InterBase/Firebird Qt support
@@ -515,7 +503,6 @@
 %description -n QtXml-devel -l pl
 Klasy do obsługi XML-a - pliki programistyczne.
 
-%if %{with static_libs}
 %package -n QtXml-static
 Summary:	Classes for handling XML - static libraries
 Summary(pl):	Klasy do obsługi XML-a - biblioteki statyczne
@@ -527,7 +514,6 @@
 
 %description -n QtXml-static -l pl
 Klasy do obsługi XML-a - biblioteki statyczne.
-%endif
 
 %package -n Qt3Support
 Summary:	Qt3 compatibility library
@@ -554,7 +540,6 @@
 %description -n Qt3Support-devel -l pl
 Biblioteka kompatybilności z Qt3 - pliki programistyczne.
 
-%if %{with static_libs}
 %package -n Qt3Support-static
 Summary:	Qt3 compatibility library - static libraries
 Summary(pl):	Biblioteka kompatybilności z Qt3 - biblioteki statyczne
@@ -566,7 +551,6 @@
 
 %description -n Qt3Support-static -l pl
 Biblioteka kompatybilności z Qt3 - biblioteki statyczne.
-%endif
 
 %package assistant
 Summary:	Qt documentation browser
@@ -626,7 +610,6 @@
 IDE służące do projektowania GUI za pomocą biblioteki Qt - pliki
 programistyczne.
 
-%if %{with static_libs}
 %package -n QtDesigner-static
 Summary:	IDE used for GUI designing with Qt library - static libraries
 Summary(pl):	IDE służące do projektowania GUI za pomocą biblioteki Qt - biblioteki statyczne
@@ -638,7 +621,6 @@
 
 %description -n QtDesigner-static -l pl
 IDE służące do projektowania GUI za pomocą biblioteki Qt - biblioteki statyczne.
-%endif
 
 %package designer-libs
 Summary:	Libraries IDE used for GUI designing with Qt library
@@ -1321,6 +1303,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.47  2006/01/12 22:04:46  glen
+- no need to %if package definitions (%files is sufficent)
+
 Revision 1.46  2006/01/12 01:25:50  pascalek
 - Updated to 4.1.0, release 1
 - 6 unpackaged files
================================================================

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



More information about the pld-cvs-commit mailing list