From 78880fd655f66595e47f28b73e10e75d233964fd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Dec 05 2011 19:30:49 +0000 Subject: add explicit BR: boost-devel --- 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 9:4.2.3-5 +- add explicit BR: boost-devel + * Sun Jul 31 2011 Rex Dieter 9:4.2.3-4 - drop < f14 conditionals - BR: okteta-devel