rpms/smart/F-8 smart.spec,1.26,1.27

Ville Skytta (scop) fedora-extras-commits at redhat.com
Fri Dec 7 22:25:52 UTC 2007


Author: scop

Update of /cvs/pkgs/rpms/smart/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8047

Modified Files:
	smart.spec 
Log Message:
Sync with devel


Index: smart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/smart/F-8/smart.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- smart.spec	7 Oct 2007 10:46:08 -0000	1.26
+++ smart.spec	7 Dec 2007 22:25:19 -0000	1.27
@@ -7,7 +7,7 @@
 Summary: Next generation package handling tool
 Name: smart
 Version: 0.52
-Release: 50%{?dist}
+Release: 52%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: http://labix.org/smart/
@@ -17,7 +17,6 @@
 Source3: smart.desktop
 Source4: distro.py
 Source5: ksmarttray.desktop
-Patch0: smart-0.42-autofs5fix.patch
 Patch2: smart-0.51-auto.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: python-devel >= 2.3
@@ -26,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]")
@@ -73,7 +72,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .autofs5
 %patch2 -p1
 # /usr/lib is hardcoded 
 perl -pi -e's,/usr/lib/,%{_libdir}/,' smart/const.py
@@ -93,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
@@ -205,6 +204,13 @@
 %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.
+
 * Sun Oct  7 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.52-50
 - Update to 0.52.
 - Fix pam stack type detection.




More information about the fedora-extras-commits mailing list