2008-03-05 21:39:51 +00:00
|
|
|
# set this to 0 to disable -apidocs for a faster build
|
|
|
|
%define apidocs 1
|
2004-09-09 06:57:53 +00:00
|
|
|
|
2007-12-01 19:43:21 +00:00
|
|
|
Summary: K Desktop Environment 4 - Libraries
|
2008-02-28 18:15:24 +00:00
|
|
|
Version: 4.0.2
|
2008-03-05 21:39:51 +00:00
|
|
|
Release: 4%{?dist}
|
2004-09-09 06:57:53 +00:00
|
|
|
|
2007-12-01 20:34:38 +00:00
|
|
|
%if 0%{?fedora} > 8
|
2007-08-06 09:46:35 +00:00
|
|
|
Name: kdelibs
|
|
|
|
Epoch: 6
|
2007-12-01 19:43:21 +00:00
|
|
|
Obsoletes: kdelibs4 < %{version}-%{release}
|
|
|
|
Provides: kdelibs4 = %{version}-%{release}
|
|
|
|
%else
|
|
|
|
Name: kdelibs4
|
2007-07-20 13:12:20 +00:00
|
|
|
%endif
|
|
|
|
|
2007-12-01 19:43:21 +00:00
|
|
|
# LGPLv2: everything, except (see below)
|
|
|
|
# BSD: kdoctools/
|
|
|
|
# GFDL: kdoctools/customization ?
|
2007-08-23 14:39:59 +00:00
|
|
|
License: LGPLv2
|
2007-12-01 19:43:21 +00:00
|
|
|
URL: http://www.kde.org/
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/kdelibs-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
# for macros.kde4
|
|
|
|
BuildRequires: kde-filesystem >= 4
|
|
|
|
Requires: dbus-x11
|
2007-05-17 15:19:44 +00:00
|
|
|
Requires: hicolor-icon-theme
|
2008-01-30 14:47:46 +00:00
|
|
|
# kdebase-runtime not *strictly* required here, but how better to pull
|
|
|
|
# it in? comps only?
|
2007-12-06 20:34:16 +00:00
|
|
|
#Requires: kdebase-runtime
|
2007-12-01 19:43:21 +00:00
|
|
|
Requires: kde-filesystem >= 4
|
|
|
|
Requires: kde-settings
|
|
|
|
%{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} }
|
|
|
|
Requires: shared-mime-info
|
2007-12-17 17:59:59 +00:00
|
|
|
%if "%{name}" == "kdelibs"
|
|
|
|
Requires: kdelibs-common
|
|
|
|
%endif
|
2008-01-19 15:55:33 +00:00
|
|
|
%if 0%{?fedora} >= 9
|
|
|
|
Requires: hunspell
|
|
|
|
%endif
|
2007-12-01 19:43:21 +00:00
|
|
|
|
|
|
|
Source1: kde4.sh
|
|
|
|
Source2: kde4.csh
|
|
|
|
|
|
|
|
# make -devel packages parallel-installable
|
|
|
|
Patch0: kdelibs-3.95.0-parallel_devel.patch
|
|
|
|
# fix kde#149705
|
|
|
|
Patch2: kdelibs-3.95.0-kde149705.patch
|
2008-01-04 15:26:31 +00:00
|
|
|
# Force Phonon to use the ALSA default device by default
|
|
|
|
# This should make it work better with PulseAudio.
|
|
|
|
Patch4: kdelibs-3.97.0-alsa-default-device.patch
|
2008-01-19 15:55:33 +00:00
|
|
|
# Hunspell support for K3Spell
|
|
|
|
# http://fedoraproject.org/wiki/Releases/FeatureDictionary
|
|
|
|
# http://bugs.kde.org/show_bug.cgi?id=154561
|
|
|
|
Patch5: kdelibs-4.0.0-k3spell-hunspell.patch
|
2008-01-23 13:02:18 +00:00
|
|
|
# openssl's SHLIB_VERSION_NUMBER macro can't be used/trusted
|
|
|
|
Patch6: kdelibs-4.0.0-openssl.patch
|
2008-02-19 22:12:39 +00:00
|
|
|
# fix running KDE 3 apps as filetype viewers from KDE 4 Dolphin
|
|
|
|
# (can't talk over D-Bus to an app only supporting DCOP)
|
|
|
|
Patch7: kdelibs-4.0.1-dcop-servicetype.patch
|
2008-03-05 21:39:51 +00:00
|
|
|
# install all .css files in kdelibs-common to build kdepimlibs-apidocs against
|
|
|
|
Patch8: kdelibs-4.0.2-install-all-css.patch
|
2007-12-01 19:43:21 +00:00
|
|
|
|
2008-02-01 15:37:29 +00:00
|
|
|
# upstream patches
|
|
|
|
|
2007-12-01 19:43:21 +00:00
|
|
|
BuildRequires: qt4-devel >= 4.3.0
|
|
|
|
Requires: qt4 >= %{_qt4_version}
|
|
|
|
Requires: xdg-utils
|
|
|
|
Requires(post): /sbin/ldconfig xdg-utils
|
|
|
|
Requires(postun): /sbin/ldconfig xdg-utils
|
2004-09-09 07:03:26 +00:00
|
|
|
|
2006-06-24 07:57:03 +00:00
|
|
|
BuildRequires: alsa-lib-devel
|
2007-12-22 19:52:36 +00:00
|
|
|
%if 0%{?fedora} < 9
|
|
|
|
# we don't want a hard dependency on aspell on F9+, use enchant only
|
2007-12-01 19:43:21 +00:00
|
|
|
BuildRequires: aspell-devel
|
2007-12-22 19:52:36 +00:00
|
|
|
%endif
|
2007-12-01 19:43:21 +00:00
|
|
|
BuildRequires: avahi-devel
|
|
|
|
BuildRequires: bzip2-devel
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: cups-devel cups
|
|
|
|
BuildRequires: enchant-devel
|
|
|
|
BuildRequires: gamin-devel
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: giflib-devel
|
|
|
|
# busted at least on x86_64
|
|
|
|
#BuildRequires: hspell-devel
|
2007-05-15 18:58:25 +00:00
|
|
|
BuildRequires: jasper-devel
|
2007-12-01 19:43:21 +00:00
|
|
|
BuildRequires: krb5-devel
|
|
|
|
BuildRequires: libacl-devel libattr-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libtiff-devel
|
|
|
|
BuildRequires: libxslt-devel libxml2-devel
|
2007-10-25 13:35:51 +00:00
|
|
|
BuildRequires: OpenEXR-devel
|
2007-12-01 19:43:21 +00:00
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: pcre-devel
|
|
|
|
BuildRequires: shared-mime-info
|
2008-01-07 13:06:54 +00:00
|
|
|
BuildRequires: soprano-devel >= 1.99
|
2007-12-01 19:43:21 +00:00
|
|
|
BuildRequires: strigi-devel >= 0.5.7
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
# extra X deps (seemingly needed and/or checked-for by most kde4 buildscripts)
|
|
|
|
%define x_deps libXcomposite-devel libXdamage-devel libxkbfile-devel libXpm-devel libXScrnSaver-devel libXtst-devel libXv-devel libXxf86misc-devel
|
|
|
|
%{?x_deps:BuildRequires: %{x_deps}}
|
2007-12-01 20:34:38 +00:00
|
|
|
BuildRequires: openssh-clients
|
2007-12-11 12:31:20 +00:00
|
|
|
BuildRequires: subversion
|
2007-10-30 12:46:46 +00:00
|
|
|
|
2004-09-09 06:52:50 +00:00
|
|
|
%description
|
2007-12-01 19:43:21 +00:00
|
|
|
Libraries for the K Desktop Environment 4.
|
2004-09-09 06:52:50 +00:00
|
|
|
|
2007-12-17 17:59:59 +00:00
|
|
|
%if "%{name}" == "kdelibs"
|
|
|
|
%package common
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Summary: Common files for KDE 3 and KDE 4 libraries
|
|
|
|
%description common
|
|
|
|
This package includes the common files for the KDE 3 and KDE 4 libraries.
|
|
|
|
%endif
|
|
|
|
|
2004-09-09 06:52:50 +00:00
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
2007-12-01 19:43:21 +00:00
|
|
|
Summary: Header files for compiling KDE 4 applications
|
2007-07-20 13:12:20 +00:00
|
|
|
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
2007-12-01 19:43:21 +00:00
|
|
|
%if "%{name}" != "kdelibs4"
|
|
|
|
Obsoletes: kdelibs4-devel < %{version}-%{release}
|
|
|
|
Provides: kdelibs4-devel = %{version}-%{release}
|
2007-08-23 14:39:59 +00:00
|
|
|
%endif
|
2007-12-01 19:43:21 +00:00
|
|
|
Requires: qt4-devel
|
|
|
|
Requires: openssl-devel
|
|
|
|
Requires: bzip2-devel gamin-devel libacl-devel zlib-devel
|
|
|
|
Requires: strigi-devel >= 0.5.7
|
|
|
|
%{?x_deps:Requires: %{x_deps}}
|
2004-09-09 06:52:50 +00:00
|
|
|
%description devel
|
|
|
|
This package includes the header files you will need to compile
|
2007-12-01 19:43:21 +00:00
|
|
|
applications for KDE 4.
|
2006-01-18 15:41:35 +00:00
|
|
|
|
2008-03-05 21:39:51 +00:00
|
|
|
%package apidocs
|
|
|
|
Group: Development/Documentation
|
|
|
|
Summary: KDE 4 API documentation
|
|
|
|
Requires: %{name} = %{?epoch:%{epoch}:}%{version}
|
|
|
|
%if "%{name}" == "kdelibs"
|
|
|
|
Provides: kdelibs4-apidocs = %{version}-%{release}
|
|
|
|
#else
|
|
|
|
# Don't do that for now, we'd need to make sure all Requires: kdelibs-apidocs
|
|
|
|
# (in kdevelop etc.) are fixed to kdelibs3-apidocs first and it may not be
|
|
|
|
# worth it anyway.
|
|
|
|
#Provides: kdelibs-apidocs = 6:%{version}-%{release}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description apidocs
|
|
|
|
This package includes the KDE 4 API documentation in HTML
|
|
|
|
format for easy browsing.
|
|
|
|
|
2004-09-09 06:52:50 +00:00
|
|
|
|
|
|
|
%prep
|
2007-07-20 13:12:20 +00:00
|
|
|
%setup -q -n kdelibs-%{version}
|
|
|
|
|
2007-12-01 19:43:21 +00:00
|
|
|
%patch0 -p1 -b .parallel_devel
|
|
|
|
%patch2 -p1 -b .kde149705
|
2008-01-04 15:26:31 +00:00
|
|
|
%patch4 -p1 -b .alsa-default
|
2008-01-19 15:55:33 +00:00
|
|
|
%if 0%{?fedora} >= 9
|
|
|
|
%patch5 -p1 -b .k3spell-hunspell
|
2008-01-30 14:47:46 +00:00
|
|
|
%else
|
|
|
|
# shouldn't be needed f9+, we'll see -- Rex
|
2008-01-23 13:02:18 +00:00
|
|
|
%patch6 -p1 -b .openssl
|
2008-01-30 14:47:46 +00:00
|
|
|
%endif
|
2008-02-19 22:12:39 +00:00
|
|
|
%patch7 -p1 -b .dcop-servicetype
|
2008-03-05 21:39:51 +00:00
|
|
|
%patch8 -p1 -b .all-css
|
2007-05-15 18:58:25 +00:00
|
|
|
|
2008-02-01 15:37:29 +00:00
|
|
|
# upstream patches
|
2004-09-09 06:53:49 +00:00
|
|
|
|
2004-09-09 06:52:50 +00:00
|
|
|
%build
|
2007-12-01 19:43:21 +00:00
|
|
|
|
|
|
|
mkdir -p %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
2008-02-27 14:25:32 +00:00
|
|
|
%{cmake_kde4} -DKDE_DISTRIBUTION_TEXT="Fedora package %{name}-%{version}-%{release}" ..
|
2007-12-01 19:43:21 +00:00
|
|
|
popd
|
|
|
|
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform} VERBOSE=1
|
|
|
|
|
2008-03-05 21:39:51 +00:00
|
|
|
# build apidocs
|
|
|
|
%if "%{?apidocs}" == "1"
|
|
|
|
export QTDOCDIR=`pkg-config --variable=docdir Qt`
|
|
|
|
doc/api/doxygen.sh .
|
|
|
|
%endif
|
2007-05-15 18:58:25 +00:00
|
|
|
|
2004-09-09 06:57:53 +00:00
|
|
|
|
2004-09-09 06:59:30 +00:00
|
|
|
%install
|
2006-05-04 17:50:29 +00:00
|
|
|
rm -rf %{buildroot}
|
2004-09-09 06:59:48 +00:00
|
|
|
|
2007-12-01 19:43:21 +00:00
|
|
|
make install DESTDIR=%{buildroot} -C %{_target_platform}
|
2004-09-09 06:52:50 +00:00
|
|
|
|
2007-12-01 19:43:21 +00:00
|
|
|
# see also use-of/patching of XDG_MENU_PREFIX in kdebase
|
|
|
|
mv %{buildroot}%{_kde4_sysconfdir}/xdg/menus/applications.menu \
|
|
|
|
%{buildroot}%{_kde4_sysconfdir}/xdg/menus/kde4-applications.menu
|
2004-09-09 06:52:50 +00:00
|
|
|
|
2007-12-01 19:43:21 +00:00
|
|
|
%if "%{name}" != "kdelibs"
|
|
|
|
# remove files which conflict with KDE 3
|
|
|
|
rm -f %{buildroot}%{_kde4_bindir}/checkXML %{buildroot}%{_kde4_bindir}/kjscmd \
|
|
|
|
%{buildroot}%{_kde4_bindir}/kunittestmodrunner
|
|
|
|
rm -f %{buildroot}%{_kde4_configdir}/kdebug.areas %{buildroot}%{_kde4_configdir}/kdebugrc \
|
|
|
|
%{buildroot}%{_kde4_configdir}/kdeprintrc %{buildroot}%{_kde4_configdir}/ui/ui_standards.rc
|
|
|
|
rm -f %{buildroot}%{_kde4_docdir}/HTML/en/common/*
|
|
|
|
rm -f %{buildroot}%{_kde4_sharedir}/locale/all_languages
|
2007-07-20 13:12:20 +00:00
|
|
|
%endif
|
2004-09-09 07:05:04 +00:00
|
|
|
|
2007-12-01 19:43:21 +00:00
|
|
|
# move devel symlinks
|
|
|
|
mkdir -p %{buildroot}%{_kde4_libdir}/kde4/devel
|
|
|
|
pushd %{buildroot}%{_kde4_libdir}
|
|
|
|
for i in lib*.so
|
|
|
|
do
|
|
|
|
case "$i" in
|
|
|
|
libkdeinit4_*.so)
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
linktarget=`readlink "$i"`
|
|
|
|
rm -f "$i"
|
|
|
|
ln -sf "../../$linktarget" "kde4/devel/$i"
|
|
|
|
;;
|
|
|
|
esac
|
2004-09-09 06:52:50 +00:00
|
|
|
done
|
|
|
|
popd
|
|
|
|
|
2007-12-01 21:03:41 +00:00
|
|
|
install -p -m 644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/kde4.sh
|
|
|
|
install -p -m 644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/kde4.csh
|
2007-07-20 13:12:20 +00:00
|
|
|
|
2008-03-05 21:39:51 +00:00
|
|
|
# install apidocs and generator script
|
|
|
|
install -p -D doc/api/doxygen.sh %{buildroot}%{_kde4_bindir}/kde4-doxygen.sh
|
|
|
|
%if "%{?apidocs}" == "1"
|
|
|
|
install -p -D kdelibs-apidocs %{buildroot}%{_kde4_docdir}/HTML/en/kdelibs4-apidocs
|
|
|
|
%endif
|
|
|
|
|
2006-09-30 11:44:45 +00:00
|
|
|
|
2007-12-01 19:43:21 +00:00
|
|
|
%post
|
|
|
|
/sbin/ldconfig ||:
|
|
|
|
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || :
|
|
|
|
xdg-desktop-menu forceupdate 2> /dev/null || :
|
2007-08-06 09:46:35 +00:00
|
|
|
|
2007-12-01 19:43:21 +00:00
|
|
|
%postun
|
|
|
|
/sbin/ldconfig ||:
|
|
|
|
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || :
|
|
|
|
xdg-desktop-menu forceupdate 2> /dev/null || :
|
2006-07-18 20:34:59 +00:00
|
|
|
|
2007-05-15 18:58:25 +00:00
|
|
|
|
2004-09-09 06:52:50 +00:00
|
|
|
%clean
|
2006-05-04 17:50:29 +00:00
|
|
|
rm -rf %{buildroot}
|
2004-09-09 06:52:50 +00:00
|
|
|
|
2007-05-15 18:58:25 +00:00
|
|
|
|
2004-09-09 06:52:50 +00:00
|
|
|
%files
|
2007-05-17 15:19:44 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-12-01 19:43:21 +00:00
|
|
|
%doc AUTHORS README TODO
|
2007-08-03 14:23:17 +00:00
|
|
|
%doc COPYING.LIB
|
2006-06-24 07:57:03 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/profile.d/*
|
2007-12-01 19:43:21 +00:00
|
|
|
%{_kde4_bindir}/*
|
|
|
|
%exclude %{_kde4_bindir}/kconfig_compiler4
|
|
|
|
%{_kde4_appsdir}/*
|
|
|
|
# kdewidgets
|
|
|
|
%exclude %{_kde4_bindir}/makekdewidgets4
|
|
|
|
%exclude %{_kde4_appsdir}/kdewidgets/
|
|
|
|
%exclude %{_kde4_libdir}/kde4/plugins/designer/kdewidgets.*
|
2008-02-18 16:14:44 +00:00
|
|
|
%exclude %{_kde4_appsdir}/cmake/
|
2007-12-01 19:43:21 +00:00
|
|
|
# ksgmltools2
|
|
|
|
%exclude %{_kde4_appsdir}/ksgmltools2/
|
|
|
|
%{_kde4_configdir}/*
|
|
|
|
%{_datadir}/dbus-1/interfaces/*
|
|
|
|
%{_kde4_datadir}/mime/packages/*
|
|
|
|
%{_kde4_sharedir}/kde4/services/*
|
|
|
|
%{_kde4_sharedir}/kde4/servicetypes/*
|
|
|
|
%{_kde4_sharedir}/icons/hicolor/*/actions/presence_*
|
|
|
|
%{_kde4_docdir}/HTML/en/*
|
|
|
|
%{_kde4_libdir}/lib*.so.*
|
|
|
|
%{_kde4_libdir}/libkdeinit4_*.so
|
2008-02-25 15:26:15 +00:00
|
|
|
%dir %{_kde4_libdir}/kde4/
|
2008-02-25 16:15:30 +00:00
|
|
|
%{_kde4_libdir}/kde4/*.so
|
|
|
|
%{_kde4_libdir}/kde4/libexec/
|
2008-02-25 15:26:15 +00:00
|
|
|
%dir %{_kde4_libdir}/kde4/plugins/
|
|
|
|
%{_kde4_libdir}/kde4/plugins/imageformats/
|
|
|
|
%{_kde4_libdir}/kde4/plugins/phonon_platform/
|
2007-12-01 19:43:21 +00:00
|
|
|
%{_kde4_sysconfdir}/xdg/menus/*.menu
|
|
|
|
%doc %{_mandir}/man*/*
|
2007-12-17 17:59:59 +00:00
|
|
|
# kdelibs-common comes from here for fedora >= 9
|
|
|
|
%if "%{name}" == "kdelibs"
|
|
|
|
%exclude %{_kde4_configdir}/kdebug.areas
|
|
|
|
%exclude %{_kde4_configdir}/kdebugrc
|
|
|
|
%exclude %{_kde4_configdir}/ui/ui_standards.rc
|
|
|
|
%exclude %{_kde4_docdir}/HTML/en/common
|
|
|
|
|
|
|
|
%files common
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_kde4_configdir}/kdebug.areas
|
|
|
|
%{_kde4_configdir}/kdebugrc
|
|
|
|
%dir %{_kde4_configdir}/ui
|
|
|
|
%{_kde4_configdir}/ui/ui_standards.rc
|
|
|
|
%{_kde4_docdir}/HTML/en/common
|
|
|
|
%{_kde4_datadir}/locale/all_languages/
|
|
|
|
%endif
|
2004-09-09 06:52:50 +00:00
|
|
|
|
|
|
|
%files devel
|
2007-07-18 12:45:05 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-12-01 19:43:21 +00:00
|
|
|
%doc KDE4PORTING.html
|
|
|
|
%{_kde4_bindir}/kconfig_compiler4
|
|
|
|
%{_kde4_bindir}/makekdewidgets4
|
2008-03-05 21:39:51 +00:00
|
|
|
%{_kde4_bindir}/kde4-doxygen.sh
|
2008-02-18 16:14:44 +00:00
|
|
|
%{_kde4_appsdir}/cmake/
|
2007-12-01 19:43:21 +00:00
|
|
|
%{_kde4_appsdir}/kdewidgets/
|
|
|
|
%{_kde4_appsdir}/ksgmltools2/
|
|
|
|
%{_kde4_includedir}/*
|
|
|
|
%{_kde4_libdir}/kde4/devel/
|
2008-02-25 15:26:15 +00:00
|
|
|
%{_kde4_libdir}/kde4/plugins/designer/
|
2007-05-15 18:58:25 +00:00
|
|
|
|
2008-03-05 21:39:51 +00:00
|
|
|
%if "%{?apidocs}" == "1"
|
|
|
|
%files apidocs
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_kde4_docdir}/HTML/en/kdelibs4-apidocs/
|
|
|
|
%endif
|
|
|
|
|
2004-09-09 06:52:50 +00:00
|
|
|
|
|
|
|
%changelog
|
2008-03-05 21:39:51 +00:00
|
|
|
* Wed Mar 05 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.2-4
|
|
|
|
- install all .css files in kdelibs-common to build kdepimlibs-apidocs against
|
|
|
|
- install doxygen.sh as kde4-doxygen.sh in -devel
|
|
|
|
- build apidocs and put them into an -apidocs subpackage (can be turned off)
|
|
|
|
|
2008-02-29 18:19:36 +00:00
|
|
|
* Fri Feb 29 2008 Than Ngo <than@redhat.com> 4.0.2-3
|
|
|
|
- rebuilt
|
|
|
|
|
2008-02-29 12:06:27 +00:00
|
|
|
* Fri Feb 29 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.2-2
|
2008-02-29 12:15:36 +00:00
|
|
|
- drop obsolete kde#149703 patch (fixed upstream by code rewrite)
|
|
|
|
- drop backports from 4.0.2: objectembed-handling, autostart, kde#771201-khtml
|
2008-02-29 12:06:27 +00:00
|
|
|
|
2008-02-28 18:15:24 +00:00
|
|
|
* Thu Feb 28 2008 Than Ngo <than@redhat.com> 4.0.2-1
|
|
|
|
- 4.0.2
|
|
|
|
|
2008-02-27 14:25:32 +00:00
|
|
|
* Wed Feb 27 2008 Lukáš Tinkl <ltinkl@redhat.com> - 4.0.1-8
|
|
|
|
- add Fedora branding to the package (#434815)
|
|
|
|
|
2008-02-25 15:26:15 +00:00
|
|
|
* Mon Feb 25 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.1-7
|
|
|
|
- -devel: own %%_kde4_libdir/kde4/plugins (thanks wolfy!)
|
|
|
|
|
2008-02-19 22:12:39 +00:00
|
|
|
* Tue Feb 19 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.1-6
|
|
|
|
- fix running KDE 3 apps as filetype viewers from KDE 4 Dolphin
|
|
|
|
|
2008-02-18 16:14:44 +00:00
|
|
|
* Mon Feb 18 2008 Rex Dieter <rdieter@fedoraprojectorg> 4.0.1-5
|
|
|
|
- -devel: include %%_kde4_appsdir/cmake here (#341751)
|
|
|
|
|
2008-02-06 10:32:04 +00:00
|
|
|
* Wed Feb 06 2008 Than Ngo <than@redhat.com> 4.0.1-4
|
|
|
|
- upstream patch to make sure that static widget is always at position 0,0
|
|
|
|
|
2008-02-01 15:37:29 +00:00
|
|
|
* Fri Feb 01 2008 Than Ngo <than@redhat.com> 4.0.1-3
|
|
|
|
- upstream patch to fix a regression in <object><embed> handling
|
2008-02-04 17:07:25 +00:00
|
|
|
- autostart upstream patch
|
2008-02-01 15:37:29 +00:00
|
|
|
|
2008-02-01 12:57:29 +00:00
|
|
|
* Fri Feb 01 2008 Than Ngo <than@redhat.com> 4.0.1-2
|
|
|
|
- autostart from XDG_CONFIG_DIRS
|
|
|
|
|
2008-01-31 12:52:43 +00:00
|
|
|
* Wed Jan 30 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.1-1
|
|
|
|
- 4.0.1
|
|
|
|
|
2008-01-30 14:47:46 +00:00
|
|
|
* Wed Jan 30 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.0-4
|
|
|
|
- omit openssl patch (f9+ #429846)
|
|
|
|
- respin (qt4)
|
|
|
|
|
2008-01-23 13:02:18 +00:00
|
|
|
* Wed Jan 23 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.0-3
|
|
|
|
- openssl patch
|
|
|
|
|
2008-01-19 15:55:33 +00:00
|
|
|
* Sat Jan 19 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.0-2
|
|
|
|
- patch K3Spell for hunspell support on F9+ (FeatureDictionary, kde#154561)
|
|
|
|
|
2008-01-07 13:06:54 +00:00
|
|
|
* Mon Jan 07 2008 Than Ngo <than@redhat.com> 4.0.0-1
|
|
|
|
- 4.0.0
|
|
|
|
|
2008-01-04 15:26:31 +00:00
|
|
|
* Fri Jan 04 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-11
|
|
|
|
- force Phonon to use the ALSA default device by default
|
|
|
|
|
2008-01-02 18:00:27 +00:00
|
|
|
* Wed Jan 02 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-10
|
2008-01-02 17:58:47 +00:00
|
|
|
- apply patch by Alex Merry to support FLAC 1.1.3+ in FindFlac.cmake
|
|
|
|
|
2007-12-22 19:52:36 +00:00
|
|
|
* Sat Dec 22 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-9
|
|
|
|
- drop BR aspell-devel on F9+, use only enchant (FeatureDictionary)
|
|
|
|
|
2007-12-18 16:48:09 +00:00
|
|
|
* Tue Dec 18 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-8
|
|
|
|
- don't put binaries into kdelibs-common, they drag in kdelibs (#417251)
|
|
|
|
|
2007-12-17 17:59:59 +00:00
|
|
|
* Mon Dec 17 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-7
|
2007-12-17 18:12:04 +00:00
|
|
|
- split out kdelibs-common on F9+ (shared with KDE 3) (#417251)
|
|
|
|
- Requires: kdelibs-common (F9+) (#417251)
|
2007-12-17 17:59:59 +00:00
|
|
|
|
2007-12-11 12:31:20 +00:00
|
|
|
* Tue Dec 11 2007 Than Ngo <than@redhat.com> 3.97.0-6
|
|
|
|
- enable subversion again
|
|
|
|
|
2007-12-11 11:26:47 +00:00
|
|
|
* Tue Dec 11 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-5
|
|
|
|
- rebuild for changed _kde4_includedir
|
|
|
|
|
2007-12-06 20:37:55 +00:00
|
|
|
* Thu Dec 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.97.0-4
|
|
|
|
- drop Req: kdebase-runtime oxygen-icon-theme (at least for now)
|
2007-12-06 20:34:16 +00:00
|
|
|
|
2007-12-06 15:00:35 +00:00
|
|
|
* Thu Dec 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.97.0-2
|
|
|
|
- drop BR: subversion temporarily (due to rawhide breakage)
|
|
|
|
|
2007-12-06 01:33:11 +00:00
|
|
|
* Wed Dec 05 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.97.0-1
|
|
|
|
- kde-3.97.0
|
|
|
|
|
2007-12-04 14:35:56 +00:00
|
|
|
* Tue Dec 04 2007 Than Ngo <than@redhat.com> 3.96.2-4
|
|
|
|
- rebuilt against new openssl/openldap
|
|
|
|
|
2007-12-01 21:03:41 +00:00
|
|
|
* Sat Dec 01 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.96.2-3
|
|
|
|
- install profile scripts as 644 instead of 755 (Ville Skyttä, #407521)
|
|
|
|
|
2007-12-01 20:34:38 +00:00
|
|
|
* Sat Dec 01 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.96.2-2
|
|
|
|
- BR openssh-clients and subversion (Sebastian Vahl)
|
|
|
|
- make this the default kdelibs for F9 again
|
|
|
|
|
2007-12-01 19:43:21 +00:00
|
|
|
* Tue Nov 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.2-1
|
|
|
|
- kde-3.96.2
|
|
|
|
|
|
|
|
* Tue Nov 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.1-1
|
|
|
|
- kde-3.96.1
|
|
|
|
|
|
|
|
* Tue Nov 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.0-4
|
|
|
|
- Requires: kdebase-runtime oxygen-icon-theme (where available)
|
|
|
|
|
|
|
|
* Mon Nov 19 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.0-3
|
|
|
|
- Requires: dbus-x11 (#390851)
|
|
|
|
|
|
|
|
* Mon Nov 19 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.0-2
|
|
|
|
- -devel: (Build)Requires: libXcomposite-devel libXdamage-devel
|
|
|
|
libxkbfile-devel libXpm-devel libXScrnSaver-devel libXtst-devel
|
|
|
|
libXv-devel libXxf86misc-devel
|
|
|
|
- devel: Requires: strigi-devel >= 0.5.7
|
|
|
|
- (Build)Requires: kde-filesystem >= 4
|
|
|
|
|
|
|
|
* Thu Nov 15 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.0-1
|
|
|
|
- kde-3.96.0
|
|
|
|
|
|
|
|
* Sat Nov 10 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.95.2-2
|
|
|
|
- BR: strigi-devel >= 0.5.7, soprano-devel >= 1.97.1
|
|
|
|
- License: LGPLv2 (only)
|
|
|
|
|
|
|
|
* Fri Nov 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.95.2-1
|
|
|
|
- kde-3.95.2
|
|
|
|
|
|
|
|
* Tue Nov 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.95.0-2
|
|
|
|
- fix parallel_devel patch (typo in KDE4_KPARTS_LIBRARY)
|
|
|
|
|
|
|
|
* Sun Nov 04 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.95.0-1
|
|
|
|
- kde-3.95.0 (kde4 dev platform rc1)
|
|
|
|
|
|
|
|
* Thu Oct 18 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.94.0-2
|
|
|
|
- drop optional BR hspell-devel again due to broken x86_64 static library
|
|
|
|
|
|
|
|
* Thu Oct 18 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.94.0-1
|
|
|
|
- update to 3.94.0
|
|
|
|
- BR soprano-devel >= 1.95.0
|
|
|
|
- don't rename js to kjs after installation, fixed upstream
|
|
|
|
- update parallel-devel patch
|
|
|
|
- drop kde#149704 patch, fixed upstream
|
|
|
|
- drop colorscheme-hack patch
|
|
|
|
- backport upstream fix for unversioned kpty library (rev 724528)
|
|
|
|
- add new BRs hspell-devel and jasper-devel
|
|
|
|
- 3.94.0 generates some manpages, add them to the file list
|
|
|
|
|
|
|
|
* Thu Oct 4 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-11
|
|
|
|
- don't make this the default kdelibs on F9 yet
|
|
|
|
- retry ppc64 build (#300571)
|
|
|
|
|
|
|
|
* Fri Sep 21 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-10
|
|
|
|
- ExcludeArch: ppc64 (#300571)
|
|
|
|
|
|
|
|
* Thu Sep 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.93.0-9
|
|
|
|
- -devel: (re)add Requires: bzip2-devel gamin-devel libacl-devel strigi-devel zlib-devel
|
|
|
|
- update sources
|
|
|
|
- sync kde4.(sh|csh) changes wrt KDE_IS_PRELINKED w/ devel/ branch
|
|
|
|
|
|
|
|
* Fri Sep 14 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-8
|
|
|
|
- rename js to kjs because of file conflict (kde#149840)
|
|
|
|
|
|
|
|
* Thu Sep 13 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-7
|
|
|
|
- actually install kde4.sh and kde4.csh
|
|
|
|
- sync KDE_IS_PRELINKED setting in kde4.sh and kde4.csh with kdelibs 3
|
|
|
|
(workaround for #244065 no longer needed, fixed in 3.93.0)
|
|
|
|
|
|
|
|
* Thu Sep 13 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-6
|
|
|
|
- set QT_PLUGIN_PATH in kde4.sh and kde4.csh
|
|
|
|
|
|
|
|
* Wed Sep 12 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-5
|
|
|
|
- fix strange coloring due to incomplete changes to KColorScheme
|
|
|
|
|
|
|
|
* Mon Sep 10 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-4
|
|
|
|
- use upstream fix (by David Faure) for kde#149704
|
|
|
|
|
|
|
|
* Mon Sep 10 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-3
|
|
|
|
- fix kde#149703, kde#149704, kde#149705
|
|
|
|
|
|
|
|
* Sun Sep 9 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-2
|
|
|
|
- remove files which conflict with KDE 3
|
|
|
|
- rename kconfig_compiler and makekdewidgets to *4
|
|
|
|
- move devel symlinks to %%{_kde4_libdir}/kde4/devel/
|
|
|
|
- drop Conflicts: kdelibs-devel
|
|
|
|
|
|
|
|
* Sun Sep 9 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-1
|
|
|
|
- update to 3.93.0
|
|
|
|
- drop kde4home patch (no longer applied)
|
|
|
|
- drop kdeprint soversion conflict patch (fixed upstream)
|
|
|
|
- remove icon-related code, pics/ is now in kdebase-runtime
|
|
|
|
- BR strigi-devel >= 0.5.5 due to API changes
|
|
|
|
- package hicolor presence_* icons which are not in hicolor-icon-theme
|
|
|
|
- don't list non-existing ksvgtopng in devel binaries (now in kdebase-runtime)
|
|
|
|
|
|
|
|
* Tue Aug 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.92.0-4
|
|
|
|
- -devel: omit most (hopefully) extraneous Requires:
|
|
|
|
- use macros.kde4
|
|
|
|
- -devel: Conflicts: kdelibs-devel (in %%_bindir,%%_libdir)
|
|
|
|
- License clarification
|
|
|
|
|
|
|
|
* Fri Aug 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.92.0-3
|
|
|
|
- name kdelibs4, don't mess with %%_prefix (for now)
|
2007-08-03 14:23:17 +00:00
|
|
|
- move to -devel: checkXML, kconfig_compiler, (make)kdewidgets, ksgmltools2,
|
|
|
|
ksvgtopng, kunittestmodrunner
|
|
|
|
- set KDE_IS_PRELINKED unconditionally (#244065)
|
2007-12-01 19:43:21 +00:00
|
|
|
- License: LGPLv2
|
|
|
|
- Requires: shared-mime-info
|
|
|
|
|
|
|
|
* Mon Jul 30 2007 Than Ngo <than@redhat.com> 3.92.0-2
|
|
|
|
- fix conlict with kde3
|
|
|
|
- add -DSYSCONF_INSTALL_DIR
|
|
|
|
|
|
|
|
* Sat Jul 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.92.0-1
|
|
|
|
- kde-3.92.0 (kde4-beta1)
|
|
|
|
|
|
|
|
* Thu Jul 19 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.91.0-6
|
|
|
|
- add missing epoch to main package Requires for -devel if name is kdelibs
|
|
|
|
|
|
|
|
* Tue Jul 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-5
|
|
|
|
- BR: soprano-devel
|
|
|
|
- prefix=/usr cleanups
|
|
|
|
|
|
|
|
* Wed Jul 11 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.91.0-4
|
|
|
|
- apply upstream bugfix for KatePart syntax highlighting (kde #145571)
|
|
|
|
|
|
|
|
* Thu Jun 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-3
|
|
|
|
- fix %%_sysconfdir for %%_prefix != /usr case.
|
|
|
|
|
|
|
|
* Thu Jun 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-2
|
|
|
|
- updated kde4home.diff
|
|
|
|
- CMAKE_BUILD_TYPE=RelWithDebInfo (we're already using %%optflags)
|
|
|
|
|
|
|
|
* Wed Jun 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-1
|
|
|
|
- kde-3.91.0
|
|
|
|
- CMAKE_BUILD_TYPE=debug
|
|
|
|
|
|
|
|
* Sat Jun 23 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.90.1-3
|
|
|
|
- specfile cleanup (%%prefix issues mostly)
|
|
|
|
|
|
|
|
* Wed May 30 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.90.1-2
|
|
|
|
- add missing BR shared-mime-info
|
|
|
|
|
|
|
|
* Sun May 13 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.90.1-1
|
|
|
|
- update to 3.90.1
|
|
|
|
- drop backported upstream fixes already in 3.90.1
|
|
|
|
- bump cmake BR to 2.4.5 as required upstream now
|
|
|
|
- add BR strigi-devel, alsa-lib-devel, avahi-devel
|
|
|
|
- don't set execute bits by hand anymore, cmake has been fixed
|
|
|
|
- use multilibs in /opt/kde4
|
|
|
|
|
|
|
|
* Mon Mar 26 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.3-5
|
|
|
|
- apply upstream fixes to build with Qt 4.3 Beta
|
|
|
|
|
|
|
|
* Sat Mar 24 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.3-4
|
|
|
|
- restore minimum version requirements for cmake and qt4-devel
|
|
|
|
- drop visibility hack (no longer needed with latest qt4 package)
|
|
|
|
- don't set QT4DIR and PATH anymore, qdbuscpp2xml has been fixed
|
|
|
|
- apply upstream bugfixes:
|
|
|
|
- * khtml segfault fix
|
|
|
|
- * message box cancel button fix
|
|
|
|
- * kprocio received buffer truncation fix (backported)
|
|
|
|
- * KatePart keyboard shortcut (Ctrl+Right, Shift+Right) fix
|
|
|
|
|
|
|
|
* Mon Mar 05 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.80.3-3
|
|
|
|
- +eXecute perms for %%{_prefix}/lib/*
|
|
|
|
|
|
|
|
* Fri Feb 23 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.3-2
|
|
|
|
- apply upstream patch to fix klauncher crash
|
|
|
|
- hack around Qt 4 being built with no visibility support
|
|
|
|
- install Qt Designer plugin
|
|
|
|
|
|
|
|
* Wed Feb 21 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.3-1
|
|
|
|
- update to 3.80.3
|
|
|
|
- update and improve parallel-installability patch
|
|
|
|
- set QT4DIR and PATH so CMake's direct $QT4DIR/qdbuscpp2xml calls work
|
|
|
|
- move libkdeinit_*.so from -devel to main package
|
|
|
|
- symlink kde4-config into /usr/bin so it can be used for path setting
|
|
|
|
|
|
|
|
* Wed Nov 29 2006 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.80.2-0.4.20061003svn
|
|
|
|
- dropped -DCMAKE_SKIP_RPATH=TRUE from cmake
|
|
|
|
- compiling with QA_RPATHS=0x0003; export QA_RPATHS
|
|
|
|
|
|
|
|
* Sun Nov 26 2006 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.80.2-0.3.20061003svn
|
|
|
|
- Added foolishly dropped libjpeg-devel, zlib-devel, krb5-devel, libattr-devel again as BR
|
|
|
|
|
|
|
|
* Thu Nov 23 2006 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.80.2-0.2.20061003svn
|
|
|
|
- parallel build support
|
|
|
|
- added -DCMAKE_SKIP_RPATH=TRUE to cmake to skip rpath
|
|
|
|
- dropped libjpeg-devel, zlib-devel, krb5-devel, libattr-devel as BR
|
|
|
|
- dropped duplicate libattr-devel in BR
|
|
|
|
- spec file cleanups and added clean up in %%install
|
|
|
|
- fixed missing dependency : libkdeinit_knotify.so
|
|
|
|
|
|
|
|
* Sat Oct 07 2006 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.2-0.1.20061003svn
|
|
|
|
- first Fedora RPM (parts borrowed from the OpenSUSE kdelibs 4 RPM and the Fedora kdelibs 3 RPM)
|
|
|
|
- apply parallel-installability patch
|