[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/smart/devel smart.spec,1.11,1.12



Author: athimm

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

Modified Files:
	smart.spec 
Log Message:
Try to fix kde vs autoconf issues.


Index: smart.spec
===================================================================
RCS file: /cvs/extras/rpms/smart/devel/smart.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- smart.spec	25 Nov 2006 16:30:35 -0000	1.11
+++ smart.spec	3 Dec 2006 14:18:49 -0000	1.12
@@ -3,7 +3,7 @@
 Summary: Next generation package handling tool
 Name: smart
 Version: 0.42
-Release: 40%{?dist}
+Release: 41%{?dist}
 License: GPL
 Group: Applications/System
 URL: http://labix.org/smart/
@@ -22,6 +22,7 @@
 BuildRequires: libXt-devel, libXext-devel
 BuildRequires: qt-devel >= 1:3.2, kdelibs-devel
 BuildRequires: zlib-devel
+BuildRequires: kdesdk
 
 Requires: python-abi = %(python -c "import sys ; print sys.version[:3]")
 Requires: rpm-python >= 4.4
@@ -64,6 +65,8 @@
 %prep
 %setup -q
 %patch0 -p1 -b .autofs5
+rm -fr contrib/ksmarttray/admin
+cp -a %{_datadir}/apps/kapptemplate/admin contrib/ksmarttray/admin
 # /usr/lib is hardcoded 
 perl -pi -e's,/usr/lib/,%{_libdir}/,' smart/const.py
 
@@ -174,6 +177,9 @@
 %{_datadir}/icons/hicolor/48x48/apps/ksmarttray.png
 
 %changelog
+* Sun Dec  3 2006 Axel Thimm <Axel Thimm ATrpms net> - 0.42-41
+- Refresh kde admin dir.
+
 * Sat Nov 25 2006 Axel Thimm <Axel Thimm ATrpms net> - 0.42-40
 - Start preparing virtual provides for upcoming qt gui.
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]