rpms/kdeutils/FC-5 kdeutils.spec,1.57,1.58

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jun 21 09:35:19 UTC 2006


Author: than

Update of /cvs/dist/rpms/kdeutils/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv11998

Modified Files:
	kdeutils.spec 
Log Message:
add BR: gmp-devel #196051



Index: kdeutils.spec
===================================================================
RCS file: /cvs/dist/rpms/kdeutils/FC-5/kdeutils.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- kdeutils.spec	12 Jun 2006 22:17:13 -0000	1.57
+++ kdeutils.spec	21 Jun 2006 09:35:03 -0000	1.58
@@ -13,13 +13,13 @@
 %define disable_gcc_check_and_hidden_visibility 1
 
 Version: 3.5.3
-Release: 0.1.fc5
+Release: 0.2.fc5
 Name: kdeutils
 Summary: K Desktop Environment - Utilities
 Epoch: 6
 License: GPL
 Group: Applications/System
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Url: http://www.kde.org
 Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
 
@@ -27,12 +27,14 @@
 Patch2: kde-libtool.patch
 
 Requires: kdebase >= %{kdebase_epoch}:%{version}
-Requires(post,postun): /sbin/ldconfig
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
 
-BuildRequires: kdebase-devel
+BuildRequires: kdebase-devel >= %{kdebase_epoch}:%{version}
 BuildRequires: net-snmp-devel
 BuildRequires: libXtst-devel
 BuildRequires: python-devel
+BuildRequires: gmp-devel
 
 Obsoletes: ark
 Obsoletes: kcalc
@@ -268,7 +270,8 @@
 %if %{arts} == 0
    --without-arts \
 %endif
-   --includedir=%{_includedir}/kde
+   --includedir=%{_includedir}/kde \
+   --with-snmp
 
 make %{?_smp_mflags}
 
@@ -336,6 +339,9 @@
 %{_includedir}/kde/*
 
 %changelog
+* Wed Jun 21 2006 Than Ngo <than at redhat.com> 6:3.5.3-0.2.fc5
+- add BR: gmp-devel #196051
+
 * Mon Jun 12 2006 Than Ngo <than at redhat.com> 6:3.5.3-0.1.fc5
 - update to 3.5.3
 




More information about the fedora-cvs-commits mailing list