rpms/smart/devel smart.spec,1.27,1.28

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sun Dec 2 19:00:08 UTC 2007


Author: scop

Update of /cvs/pkgs/rpms/smart/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18499

Modified Files:
	smart.spec 
Log Message:
* Sun Dec  2 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.52-52
- BuildRequire kdelibs3-devel instead of kdelibs-devel.
- Explicitly source qt profile.d snippet during build.



Index: smart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/smart/devel/smart.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- smart.spec	24 Oct 2007 17:15:13 -0000	1.27
+++ smart.spec	2 Dec 2007 18:59:34 -0000	1.28
@@ -7,7 +7,7 @@
 Summary: Next generation package handling tool
 Name: smart
 Version: 0.52
-Release: 51%{?dist}
+Release: 52%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: http://labix.org/smart/
@@ -25,7 +25,7 @@
 %if %{with ksmarttray}
 BuildRequires: autoconf, automake, gcc-c++
 BuildRequires: libXt-devel, libXext-devel
-BuildRequires: qt-devel >= 1:3.2, kdelibs-devel
+BuildRequires: qt-devel >= 1:3.2, kdelibs3-devel
 BuildRequires: zlib-devel
 %endif
 #Requires: python-abi = %(python -c "import sys ; print sys.version[:3]")
@@ -91,6 +91,7 @@
 
 %if %{with ksmarttray}
 # ksmarttray
+unset QTDIR ; . %{_sysconfdir}/profile.d/qt.sh
 pushd contrib/ksmarttray
 make -f admin/Makefile.common
 %configure --disable-rpath
@@ -203,6 +204,10 @@
 %endif
 
 %changelog
+* Sun Dec  2 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.52-52
+- BuildRequire kdelibs3-devel instead of kdelibs-devel.
+- Explicitly source qt profile.d snippet during build.
+
 * Wed Oct 24 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.52-51
 - Re-remove dropped and no longer needed autofs5 patch.
 




More information about the fedora-extras-commits mailing list