[kdevelop] add explicit BR: boost-devel

Rex Dieter rdieter at fedoraproject.org
Mon Dec 5 19:29:54 UTC 2011


commit 78880fd655f66595e47f28b73e10e75d233964fd
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon Dec 5 13:30:49 2011 -0600

    add explicit BR: boost-devel

 kdevelop.spec |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/kdevelop.spec b/kdevelop.spec
index 49f475c..0f310bf 100644
--- a/kdevelop.spec
+++ b/kdevelop.spec
@@ -5,7 +5,7 @@ Name:    kdevelop
 Summary: Integrated Development Environment for C++/C
 Epoch:   9
 Version: 4.2.3
-Release: 4%{?dist}
+Release: 5%{?dist}
 
 License: GPLv2
 URL:     http://www.kdevelop.org/
@@ -15,6 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ## Upstream patches
 
+BuildRequires: boost-devel
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: kdebase-workspace-devel
@@ -102,6 +103,7 @@ desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/kdevelop.de
 %clean
 rm -rf %{buildroot}
 
+
 %post
 touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
 
@@ -118,12 +120,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 update-desktop-database -q &> /dev/null
 update-mime-database %{_kde4_datadir}/mime &> /dev/null
 
-
-%post libs -p /sbin/ldconfig
-
-%postun libs -p /sbin/ldconfig
-
-
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING COPYING.DOC COPYING.LIB ChangeLog TODO NEWS
@@ -136,6 +132,9 @@ update-mime-database %{_kde4_datadir}/mime &> /dev/null
 %{_kde4_datadir}/mime/packages/kdevelop.xml
 %{_kde4_iconsdir}/hicolor/*/*/*
 
+%post libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
+
 %files libs
 %defattr(-,root,root,-)
 %{_kde4_libdir}/lib*.so
@@ -148,6 +147,9 @@ update-mime-database %{_kde4_datadir}/mime &> /dev/null
 
 
 %changelog
+* Mon Dec 05 2011 Rex Dieter <rdieter at fedoraproject.org> 9:4.2.3-5
+- add explicit BR: boost-devel
+
 * Sun Jul 31 2011 Rex Dieter <rdieter at fedoraproject.org> 9:4.2.3-4
 - drop < f14 conditionals 
 - BR: okteta-devel


More information about the scm-commits mailing list