From 6bcc2493ca4d56bd9aaca975a40a70d1ef188561 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Feb 07 2007 15:25:44 +0000 Subject: 3.5.6 --- diff --git a/kdegraphics.spec b/kdegraphics.spec index c68b306..486fa4e 100644 --- a/kdegraphics.spec +++ b/kdegraphics.spec @@ -15,8 +15,8 @@ %define no_scanner_archs s390 s390x -Version: 3.5.4 -Release: 2%{?dist} +Version: 3.5.6 +Release: 1%{?dist} Name: kdegraphics Summary: K Desktop Environment - Graphics Applications Epoch: 7 @@ -26,17 +26,11 @@ License: GPL Url: http://www.kde.org Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2 -Patch10: kde-libtool.patch Patch1: kdegraphics-3.3.0-misc.patch Patch2: kdegraphics-3.3.1-xorg.patch Patch3: kdegraphics-3.5.1-warning.patch Patch4: kdegraphics-3.5.2-kpdf-xft.patch -# upstream patches -Patch100: kdegraphics-3.5.4-kde#113635.patch -Patch101: kdegraphics-3.5.4-kpdf-crash.patch -Patch102: kdegraphics-3.5.4-kde#133910.patch - %ifnarch %{no_scanner_archs} BuildRequires: sane-backends-devel >= 1.0.3-10 BuildRequires: gphoto2-devel @@ -56,6 +50,7 @@ BuildRequires: libart_lgpl-devel %if %{make_cvs} BuildRequires: autoconf BuildRequires: automake +BuildRequires: libtool %endif Requires: kdebase >= %{kdebase_epoch}:%{version} @@ -95,11 +90,6 @@ This package contains header files for developing applications using kdegraphics %patch3 -p1 -b .gcc-warning %patch4 -p1 -b .kpdf-xft -# upstream patches -%patch100 -p0 -b .kde#113635 -%patch101 -p0 -b .kpdf-crash -%patch102 -p0 -b .kde#133910 - %if %{rhel} echo "DO_NOT_COMPILE=\"\$DO_NOT_COMPILE kfax\"" >kfax/configure.in.in echo "DO_NOT_COMPILE=\"\$DO_NOT_COMPILE kfaxview\"" >kfaxview/configure.in.in @@ -184,7 +174,9 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %defattr(-,root,root) %doc %{_docdir}/HTML/en/* %{_bindir}/* -%{_libdir}/*.so* +%{_libdir}/libkdeinit_*.so +%{_libdir}/libkfaximage.so +%{_libdir}/*.so.* %{_libdir}/*.la %{_libdir}/kde3/* %{_datadir}/applications/kde/* @@ -202,8 +194,14 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %files devel %defattr(-,root,root) %{_includedir}/kde/* +%{_libdir}/*.so +%exclude %{_libdir}/libkdeinit_*.so +%exclude %{_libdir}/libkfaximage.so %changelog +* Feb 07 2007 Than Ngo 7:3.5.6-1.fc7 +- 3.5.6 + * Tue Sep 12 2006 Than Ngo 7:3.5.4-2 - apply upstream patches fix #113635, kpdf crash