|
|
bfda77 |
Name: kdesdk
|
|
|
bfda77 |
Summary: The KDE Software Development Kit (SDK)
|
|
|
bfda77 |
Version: 4.10.5
|
|
|
bfda77 |
Release: 8%{?dist}
|
|
|
bfda77 |
|
|
|
bfda77 |
License: GPLv2+ and GFDL
|
|
|
bfda77 |
URL: http://www.kde.org/
|
|
|
bfda77 |
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
bfda77 |
%if %{revision} >= 50
|
|
|
bfda77 |
%global stable unstable
|
|
|
bfda77 |
%else
|
|
|
bfda77 |
%global stable stable
|
|
|
bfda77 |
%endif
|
|
|
bfda77 |
Source0: http://download.kde.org/%{stable}/%{version}/src/%{name}-%{version}.tar.xz
|
|
|
bfda77 |
|
|
|
bfda77 |
Patch0: kdesdk-4.10.5-remove-env-shebang.patch
|
|
|
bfda77 |
Patch1: kdesdk-kminspector-multilib.patch
|
|
|
bfda77 |
Patch2: kdesdk-4.10.5-fix-crash-with-invalid-selection.patch
|
|
|
bfda77 |
|
|
|
bfda77 |
%if 0%{?fedora} || 0%{?rhel} > 6
|
|
|
bfda77 |
BuildRequires: antlr-static antlr-tool
|
|
|
bfda77 |
%else
|
|
|
bfda77 |
BuildRequires: antlr jpackage-utils
|
|
|
bfda77 |
BuildRequires: java >= 1.6
|
|
|
bfda77 |
%endif
|
|
|
bfda77 |
BuildRequires: apr-devel
|
|
|
bfda77 |
# for libiberty (used by kmtrace for cp_demangle)
|
|
|
bfda77 |
BuildRequires: binutils-devel binutils-static
|
|
|
bfda77 |
BuildRequires: boost-devel
|
|
|
bfda77 |
BuildRequires: flex
|
|
|
bfda77 |
BuildRequires: gettext-devel
|
|
|
bfda77 |
BuildRequires: kde-baseapps-devel >= %{version}
|
|
|
bfda77 |
BuildRequires: kdepimlibs-devel >= %{version}
|
|
|
bfda77 |
# kstartperf
|
|
|
bfda77 |
BuildRequires: libtool-ltdl-devel
|
|
|
bfda77 |
BuildRequires: pkgconfig(hunspell)
|
|
|
bfda77 |
BuildRequires: pkgconfig(libical)
|
|
|
bfda77 |
BuildRequires: pkgconfig(libstreamanalyzer) pkgconfig(libstreams)
|
|
|
bfda77 |
BuildRequires: pkgconfig(libxslt)
|
|
|
bfda77 |
BuildRequires: pkgconfig(qca2)
|
|
|
bfda77 |
BuildRequires: subversion-devel
|
|
|
bfda77 |
|
|
|
bfda77 |
Requires: %{name}-cervisia = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-dolphin-plugins = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-kapptemplate = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-kcachegrind = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-kioslave = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-kmtrace = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-kompare = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-kpartloader = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-kstartperf = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-kuiviewer = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-okteta = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-poxml = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-scripts = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-strigi-analyzer = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-thumbnailers = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-umbrello = %{version}-%{release}
|
|
|
bfda77 |
# for upgrade path, when kate was split out
|
|
|
bfda77 |
Requires: kate
|
|
|
bfda77 |
|
|
|
bfda77 |
%description
|
|
|
bfda77 |
A metapackage/collection of applications and tools used by developers, including:
|
|
|
bfda77 |
* cervisia: a CVS frontend
|
|
|
bfda77 |
* kate: advanced text editor
|
|
|
bfda77 |
* kcachegrind: a browser for data produced by profiling tools (e.g. cachegrind)
|
|
|
bfda77 |
* kompare: diff tool
|
|
|
bfda77 |
* kuiviewer: displays designer's UI files
|
|
|
bfda77 |
* lokalize: computer-aided translation system focusing on productivity and performance
|
|
|
bfda77 |
* okteta: binary/hex editor
|
|
|
bfda77 |
* umbrello: UML modeller and UML diagram tool
|
|
|
bfda77 |
|
|
|
bfda77 |
%package common
|
|
|
bfda77 |
Summary: Common files for %{name}
|
|
|
bfda77 |
# when split occurred
|
|
|
bfda77 |
Conflicts: kdesdk < 4.6.95-10
|
|
|
bfda77 |
BuildArch: noarch
|
|
|
bfda77 |
%description common
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package devel
|
|
|
bfda77 |
Summary: Development files for %{name}
|
|
|
bfda77 |
Requires: %{name}-kmtrace-devel = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-kompare-devel = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-okteta-devel = %{version}-%{release}
|
|
|
bfda77 |
%description devel
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package cervisia
|
|
|
bfda77 |
Summary: A SCM frontend
|
|
|
bfda77 |
Provides: cervisia = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-kioslave = %{version}-%{release}
|
|
|
bfda77 |
%description cervisia
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package dolphin-plugins
|
|
|
bfda77 |
Summary: Dolphin plugins
|
|
|
bfda77 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
bfda77 |
%description dolphin-plugins
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package kapptemplate
|
|
|
bfda77 |
Summary: KDE Template generator
|
|
|
bfda77 |
Provides: kapptemplate = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
bfda77 |
requires: %{name}-kapptemplate-template = %{version}-%{release}
|
|
|
bfda77 |
%description kapptemplate
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package kapptemplate-template
|
|
|
bfda77 |
Summary: KDE Templates
|
|
|
bfda77 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
bfda77 |
BuildArch: noarch
|
|
|
bfda77 |
%description kapptemplate-template
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package kcachegrind
|
|
|
bfda77 |
Summary: a browser for data provided by profiling tools (like cachegrind)
|
|
|
bfda77 |
Provides: kcachegrind = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
bfda77 |
Requires: dbus-x11
|
|
|
bfda77 |
%description kcachegrind
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package kioslave
|
|
|
bfda77 |
Summary: KIO slaves from %{name}
|
|
|
bfda77 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
bfda77 |
%description kioslave
|
|
|
bfda77 |
%{summary}, including:
|
|
|
bfda77 |
kio_perldoc
|
|
|
bfda77 |
kio_svn
|
|
|
bfda77 |
|
|
|
bfda77 |
%package kmtrace
|
|
|
bfda77 |
Summary: Assist with malloc debugging using glibc's "mtrace" functionality
|
|
|
bfda77 |
Provides: kmtrace = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-kmtrace-libs%{?_isa} = %{version}-%{release}
|
|
|
bfda77 |
%description kmtrace
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package kmtrace-libs
|
|
|
bfda77 |
Summary: Runtime libraries for kmtrace
|
|
|
bfda77 |
# when split occurred
|
|
|
bfda77 |
Obsoletes: kdesdk-libs < 4.6.95-10
|
|
|
bfda77 |
Requires: %{name}-kmtrace = %{version}-%{release}
|
|
|
bfda77 |
%description kmtrace-libs
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package kmtrace-devel
|
|
|
bfda77 |
Summary: Developer files for kmtrace
|
|
|
bfda77 |
Requires: %{name}-kmtrace-libs%{?_isa} = %{version}-%{release}
|
|
|
bfda77 |
%description kmtrace-devel
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package kompare
|
|
|
bfda77 |
Summary: Diff tool
|
|
|
bfda77 |
Provides: kompare = %{version}-%{release}
|
|
|
bfda77 |
# when split occurred
|
|
|
bfda77 |
Obsoletes: kdesdk-libs < 4.6.95-10
|
|
|
bfda77 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-kompare-libs%{?_isa} = %{version}-%{release}
|
|
|
bfda77 |
Requires: kate-part%{?_isa} >= 4.10.5
|
|
|
bfda77 |
Requires: diffutils
|
|
|
bfda77 |
%description kompare
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package kompare-libs
|
|
|
bfda77 |
Summary: Runtime libraries for kompare
|
|
|
bfda77 |
Requires: %{name}-kompare = %{version}-%{release}
|
|
|
bfda77 |
%description kompare-libs
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package kompare-devel
|
|
|
bfda77 |
Summary: Developer files for kompare
|
|
|
bfda77 |
Provides: kompare-devel = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-kompare-libs%{?_isa} = %{version}-%{release}
|
|
|
bfda77 |
%description kompare-devel
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package kpartloader
|
|
|
bfda77 |
Summary: KPart loader
|
|
|
bfda77 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
bfda77 |
%description kpartloader
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package kstartperf
|
|
|
bfda77 |
Summary: Startup time measurement tool for KDE applications
|
|
|
bfda77 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
bfda77 |
%description kstartperf
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package kuiviewer
|
|
|
bfda77 |
Summary: Displays designer UI files
|
|
|
bfda77 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
bfda77 |
%description kuiviewer
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package lokalize
|
|
|
bfda77 |
Summary: Computer-aided translation system
|
|
|
bfda77 |
Provides: lokalize = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-strigi-analyzer = %{version}-%{release}
|
|
|
bfda77 |
Requires: kross(python)
|
|
|
bfda77 |
%description lokalize
|
|
|
bfda77 |
%{summary}, focusing on productivity and performance.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package okteta
|
|
|
bfda77 |
Summary: Binary/Hex editor
|
|
|
bfda77 |
# okteta moved kdeutils -> kdesdk
|
|
|
bfda77 |
Conflicts: kdeutils < 6:4.5.80
|
|
|
bfda77 |
Provides: okteta = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-okteta-libs%{?_isa} = %{version}-%{release}
|
|
|
bfda77 |
%description okteta
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package okteta-libs
|
|
|
bfda77 |
Summary: Runtime libraries for okteta
|
|
|
bfda77 |
Requires: %{name}-okteta = %{version}-%{release}
|
|
|
bfda77 |
%description okteta-libs
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package okteta-devel
|
|
|
bfda77 |
Summary: Developer files for okteta
|
|
|
bfda77 |
Provides: okteta-devel = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-okteta-libs%{?_isa} = %{version}-%{release}
|
|
|
bfda77 |
%description okteta-devel
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package scripts
|
|
|
bfda77 |
Summary: KDE SDK scripts
|
|
|
bfda77 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
bfda77 |
# optimizegraphics
|
|
|
bfda77 |
Requires: advancecomp
|
|
|
bfda77 |
Requires: optipng
|
|
|
bfda77 |
BuildArch: noarch
|
|
|
bfda77 |
%description scripts
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package strigi-analyzer
|
|
|
bfda77 |
Summary: Strigi anayzers from %{name}
|
|
|
bfda77 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
bfda77 |
%description strigi-analyzer
|
|
|
bfda77 |
%{summary}, including: diff, po, ts.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package poxml
|
|
|
bfda77 |
Summary: Text utilities from %{name}
|
|
|
bfda77 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
bfda77 |
Obsoletes: kdesdk-utils < 4.6.95-10
|
|
|
bfda77 |
Provides: kdesdk-utils = %{version}-%{release}
|
|
|
bfda77 |
%{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}}
|
|
|
bfda77 |
%description poxml
|
|
|
bfda77 |
%{summary}, including
|
|
|
bfda77 |
po2xml
|
|
|
bfda77 |
split2po
|
|
|
bfda77 |
swappo
|
|
|
bfda77 |
xml2pot
|
|
|
bfda77 |
|
|
|
bfda77 |
%package thumbnailers
|
|
|
bfda77 |
Summary: Thumbnailers for KDE
|
|
|
bfda77 |
Obsoletes: kde-thumbnailer-po <= 2.0
|
|
|
bfda77 |
Provides: kde-thumbnailer-po = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
bfda77 |
%description thumbnailers
|
|
|
bfda77 |
%{summary}, including gnu gettext po translation files and
|
|
|
bfda77 |
gettext translation templates.
|
|
|
bfda77 |
|
|
|
bfda77 |
%package umbrello
|
|
|
bfda77 |
Summary: UML modeller and UML diagram tool
|
|
|
bfda77 |
Provides: umbrello = %{version}-%{release}
|
|
|
bfda77 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
bfda77 |
%description umbrello
|
|
|
bfda77 |
%{summary}.
|
|
|
bfda77 |
|
|
|
bfda77 |
|
|
|
bfda77 |
%prep
|
|
|
bfda77 |
%setup -q -n kdesdk-%{version}
|
|
|
bfda77 |
|
|
|
bfda77 |
%patch0 -p1 -b .remove-env-shebang
|
|
|
bfda77 |
%patch1 -p1 -b .multilib
|
|
|
bfda77 |
%patch2 -p1 -b .fix-crash-with-invalid-selection
|
|
|
bfda77 |
|
|
|
bfda77 |
%build
|
|
|
bfda77 |
mkdir -p %{_target_platform}
|
|
|
bfda77 |
pushd %{_target_platform}
|
|
|
bfda77 |
%{cmake_kde4} \
|
|
|
bfda77 |
..
|
|
|
bfda77 |
popd
|
|
|
bfda77 |
|
|
|
bfda77 |
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
bfda77 |
|
|
|
bfda77 |
|
|
|
bfda77 |
%install
|
|
|
bfda77 |
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
bfda77 |
|
|
|
bfda77 |
%find_lang cervisia --with-kde --without-mo
|
|
|
bfda77 |
%find_lang kapptemplate --with-kde --without-mo
|
|
|
bfda77 |
%find_lang kcachegrind --with-kde --without-mo
|
|
|
bfda77 |
%find_lang kompare --with-kde --without-mo
|
|
|
bfda77 |
%find_lang lokalize --with-kde --without-mo
|
|
|
bfda77 |
%find_lang okteta --with-kde --without-mo
|
|
|
bfda77 |
%find_lang umbrello --with-kde --without-mo
|
|
|
bfda77 |
|
|
|
bfda77 |
# unpackaged files
|
|
|
bfda77 |
# This one fits better into krazy2 (it requires krazy2), and the version in
|
|
|
bfda77 |
# kdesdk does not understand lib64.
|
|
|
bfda77 |
rm -f %{buildroot}%{_kde4_bindir}/krazy-licensecheck
|
|
|
bfda77 |
|
|
|
bfda77 |
# fix documentation multilib conflict
|
|
|
bfda77 |
for f in cervisia kcachegrind okteta umbrello ; do
|
|
|
bfda77 |
if [ -f %{buildroot}%{_kde4_docdir}/HTML/en/$f/index.cache.bz2 ] ; then
|
|
|
bfda77 |
bunzip2 %{buildroot}%{_kde4_docdir}/HTML/en/$f/index.cache.bz2
|
|
|
bfda77 |
sed -i -e 's!!!g' %{buildroot}%{_kde4_docdir}/HTML/en/$f/index.cache
|
|
|
bfda77 |
sed -i -e 's!.html#id[a-z]*[0-9]*"!.html"!g' %{buildroot}%{_kde4_docdir}/HTML/en/$f/index.cache
|
|
|
bfda77 |
bzip2 -9 %{buildroot}%{_kde4_docdir}/HTML/en/$f/index.cache
|
|
|
bfda77 |
fi
|
|
|
bfda77 |
done
|
|
|
bfda77 |
|
|
|
bfda77 |
%files
|
|
|
bfda77 |
|
|
|
bfda77 |
%files common
|
|
|
bfda77 |
%doc okteta/COPYING*
|
|
|
bfda77 |
|
|
|
bfda77 |
%files devel
|
|
|
bfda77 |
%{_kde4_includedir}/kprofilemethod.h
|
|
|
bfda77 |
|
|
|
bfda77 |
%post cervisia
|
|
|
bfda77 |
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
|
|
|
bfda77 |
%posttrans cervisia
|
|
|
bfda77 |
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
update-desktop-database -q &> /dev/null ||:
|
|
|
bfda77 |
|
|
|
bfda77 |
%postun cervisia
|
|
|
bfda77 |
if [ $1 -eq 0 ] ; then
|
|
|
bfda77 |
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
update-desktop-database -q &> /dev/null ||:
|
|
|
bfda77 |
fi
|
|
|
bfda77 |
|
|
|
bfda77 |
%files cervisia -f cervisia.lang
|
|
|
bfda77 |
%doc cervisia/README
|
|
|
bfda77 |
%{_kde4_bindir}/cervisia
|
|
|
bfda77 |
%{_kde4_appsdir}/cervisia/
|
|
|
bfda77 |
%{_kde4_appsdir}/cervisiapart/
|
|
|
bfda77 |
%{_kde4_iconsdir}/hicolor/*/apps/cervisia.*
|
|
|
bfda77 |
%{_kde4_libdir}/kde4/cervisiapart.so
|
|
|
bfda77 |
%{_kde4_libdir}/libkdeinit4_cervisia.so
|
|
|
bfda77 |
%{_kde4_datadir}/applications/kde4/cervisia.desktop
|
|
|
bfda77 |
%{_kde4_datadir}/config.kcfg/cervisiapart.kcfg
|
|
|
bfda77 |
%{_kde4_datadir}/dbus-1/interfaces/org.kde.cervisia*.xml
|
|
|
bfda77 |
%{_kde4_iconsdir}/hicolor/*/actions/*cervisia.*
|
|
|
bfda77 |
%{_kde4_datadir}/kde4/services/cervisiapart.desktop
|
|
|
bfda77 |
%{_mandir}/man1/cervisia*
|
|
|
bfda77 |
%{_kde4_bindir}/cvsaskpass
|
|
|
bfda77 |
%{_kde4_bindir}/cvsservice
|
|
|
bfda77 |
%{_kde4_libdir}/libkdeinit4_cvsaskpass.so
|
|
|
bfda77 |
%{_kde4_libdir}/libkdeinit4_cvsservice.so
|
|
|
bfda77 |
%{_kde4_datadir}/kde4/services/cvsservice.desktop
|
|
|
bfda77 |
|
|
|
bfda77 |
%files dolphin-plugins
|
|
|
bfda77 |
%{_kde4_libdir}/kde4/fileviewgitplugin.so
|
|
|
bfda77 |
%{_kde4_libdir}/kde4/fileviewsvnplugin.so
|
|
|
bfda77 |
%{_kde4_libdir}/kde4/fileviewbazaarplugin.so
|
|
|
bfda77 |
%{_kde4_libdir}/kde4/fileviewhgplugin.so
|
|
|
bfda77 |
%{_kde4_datadir}/config.kcfg/fileviewgitpluginsettings.kcfg
|
|
|
bfda77 |
%{_kde4_datadir}/config.kcfg/fileviewsvnpluginsettings.kcfg
|
|
|
bfda77 |
%{_kde4_datadir}/config.kcfg/fileviewhgpluginsettings.kcfg
|
|
|
bfda77 |
%{_kde4_datadir}/kde4/services/fileviewgitplugin.desktop
|
|
|
bfda77 |
%{_kde4_datadir}/kde4/services/fileviewsvnplugin.desktop
|
|
|
bfda77 |
%{_kde4_datadir}/kde4/services/fileviewbazaarplugin.desktop
|
|
|
bfda77 |
%{_kde4_datadir}/kde4/services/fileviewhgplugin.desktop
|
|
|
bfda77 |
|
|
|
bfda77 |
%post kapptemplate
|
|
|
bfda77 |
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
|
|
|
bfda77 |
%posttrans kapptemplate
|
|
|
bfda77 |
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
|
|
|
bfda77 |
%postun kapptemplate
|
|
|
bfda77 |
if [ $1 -eq 0 ] ; then
|
|
|
bfda77 |
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
fi
|
|
|
bfda77 |
|
|
|
bfda77 |
%files kapptemplate -f kapptemplate.lang
|
|
|
bfda77 |
%{_kde4_bindir}/kapptemplate
|
|
|
bfda77 |
%{_kde4_datadir}/applications/kde4/kapptemplate.desktop
|
|
|
bfda77 |
%{_kde4_datadir}/config.kcfg/kapptemplate.*
|
|
|
bfda77 |
%{_kde4_iconsdir}/hicolor/*/apps/kapptemplate.*
|
|
|
bfda77 |
|
|
|
bfda77 |
%files kapptemplate-template
|
|
|
bfda77 |
%{_kde4_appsdir}/kdevappwizard/
|
|
|
bfda77 |
|
|
|
bfda77 |
%post kcachegrind
|
|
|
bfda77 |
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
|
|
|
bfda77 |
%posttrans kcachegrind
|
|
|
bfda77 |
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
update-desktop-database -q &> /dev/null ||:
|
|
|
bfda77 |
|
|
|
bfda77 |
%postun kcachegrind
|
|
|
bfda77 |
if [ $1 -eq 0 ] ; then
|
|
|
bfda77 |
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
update-desktop-database -q &> /dev/null ||:
|
|
|
bfda77 |
fi
|
|
|
bfda77 |
|
|
|
bfda77 |
%files kcachegrind -f kcachegrind.lang
|
|
|
bfda77 |
%doc kcachegrind/README
|
|
|
bfda77 |
%{_kde4_bindir}/kcachegrind
|
|
|
bfda77 |
%{_kde4_bindir}/dprof2calltree
|
|
|
bfda77 |
%{_kde4_bindir}/hotshot2calltree
|
|
|
bfda77 |
%{_kde4_bindir}/memprof2calltree
|
|
|
bfda77 |
%{_kde4_bindir}/op2calltree
|
|
|
bfda77 |
%{_kde4_bindir}/pprof2calltree
|
|
|
bfda77 |
%{_kde4_appsdir}/kcachegrind/
|
|
|
bfda77 |
%{_kde4_datadir}/applications/kde4/kcachegrind.desktop
|
|
|
bfda77 |
%{_kde4_iconsdir}/hicolor/*/apps/kcachegrind.*
|
|
|
bfda77 |
|
|
|
bfda77 |
%post kioslave
|
|
|
bfda77 |
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
|
|
|
bfda77 |
%posttrans kioslave
|
|
|
bfda77 |
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
|
|
|
bfda77 |
%postun kioslave
|
|
|
bfda77 |
if [ $1 -eq 0 ] ; then
|
|
|
bfda77 |
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
fi
|
|
|
bfda77 |
|
|
|
bfda77 |
%files kioslave
|
|
|
bfda77 |
%{_kde4_libdir}/kde4/kio_perldoc.so
|
|
|
bfda77 |
%{_kde4_appsdir}/kio_perldoc/pod2html.pl
|
|
|
bfda77 |
%{_kde4_datadir}/kde4/services/perldoc.protocol
|
|
|
bfda77 |
%{_kde4_bindir}/kio_svn_helper
|
|
|
bfda77 |
%{_kde4_libdir}/kde4/kio_svn.so
|
|
|
bfda77 |
%{_kde4_datadir}/kde4/services/svn*.protocol
|
|
|
bfda77 |
%{_kde4_iconsdir}/hicolor/*/actions/*kiosvn.*
|
|
|
bfda77 |
%{_kde4_datadir}/kde4/services/ServiceMenus/subversion.desktop
|
|
|
bfda77 |
%{_kde4_datadir}/kde4/services/ServiceMenus/subversion_toplevel.desktop
|
|
|
bfda77 |
%{_kde4_libdir}/kde4/kded_ksvnd.so
|
|
|
bfda77 |
%{_kde4_datadir}/dbus-1/interfaces/org.kde.ksvnd.xml
|
|
|
bfda77 |
%{_kde4_datadir}/kde4/services/kded/ksvnd.desktop
|
|
|
bfda77 |
|
|
|
bfda77 |
%files kmtrace
|
|
|
bfda77 |
%doc kde-dev-utils/kmtrace/README
|
|
|
bfda77 |
%{_kde4_bindir}/kmtrace
|
|
|
bfda77 |
%{_kde4_bindir}/demangle
|
|
|
bfda77 |
%{_kde4_bindir}/kmmatch
|
|
|
bfda77 |
%{_kde4_bindir}/kminspector
|
|
|
bfda77 |
%{_kde4_appsdir}/kmtrace/
|
|
|
bfda77 |
|
|
|
bfda77 |
%files kmtrace-libs
|
|
|
bfda77 |
%{_kde4_libdir}/libktrace.so.4*
|
|
|
bfda77 |
|
|
|
bfda77 |
%files kmtrace-devel
|
|
|
bfda77 |
%{_kde4_includedir}/ktrace.h
|
|
|
bfda77 |
%{_kde4_libdir}/libktrace.so
|
|
|
bfda77 |
|
|
|
bfda77 |
%post kompare
|
|
|
bfda77 |
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
|
|
|
bfda77 |
%posttrans kompare
|
|
|
bfda77 |
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
update-desktop-database -q &> /dev/null ||:
|
|
|
bfda77 |
|
|
|
bfda77 |
%postun kompare
|
|
|
bfda77 |
if [ $1 -eq 0 ] ; then
|
|
|
bfda77 |
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
update-desktop-database -q &> /dev/null ||:
|
|
|
bfda77 |
fi
|
|
|
bfda77 |
|
|
|
bfda77 |
%files kompare -f kompare.lang
|
|
|
bfda77 |
%doc kompare/README
|
|
|
bfda77 |
%{_kde4_bindir}/kompare
|
|
|
bfda77 |
%{_kde4_appsdir}/kompare/
|
|
|
bfda77 |
%{_kde4_libdir}/libkomparedialogpages.so
|
|
|
bfda77 |
%{_kde4_libdir}/libkomparediff2.so
|
|
|
bfda77 |
%{_kde4_datadir}/kde4/servicetypes/kompare*.desktop
|
|
|
bfda77 |
%{_kde4_libdir}/kde4/komparenavtreepart.so
|
|
|
bfda77 |
%{_kde4_libdir}/kde4/komparepart.so
|
|
|
bfda77 |
%{_kde4_datadir}/applications/kde4/kompare.desktop
|
|
|
bfda77 |
%{_kde4_iconsdir}/hicolor/*/apps/kompare.*
|
|
|
bfda77 |
%{_kde4_datadir}/kde4/services/komparenavtreepart.desktop
|
|
|
bfda77 |
%{_kde4_datadir}/kde4/services/komparepart.desktop
|
|
|
bfda77 |
|
|
|
bfda77 |
%post kompare-libs -p /sbin/ldconfig
|
|
|
bfda77 |
%postun kompare-libs -p /sbin/ldconfig
|
|
|
bfda77 |
|
|
|
bfda77 |
%files kompare-libs
|
|
|
bfda77 |
%{_kde4_libdir}/libkompare*.so.*
|
|
|
bfda77 |
|
|
|
bfda77 |
%files kompare-devel
|
|
|
bfda77 |
/usr/include/kde4/kompare/kompareinterface.h
|
|
|
bfda77 |
%{_kde4_libdir}/libkompareinterface.so
|
|
|
bfda77 |
|
|
|
bfda77 |
%files kpartloader
|
|
|
bfda77 |
%{_kde4_bindir}/kpartloader
|
|
|
bfda77 |
%{_kde4_appsdir}/kpartloader/kpartloaderui.rc
|
|
|
bfda77 |
|
|
|
bfda77 |
%files kstartperf
|
|
|
bfda77 |
#doc kstartperf/README
|
|
|
bfda77 |
%{_kde4_bindir}/kstartperf
|
|
|
bfda77 |
%{_kde4_libdir}/kde4/kstartperf.so
|
|
|
bfda77 |
|
|
|
bfda77 |
%post kuiviewer
|
|
|
bfda77 |
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
|
|
|
bfda77 |
%posttrans kuiviewer
|
|
|
bfda77 |
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
|
|
|
bfda77 |
%postun kuiviewer
|
|
|
bfda77 |
if [ $1 -eq 0 ] ; then
|
|
|
bfda77 |
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
fi
|
|
|
bfda77 |
|
|
|
bfda77 |
%files kuiviewer
|
|
|
bfda77 |
%{_kde4_bindir}/kuiviewer
|
|
|
bfda77 |
%{_kde4_appsdir}/kuiviewer/
|
|
|
bfda77 |
%{_kde4_appsdir}/kuiviewerpart/
|
|
|
bfda77 |
%{_kde4_libdir}/kde4/kuiviewerpart.so
|
|
|
bfda77 |
%{_kde4_datadir}/applications/kde4/kuiviewer.desktop
|
|
|
bfda77 |
%{_kde4_iconsdir}/hicolor/*/apps/kuiviewer.*
|
|
|
bfda77 |
%{_kde4_datadir}/kde4/services/kuiviewer_part.desktop
|
|
|
bfda77 |
%{_kde4_libdir}/kde4/quithumbnail.so
|
|
|
bfda77 |
%{_kde4_datadir}/kde4/services/designerthumbnail.desktop
|
|
|
bfda77 |
|
|
|
bfda77 |
%post lokalize
|
|
|
bfda77 |
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
|
|
|
bfda77 |
%posttrans lokalize
|
|
|
bfda77 |
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
update-desktop-database -q &> /dev/null ||:
|
|
|
bfda77 |
|
|
|
bfda77 |
%postun lokalize
|
|
|
bfda77 |
if [ $1 -eq 0 ] ; then
|
|
|
bfda77 |
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
update-desktop-database -q &> /dev/null ||:
|
|
|
bfda77 |
fi
|
|
|
bfda77 |
|
|
|
bfda77 |
%files lokalize -f lokalize.lang
|
|
|
bfda77 |
%{_kde4_bindir}/lokalize
|
|
|
bfda77 |
%{_kde4_appsdir}/lokalize/
|
|
|
bfda77 |
%{_kde4_iconsdir}/hicolor/*/apps/lokalize.*
|
|
|
bfda77 |
%{_kde4_iconsdir}/hicolor/*/actions/approved.*
|
|
|
bfda77 |
%{_kde4_iconsdir}/*color/*/actions/*msgid*.*
|
|
|
bfda77 |
%{_kde4_iconsdir}/*color/*/actions/catalogmanager.*
|
|
|
bfda77 |
%{_kde4_iconsdir}/*color/*/actions/diff.*
|
|
|
bfda77 |
%{_kde4_iconsdir}/*color/*/actions/insert_*.*
|
|
|
bfda77 |
%{_kde4_iconsdir}/*color/*/actions/next*.*
|
|
|
bfda77 |
%{_kde4_iconsdir}/*color/*/actions/prev*.*
|
|
|
bfda77 |
%{_kde4_iconsdir}/*color/*/actions/search*.*
|
|
|
bfda77 |
%{_kde4_iconsdir}/*color/*/actions/transsearch.*
|
|
|
bfda77 |
%{_kde4_datadir}/config.kcfg/lokalize.kcfg
|
|
|
bfda77 |
%{_kde4_datadir}/applications/kde4/lokalize.desktop
|
|
|
bfda77 |
|
|
|
bfda77 |
%post okteta
|
|
|
bfda77 |
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
|
|
|
bfda77 |
%posttrans okteta
|
|
|
bfda77 |
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
update-mime-database %{_kde4_datadir}/mime >& /dev/null ||:
|
|
|
bfda77 |
|
|
|
bfda77 |
%postun okteta
|
|
|
bfda77 |
if [ $1 -eq 0 ] ; then
|
|
|
bfda77 |
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
update-mime-database %{_kde4_datadir}/mime >& /dev/null ||:
|
|
|
bfda77 |
fi
|
|
|
bfda77 |
|
|
|
bfda77 |
%files okteta -f okteta.lang
|
|
|
bfda77 |
%{_kde4_bindir}/okteta
|
|
|
bfda77 |
%{_kde4_bindir}/struct2osd.sh
|
|
|
bfda77 |
%{_kde4_appsdir}/okteta/
|
|
|
bfda77 |
%{_kde4_appsdir}/oktetapart/
|
|
|
bfda77 |
%{_kde4_datadir}/mime/packages/okteta.xml
|
|
|
bfda77 |
%{_kde4_libdir}/kde4/oktetapart.so
|
|
|
bfda77 |
%{_kde4_datadir}/applications/kde4/okteta.desktop
|
|
|
bfda77 |
%{_kde4_datadir}/config/okteta-structures.knsrc
|
|
|
bfda77 |
%{_kde4_iconsdir}/hicolor/*/apps/okteta.*
|
|
|
bfda77 |
%{_kde4_datadir}/kde4/services/oktetapart.desktop
|
|
|
bfda77 |
%{_kde4_libdir}/kde4/libkbytearrayedit.so
|
|
|
bfda77 |
%{_kde4_datadir}/kde4/services/kbytearrayedit.desktop
|
|
|
bfda77 |
%{_kde4_datadir}/config.kcfg/structviewpreferences.kcfg
|
|
|
bfda77 |
|
|
|
bfda77 |
%post okteta-libs -p /sbin/ldconfig
|
|
|
bfda77 |
%postun okteta-libs -p /sbin/ldconfig
|
|
|
bfda77 |
|
|
|
bfda77 |
%files okteta-libs
|
|
|
bfda77 |
%{_kde4_libdir}/libkasten*.so.*
|
|
|
bfda77 |
%{_kde4_libdir}/libokteta*.so.*
|
|
|
bfda77 |
%{_kde4_libdir}/kde4/plugins/designer/oktetadesignerplugin.so
|
|
|
bfda77 |
|
|
|
bfda77 |
%files okteta-devel
|
|
|
bfda77 |
%{_kde4_includedir}/KDE/Okteta*/
|
|
|
bfda77 |
%{_kde4_includedir}/okteta*/
|
|
|
bfda77 |
%{_kde4_libdir}/libokteta*.so
|
|
|
bfda77 |
%{_kde4_includedir}/KDE/Kasten*/
|
|
|
bfda77 |
%{_kde4_includedir}/kasten*/
|
|
|
bfda77 |
%{_kde4_libdir}/libkasten*.so
|
|
|
bfda77 |
|
|
|
bfda77 |
%files poxml
|
|
|
bfda77 |
%{_kde4_bindir}/po2xml
|
|
|
bfda77 |
%{_kde4_bindir}/split2po
|
|
|
bfda77 |
%{_kde4_bindir}/swappo
|
|
|
bfda77 |
%{_kde4_bindir}/xml2pot
|
|
|
bfda77 |
%{_mandir}/man1/po2xml*
|
|
|
bfda77 |
%{_mandir}/man1/split2po*
|
|
|
bfda77 |
%{_mandir}/man1/swappo*
|
|
|
bfda77 |
%{_mandir}/man1/xml2pot*
|
|
|
bfda77 |
|
|
|
bfda77 |
%files scripts
|
|
|
bfda77 |
%doc kde-dev-scripts/README
|
|
|
bfda77 |
%{_kde4_bindir}/svnrevertlast
|
|
|
bfda77 |
%{_kde4_bindir}/fixuifiles
|
|
|
bfda77 |
%{_kde4_bindir}/cvscheck
|
|
|
bfda77 |
%{_kde4_bindir}/extend_dmalloc
|
|
|
bfda77 |
%{_kde4_bindir}/extractattr
|
|
|
bfda77 |
%{_kde4_bindir}/noncvslist
|
|
|
bfda77 |
%{_kde4_bindir}/pruneemptydirs
|
|
|
bfda77 |
%{_kde4_bindir}/cvsrevertlast
|
|
|
bfda77 |
%{_kde4_bindir}/create_makefile
|
|
|
bfda77 |
%{_kde4_bindir}/colorsvn
|
|
|
bfda77 |
%{_kde4_bindir}/cvslastchange
|
|
|
bfda77 |
%{_kde4_bindir}/svngettags
|
|
|
bfda77 |
%{_kde4_bindir}/create_svnignore
|
|
|
bfda77 |
%{_kde4_bindir}/svnchangesince
|
|
|
bfda77 |
%{_kde4_bindir}/build-progress.sh
|
|
|
bfda77 |
%{_kde4_bindir}/package_crystalsvg
|
|
|
bfda77 |
%{_kde4_bindir}/svnbackport
|
|
|
bfda77 |
%{_kde4_bindir}/svnlastlog
|
|
|
bfda77 |
%{_kde4_bindir}/cxxmetric
|
|
|
bfda77 |
%{_kde4_bindir}/kdemangen.pl
|
|
|
bfda77 |
%{_kde4_bindir}/cvsforwardport
|
|
|
bfda77 |
%{_kde4_bindir}/includemocs
|
|
|
bfda77 |
%{_kde4_bindir}/svnlastchange
|
|
|
bfda77 |
%{_kde4_bindir}/wcgrep
|
|
|
bfda77 |
%{_kde4_bindir}/qtdoc
|
|
|
bfda77 |
%{_kde4_bindir}/nonsvnlist
|
|
|
bfda77 |
%{_kde4_bindir}/svnforwardport
|
|
|
bfda77 |
%{_kde4_bindir}/create_cvsignore
|
|
|
bfda77 |
%{_kde4_bindir}/svnintegrate
|
|
|
bfda77 |
%{_kde4_bindir}/kdekillall
|
|
|
bfda77 |
%{_kde4_bindir}/create_makefiles
|
|
|
bfda77 |
%{_kde4_bindir}/cvsbackport
|
|
|
bfda77 |
%{_kde4_bindir}/fixkdeincludes
|
|
|
bfda77 |
%{_kde4_bindir}/kde-systemsettings-tree.py
|
|
|
bfda77 |
%{_kde4_bindir}/zonetab2pot.py
|
|
|
bfda77 |
%{_kde4_bindir}/kde_generate_export_header
|
|
|
bfda77 |
%{_kde4_bindir}/cvs-clean
|
|
|
bfda77 |
%{_kde4_bindir}/kdelnk2desktop.py
|
|
|
bfda77 |
%{_kde4_bindir}/findmissingcrystal
|
|
|
bfda77 |
%{_kde4_bindir}/adddebug
|
|
|
bfda77 |
%{_kde4_bindir}/cvsversion
|
|
|
bfda77 |
%{_kde4_bindir}/cheatmake
|
|
|
bfda77 |
%{_kde4_bindir}/cvsblame
|
|
|
bfda77 |
%{_kde4_bindir}/optimizegraphics
|
|
|
bfda77 |
%{_kde4_bindir}/cvsaddcurrentdir
|
|
|
bfda77 |
%{_kde4_bindir}/fix-include.sh
|
|
|
bfda77 |
%{_kde4_bindir}/kdedoc
|
|
|
bfda77 |
%{_kde4_bindir}/svn-clean
|
|
|
bfda77 |
%{_kde4_bindir}/png2mng.pl
|
|
|
bfda77 |
%{_kde4_bindir}/extractrc
|
|
|
bfda77 |
%{_kde4_bindir}/makeobj
|
|
|
bfda77 |
%{_kde4_bindir}/cvslastlog
|
|
|
bfda77 |
%{_kde4_bindir}/svnversions
|
|
|
bfda77 |
%{_mandir}/man1/adddebug.1.gz
|
|
|
bfda77 |
%{_mandir}/man1/cheatmake.1.gz
|
|
|
bfda77 |
%{_mandir}/man1/create_cvsignore.1.gz
|
|
|
bfda77 |
%{_mandir}/man1/create_makefile.1.gz
|
|
|
bfda77 |
%{_mandir}/man1/create_makefiles.1.gz
|
|
|
bfda77 |
%{_mandir}/man1/cvscheck.1.gz
|
|
|
bfda77 |
%{_mandir}/man1/cvslastchange.1.gz
|
|
|
bfda77 |
%{_mandir}/man1/cvslastlog.1.gz
|
|
|
bfda77 |
%{_mandir}/man1/cvsrevertlast.1.gz
|
|
|
bfda77 |
%{_mandir}/man1/cxxmetric.1.gz
|
|
|
bfda77 |
%{_mandir}/man1/demangle.1.gz
|
|
|
bfda77 |
%{_mandir}/man1/extend_dmalloc.1.gz
|
|
|
bfda77 |
%{_mandir}/man1/extractrc.1.gz
|
|
|
bfda77 |
%{_mandir}/man1/fixincludes.1.gz
|
|
|
bfda77 |
%{_mandir}/man1/pruneemptydirs.1.gz
|
|
|
bfda77 |
%{_mandir}/man1/qtdoc.1.gz
|
|
|
bfda77 |
%{_mandir}/man1/reportview.1.gz
|
|
|
bfda77 |
%{_mandir}/man1/transxx.1.gz
|
|
|
bfda77 |
%{_mandir}/man1/zonetab2pot.py.1.gz
|
|
|
bfda77 |
|
|
|
bfda77 |
%files strigi-analyzer
|
|
|
bfda77 |
%{_kde4_libdir}/strigi/strigita_ts.so
|
|
|
bfda77 |
%{_kde4_libdir}/strigi/strigita_xlf.so
|
|
|
bfda77 |
%{_kde4_libdir}/strigi/strigila_po.so
|
|
|
bfda77 |
%{_kde4_libdir}/strigi/strigila_diff.so
|
|
|
bfda77 |
%{_kde4_datadir}/strigi/fieldproperties/strigi_translation.fieldproperties
|
|
|
bfda77 |
|
|
|
bfda77 |
%files thumbnailers
|
|
|
bfda77 |
%{_kde4_libdir}/kde4/pothumbnail.so
|
|
|
bfda77 |
%{_kde4_datadir}/kde4/services/pothumbnail.desktop
|
|
|
bfda77 |
%{_kde4_datadir}/config.kcfg/pocreatorsettings.kcfg
|
|
|
bfda77 |
|
|
|
bfda77 |
%post umbrello
|
|
|
bfda77 |
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
|
|
|
bfda77 |
%posttrans umbrello
|
|
|
bfda77 |
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
update-desktop-database -q &> /dev/null ||:
|
|
|
bfda77 |
|
|
|
bfda77 |
%postun umbrello
|
|
|
bfda77 |
if [ $1 -eq 0 ] ; then
|
|
|
bfda77 |
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
|
|
|
bfda77 |
update-desktop-database -q &> /dev/null ||:
|
|
|
bfda77 |
fi
|
|
|
bfda77 |
|
|
|
bfda77 |
%files umbrello -f umbrello.lang
|
|
|
bfda77 |
%doc umbrello/README
|
|
|
bfda77 |
%{_kde4_bindir}/umbrello
|
|
|
bfda77 |
%{_kde4_appsdir}/umbrello/
|
|
|
bfda77 |
%{_kde4_iconsdir}/hicolor/*/apps/umbrello.*
|
|
|
bfda77 |
%{_kde4_iconsdir}/hicolor/*/mimetypes/application-x-uml.*
|
|
|
bfda77 |
%{_kde4_datadir}/applications/kde4/umbrello.desktop
|
|
|
bfda77 |
|
|
|
bfda77 |
|
|
|
bfda77 |
%changelog
|
|
|
bfda77 |
* Tue Sep 12 2017 Jan Grulich <jgrulich@redhat.com> - 4.10.5-8
|
|
|
bfda77 |
- Require kate-part >= 4.10.5 because kde4_version is 4.14.x
|
|
|
bfda77 |
Resolves: bz#1317533
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Sep 08 2017 Jan Grulich <jgrulich@redhat.com> - 4.10.5-7
|
|
|
bfda77 |
- KCachegrind: add dependency on dbus-x11
|
|
|
bfda77 |
Resolves: bz#1317533
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Jul 24 2014 Jan Grulich <jgrulich@redhat.com> - 4.10.5-6
|
|
|
bfda77 |
- Fix crash on find or replace with an invalid selection
|
|
|
bfda77 |
Resolves: bz#1064811
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Mar 05 2014 Than Ngo <than@redhat.com> - 4.10.5-5
|
|
|
bfda77 |
- fix several multilib issues
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 4.10.5-4
|
|
|
bfda77 |
- Mass rebuild 2014-01-24
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Jan 13 2014 Jan Grulich <jgrulich@redhat.com> - 4.10.5-3
|
|
|
bfda77 |
- Do not use shebang with env (#987073)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 4.10.5-2
|
|
|
bfda77 |
- Mass rebuild 2013-12-27
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sun Jun 30 2013 Than Ngo <than@redhat.com> - 4.10.5-1
|
|
|
bfda77 |
- 4.10.5
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sat Jun 01 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.10.4-1
|
|
|
bfda77 |
- 4.10.4
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon May 06 2013 Than Ngo <than@redhat.com> - 4.10.3-1
|
|
|
bfda77 |
- 4.10.3
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Apr 04 2013 Rex Dieter <rdieter@fedoraproject.org> 4.10.2-2
|
|
|
bfda77 |
- move Obsoletes: kdesdk-libs to (sub)pkgs that actually provide replacements
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Apr 01 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.10.2-1
|
|
|
bfda77 |
- 4.10.2
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sat Mar 02 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.10.1-1
|
|
|
bfda77 |
- 4.10.1
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Feb 01 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.10.0-1
|
|
|
bfda77 |
- 4.10.0
|
|
|
bfda77 |
|
|
|
bfda77 |
* Tue Jan 22 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.9.98-1
|
|
|
bfda77 |
- 4.9.98
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Jan 04 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.9.97-1
|
|
|
bfda77 |
- 4.9.97
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Dec 20 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.9.95-1
|
|
|
bfda77 |
- 4.9.95
|
|
|
bfda77 |
|
|
|
bfda77 |
* Tue Dec 04 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.9.90-1
|
|
|
bfda77 |
- 4.9.90
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Dec 03 2012 Than Ngo <than@redhat.com> - 4.9.4-1
|
|
|
bfda77 |
- 4.9.4
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sat Nov 03 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.9.3-1
|
|
|
bfda77 |
- 4.9.3
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sat Sep 29 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.9.2-1
|
|
|
bfda77 |
- 4.9.2
|
|
|
bfda77 |
- fix kdevelop kde-simple template
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Sep 03 2012 Than Ngo <than@redhat.com> - 4.9.1-1
|
|
|
bfda77 |
- 4.9.1
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Jul 26 2012 Lukas Tinkl <ltinkl@redhat.com> - 4.9.0-1
|
|
|
bfda77 |
- 4.9.0
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8.97-2
|
|
|
bfda77 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Jul 12 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.8.97-1
|
|
|
bfda77 |
- 4.8.97
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Jun 27 2012 Jaroslav Reznik <jreznik@redhat.com> - 4.8.95-1
|
|
|
bfda77 |
- 4.8.95
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Jun 11 2012 Jaroslav Reznik <jreznik@redhat.com> - 4.8.90-2
|
|
|
bfda77 |
- respin
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sun Jun 10 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.8.90-1
|
|
|
bfda77 |
- 4.8.90
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sat May 26 2012 Jaroslav Reznik <jreznik@redhat.com> - 4.8.80-1
|
|
|
bfda77 |
- 4.8.80
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed May 23 2012 Than Ngo <than@redhat.com> - 4.8.3-3
|
|
|
bfda77 |
- readd requirement on kross-python
|
|
|
bfda77 |
|
|
|
bfda77 |
* Tue May 22 2012 Than Ngo <than@redhat.com> - 4.8.3-2
|
|
|
bfda77 |
- drop needless requirement on kross-python
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Apr 30 2012 Jaroslav Reznik <jreznik@redhat.com> - 4.8.3-1
|
|
|
bfda77 |
- 4.8.3
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Apr 02 2012 Jaroslav Reznik <jreznik@redhat.com> - 4.8.2-2
|
|
|
bfda77 |
- respin
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Mar 30 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.8.2-1
|
|
|
bfda77 |
- 4.8.2
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Mar 05 2012 Jaroslav Reznik <jreznik@redhat.com> - 4.8.1-1
|
|
|
bfda77 |
- 4.8.1
|
|
|
bfda77 |
- remove extractqml
|
|
|
bfda77 |
|
|
|
bfda77 |
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8.0-3
|
|
|
bfda77 |
- Rebuilt for c++ ABI breakage
|
|
|
bfda77 |
|
|
|
bfda77 |
* Tue Jan 31 2012 Jaroslav Reznik <jreznik@redhat.com> - 4.8.0-2
|
|
|
bfda77 |
- move Java deps to antlr
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Jan 20 2012 Jaroslav Reznik <jreznik@redhat.com> - 4.8.0-1
|
|
|
bfda77 |
- 4.8.0
|
|
|
bfda77 |
- bump required Java version for antlr with correct epoch
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Jan 04 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.7.97-1
|
|
|
bfda77 |
- 4.7.97
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Dec 21 2011 Radek Novacek <rnovacek@redhat.com> - 4.7.95-1
|
|
|
bfda77 |
- 4.7.95
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sun Dec 04 2011 Rex Dieter <rdieter@fedoraproject.org> - 4.7.90-1
|
|
|
bfda77 |
- 4.7.90
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Dec 02 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.7.80-3
|
|
|
bfda77 |
- -kompare: Requires: diffutils (kde#287748)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Nov 30 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.80-2
|
|
|
bfda77 |
- lokalize: Requires: -strigi-analyzer (kde#287777)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Nov 25 2011 Radek Novacek <rnovacek@redhat.com> 4.7.80-1
|
|
|
bfda77 |
- 4.7.80 (beta 1)
|
|
|
bfda77 |
- Drop patch for fixing virtual inheritance of QObject (fixed upstream)
|
|
|
bfda77 |
- Drop patch for fixing big endian check/logic to not fail the build (fixed upstream)
|
|
|
bfda77 |
- libkomparepart.so renamed to komparepart.so (same for komparenavtreepart.so)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sat Oct 29 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.3-1
|
|
|
bfda77 |
- 4.7.3
|
|
|
bfda77 |
- pkgconfig-style deps
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sat Oct 08 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.2-2
|
|
|
bfda77 |
- -kompare: Requires: kate-part
|
|
|
bfda77 |
|
|
|
bfda77 |
* Tue Oct 04 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.2-1
|
|
|
bfda77 |
- 4.7.2
|
|
|
bfda77 |
|
|
|
bfda77 |
* Tue Sep 06 2011 Than Ngo <than@redhat.com> - 4.7.1-1
|
|
|
bfda77 |
- 4.7.1
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Aug 08 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.0-3
|
|
|
bfda77 |
- *really* (and unconditionally) include umbrello
|
|
|
bfda77 |
- fix build on big endian/s390
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Aug 03 2011 Jaroslav Reznik <jreznik@redhat.com> 4.7.0-2
|
|
|
bfda77 |
- fix umbrello FTBS (#725077)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Tue Jul 26 2011 Jaroslav Reznik <jreznik@redhat.com> 4.7.0-1
|
|
|
bfda77 |
- 4.7.0
|
|
|
bfda77 |
- omit FTBFS umbrello for now (#725077)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Jul 25 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-12
|
|
|
bfda77 |
- Requires: kate (for upgrade path)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sun Jul 24 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-11
|
|
|
bfda77 |
- add Provides: for subpkgs (sans kdesdk- prefix)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Jul 22 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-10
|
|
|
bfda77 |
- drop kate
|
|
|
bfda77 |
- split packaging (#725076)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Jul 22 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-3
|
|
|
bfda77 |
- drop needless -utils scriptlet
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Jul 22 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-2
|
|
|
bfda77 |
- Provides: okteta(-devel)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Jul 08 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-1
|
|
|
bfda77 |
- 4.6.95
|
|
|
bfda77 |
- drop old kaider references
|
|
|
bfda77 |
- -devel: Provides: kate-devel
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Jun 27 2011 Than Ngo <than@redhat.com> - 4.6.90-1
|
|
|
bfda77 |
- 4.6.90 (rc1)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Jun 15 2011 Jaroslav Reznik <jreznik@redhat.com> 4.6.80-1
|
|
|
bfda77 |
- 4.6.80 (beta1)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu May 26 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.3-3
|
|
|
bfda77 |
- rebuid (hunspell)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Tue May 03 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.3-2
|
|
|
bfda77 |
- Unowned /usr/share/kde4/apps/{cervisiapart,kcachegrind,kuiviewer,kuiviewerpart,lokalize} dirs (#645067)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Apr 28 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.3-1
|
|
|
bfda77 |
- 4.6.3
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Apr 06 2011 Than Ngo <than@redhat.com> - 4.6.2-1
|
|
|
bfda77 |
- 4.6.2
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sun Feb 27 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.1-1
|
|
|
bfda77 |
- 4.6.1
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.0-3
|
|
|
bfda77 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Feb 02 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.0-2
|
|
|
bfda77 |
- -devel: Obsoletes: kdeutils-devel
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Jan 21 2011 Jaroslav Reznik <jreznik@redhat.com> 4.6.0-1
|
|
|
bfda77 |
- 4.6.0
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Jan 06 2011 Jaroslav Reznik <jreznik@redhat.com> 4.5.95-1
|
|
|
bfda77 |
- 4.5.95 (4.6rc2)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Dec 22 2010 Rex Dieter <rdieter@fedoraproject.org> 4.5.90-1
|
|
|
bfda77 |
- 4.5.90 (4.6rc1)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Dec 08 2010 Thomas Janssen <thomasj@fedoraproject.org> 4.5.85-2
|
|
|
bfda77 |
- respun upstream tarballs
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sat Dec 04 2010 Thomas Janssen <thomasj@fedoraproject.org> 4.5.85-1
|
|
|
bfda77 |
- 4.5.85 (4.6beta2)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sun Nov 21 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.80-1
|
|
|
bfda77 |
- 4.5.80 (4.6beta1)
|
|
|
bfda77 |
- drop kbugbuster, add okteta
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Nov 05 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.3-3
|
|
|
bfda77 |
- fix Kompare "malformed diff" false positives (kde#249976)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Nov 05 2010 Thomas Janssen <thomasj@fedoraproject.org> 4.5.3-2
|
|
|
bfda77 |
- rebuild for new libxml2
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sun Oct 31 2010 Than Ngo <than@redhat.com> - 4.5.3-1
|
|
|
bfda77 |
- 4.5.3
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sat Oct 02 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-1
|
|
|
bfda77 |
- 4.5.2
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sat Aug 28 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-1
|
|
|
bfda77 |
- 4.5.1
|
|
|
bfda77 |
|
|
|
bfda77 |
* Tue Aug 03 2010 Than Ngo <than@redhat.com> - 4.5.0-1
|
|
|
bfda77 |
- 4.5.0
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sun Jul 25 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.4.95-1
|
|
|
bfda77 |
- 4.5 RC3 (4.4.95)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Jul 08 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.4.92-2
|
|
|
bfda77 |
- upstream fix for Kompare failing to open temp file when saving (kde#242192)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Jul 07 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.4.92-1
|
|
|
bfda77 |
- 4.5 RC2 (4.4.92)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Jun 25 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.4.90-1
|
|
|
bfda77 |
- 4.5 RC1 (4.4.90)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Jun 07 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.4.85-1
|
|
|
bfda77 |
- 4.5 Beta 2 (4.4.85)
|
|
|
bfda77 |
- Requires: advancecomp, optipng (for optimizegraphics)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri May 21 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.4.80-1
|
|
|
bfda77 |
- 4.5 Beta 1 (4.4.80)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Apr 30 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.4.3-1
|
|
|
bfda77 |
- 4.4.3
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Apr 08 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.4.2-2
|
|
|
bfda77 |
- -devel: omit (dup'd) libkdeinit4_* stuff
|
|
|
bfda77 |
- -utils: add shlib scriptlet
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Mar 29 2010 Lukas Tinkl <ltinkl@redhat.com> - 4.4.2-1
|
|
|
bfda77 |
- 4.4.2
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sat Feb 27 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.4.1-1
|
|
|
bfda77 |
- 4.4.1
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Feb 26 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.4.0-4
|
|
|
bfda77 |
- also remove hardcoded setCheckSpellingEnabled(true) calls (kde#228587)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Feb 26 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.4.0-3
|
|
|
bfda77 |
- fix Cervisia not to unconditionally enable auto spell checking (kde#228587)
|
|
|
bfda77 |
- BR binutils-static (F13+)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Feb 24 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.4.0-2
|
|
|
bfda77 |
- -utils: Requires: qt4 dep
|
|
|
bfda77 |
- -libs: Requires: %%name ...
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Feb 05 2010 Than Ngo <than@redhat.com> - 4.4.0-1
|
|
|
bfda77 |
- 4.4.0
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sun Jan 31 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.98-1
|
|
|
bfda77 |
- KDE 4.3.98 (4.4rc3)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Jan 21 2010 Lukas Tinkl <ltinkl@redhat.com> - 4.3.95-1
|
|
|
bfda77 |
- KDE 4.3.95 (4.4rc2)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sat Jan 16 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.90-2
|
|
|
bfda77 |
- rebuild (boost)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Jan 06 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.90-1
|
|
|
bfda77 |
- kde-4.3.90 (4.4rc1)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Dec 18 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.85-1
|
|
|
bfda77 |
- kde-4.3.85 (4.4beta2)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Tue Dec 1 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.3.80-1
|
|
|
bfda77 |
- KDE 4.4 beta1 (4.3.80)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Tue Nov 24 2009 Ben Boeckel <MathStuf@gmail.com> - 4.3.75-0.2.svn1048496
|
|
|
bfda77 |
- Add BR on hunspell for lokalize
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sun Nov 22 2009 Ben Boeckel <MathStuf@gmail.com> - 4.3.75-0.1.svn1048496
|
|
|
bfda77 |
- Update to 4.3.75 snapshot
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sat Oct 31 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.3-1
|
|
|
bfda77 |
- 4.3.3
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sun Oct 11 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.2-2
|
|
|
bfda77 |
- Fix Kompare diff parsing regression (due to a typo in a bugfix)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Oct 05 2009 Than Ngo <than@redhat.com> - 4.3.2-1
|
|
|
bfda77 |
- 4.3.2
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Sep 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.1-2
|
|
|
bfda77 |
- Requires: kross(python) (#523076)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Aug 28 2009 Than Ngo <than@redhat.com> - 4.3.1-1
|
|
|
bfda77 |
- 4.3.1
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Jul 30 2009 Than Ngo <than@redhat.com> - 4.3.0-1
|
|
|
bfda77 |
- 4.3.0
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Jul 22 2009 Than Ngo <than@redhat.com> - 4.2.98-1
|
|
|
bfda77 |
- 4.3rc3
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sun Jul 12 2009 Than Ngo <than@redhat.com> - 4.2.96-1
|
|
|
bfda77 |
- 4.3rc2
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Jun 26 2009 Than Ngo <than@redhat.com> - 4.2.95-1
|
|
|
bfda77 |
- 4.3rc1
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Jun 04 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.90-1
|
|
|
bfda77 |
- KDE-4.3 beta2 (4.2.90)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu May 14 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.2.85-1
|
|
|
bfda77 |
- KDE 4.3 beta 1
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Apr 01 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.2-2
|
|
|
bfda77 |
- optimize scriptlets
|
|
|
bfda77 |
|
|
|
bfda77 |
* Tue Mar 31 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.2.2-1
|
|
|
bfda77 |
- KDE 4.2.2
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Feb 27 2009 Than Ngo <than@redhat.com> - 4.2.1-1
|
|
|
bfda77 |
- 4.2.1
|
|
|
bfda77 |
- blockquote patch (#487624)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-3
|
|
|
bfda77 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Feb 19 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.2.0-2
|
|
|
bfda77 |
- fix Kompare crash with Qt 4.5 (kde#182792)
|
|
|
bfda77 |
- fix build with GCC 4.4
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Jan 22 2009 Than Ngo <than@redhat.com> - 4.2.0-1
|
|
|
bfda77 |
- 4.2.0
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Jan 19 2009 Than Ngo <than@redhat.com> - 4.1.96-4
|
|
|
bfda77 |
- apply patch to fix build against Boost 1.37.0
|
|
|
bfda77 |
|
|
|
bfda77 |
* Tue Jan 13 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.96-3
|
|
|
bfda77 |
- F11+: add workaround to fix build against Boost 1.37.0
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Jan 09 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.96-2
|
|
|
bfda77 |
- don't ship krazy-licensecheck, should be in krazy2
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Jan 07 2009 Than Ngo <than@redhat.com> - 4.1.96-1
|
|
|
bfda77 |
- 4.2rc1
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Dec 12 2008 Than Ngo <than@redhat.com> 4.1.85-1
|
|
|
bfda77 |
- 4.2beta2
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Dec 01 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.80-3
|
|
|
bfda77 |
- BR plasma-devel instead of kdebase-workspace-devel
|
|
|
bfda77 |
- don't require kdebase-workspace
|
|
|
bfda77 |
- rebase Lokalize quit menu patch
|
|
|
bfda77 |
- BR libical-devel
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Nov 20 2008 Than Ngo <than@redhat.com> 4.1.80-2
|
|
|
bfda77 |
- merged
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Nov 20 2008 Lorenzo Villani <lvillani@binaryhelix.net> 4.1.80-1
|
|
|
bfda77 |
- 4.1.80
|
|
|
bfda77 |
- BR cmake >= 2.6.2
|
|
|
bfda77 |
- make install/fast
|
|
|
bfda77 |
- kdesdk-4.1.2-kdecore.patch upstreamed, dropped
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Nov 12 2008 Than Ngo <than@redhat.com> 4.1.3-1
|
|
|
bfda77 |
- 4.1.3
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Oct 22 2008 Than Ngo <than@redhat.com> 4.1.2-4
|
|
|
bfda77 |
- check if the document has been saved, if not ask the user
|
|
|
bfda77 |
to save the change or close without saving
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Oct 22 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.2-3
|
|
|
bfda77 |
- -utils should not depend on kdelibs etc (#467984)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Sep 29 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.2-2
|
|
|
bfda77 |
- make VERBOSE=1
|
|
|
bfda77 |
- respin against new(er) kde-filesystem
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Sep 26 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.2-1
|
|
|
bfda77 |
- 4.1.2
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Sep 24 2008 Than Ngo <than@redhat.com> 4.1.1-2
|
|
|
bfda77 |
- show quit in the menu
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Aug 29 2008 Than Ngo <than@redhat.com> 4.1.1-1
|
|
|
bfda77 |
- 4.1.1
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Jul 23 2008 Than Ngo <than@redhat.com> 4.1.0-1
|
|
|
bfda77 |
- 4.1.0
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Jul 23 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.99-2
|
|
|
bfda77 |
- fix -utils dep issues
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Jul 18 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.99-1
|
|
|
bfda77 |
- 4.0.99
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Jul 11 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.98-1
|
|
|
bfda77 |
- 4.0.98
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sun Jul 06 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.85-1
|
|
|
bfda77 |
- 4.0.85
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Jun 27 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.84-1
|
|
|
bfda77 |
- 4.0.84
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sat Jun 21 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.83-2
|
|
|
bfda77 |
- drop upstreamed rh#433399 patch
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Jun 19 2008 Than Ngo <than@redhat.com> 4.0.83-1
|
|
|
bfda77 |
- 4.0.83 (beta2)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sun Jun 15 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.82-1
|
|
|
bfda77 |
- 4.0.82
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon May 26 2008 Than Ngo <than@redhat.com> 4.0.80-1
|
|
|
bfda77 |
- 4.1 beta1
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri May 16 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.72-2
|
|
|
bfda77 |
- %%description: +kate
|
|
|
bfda77 |
|
|
|
bfda77 |
* Tue May 13 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.72-1
|
|
|
bfda77 |
- update to 4.0.72
|
|
|
bfda77 |
- Obsoletes/Provides kaider (now part of kdesdk, renamed to lokalize)
|
|
|
bfda77 |
- add lokalize to description and file list
|
|
|
bfda77 |
- add BR strigi-devel for lokalize
|
|
|
bfda77 |
- add BR boost-devel (now needed by Umbrello)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Apr 18 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.3-5
|
|
|
bfda77 |
- Requires: kdesdk-utils
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Apr 18 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.3-4
|
|
|
bfda77 |
- utils: po2xml, xml2pot (#432443)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Apr 03 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.3-3
|
|
|
bfda77 |
- rebuild (again) for the fixed %%{_kde4_buildtype}
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Mar 31 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.3-2
|
|
|
bfda77 |
- rebuild for NDEBUG and _kde4_libexecdir
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Mar 28 2008 Than Ngo <than@redhat.com> 4.0.3-1
|
|
|
bfda77 |
- 4.0.3
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Feb 28 2008 Than Ngo <than@redhat.com> 4.0.2-1
|
|
|
bfda77 |
- 4.0.2
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Feb 27 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.1-2
|
|
|
bfda77 |
- kate appears in Applications -> Other (#433399)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Jan 31 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.1-1
|
|
|
bfda77 |
- kde-4.0.1
|
|
|
bfda77 |
|
|
|
bfda77 |
* Tue Jan 08 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.0-1
|
|
|
bfda77 |
- update to 4.0.0
|
|
|
bfda77 |
- drop upstreamed fix-kompare patch
|
|
|
bfda77 |
- update file list (no more katesessionmenu.desktop)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Dec 19 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-8
|
|
|
bfda77 |
- update Kompare from SVN (rev 750443)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sun Dec 16 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-7
|
|
|
bfda77 |
- don't look for libkompare*part.so in %%{_kde4_libdir}
|
|
|
bfda77 |
- don't list D-Bus interfaces twice in file list
|
|
|
bfda77 |
- build Kompare documentation
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sun Dec 16 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-6
|
|
|
bfda77 |
- update Kompare from SVN (rev 748928)
|
|
|
bfda77 |
- Kompare now installs unversioned (private) shared libs, package them properly
|
|
|
bfda77 |
|
|
|
bfda77 |
* Wed Dec 12 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-5
|
|
|
bfda77 |
- rebuild for changed _kde4_includedir
|
|
|
bfda77 |
|
|
|
bfda77 |
* Tue Dec 11 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-4
|
|
|
bfda77 |
- build Kompare's static convenience libraries with -fPIC
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Dec 10 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-3
|
|
|
bfda77 |
- updated fix-kompare patch (rev 6)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Dec 10 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-2
|
|
|
bfda77 |
- updated fix-kompare patch (rev 5)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sat Dec 08 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-1
|
|
|
bfda77 |
- update to 3.97.0 (KDE 4.0 RC2)
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Dec 07 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.96.2-3
|
|
|
bfda77 |
- separate -libs subpackage
|
|
|
bfda77 |
- remove X11 BRs which are now required by kdelibs-devel
|
|
|
bfda77 |
|
|
|
bfda77 |
* Thu Dec 06 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.96.2-2
|
|
|
bfda77 |
- drop kbabel from description (not actually there)
|
|
|
bfda77 |
- reenable kompare, fix its build and porting bugs (kde#153463)
|
|
|
bfda77 |
- add missing BR subversion-devel, add files for kio_svn to list
|
|
|
bfda77 |
- add missing BR binutils-devel (for libiberty), add files for kmtrace to list
|
|
|
bfda77 |
|
|
|
bfda77 |
* Fri Nov 30 2007 Sebastian Vahl <fedora@deadbabylon.de> 3.96.2-1
|
|
|
bfda77 |
- kde-3.96.2
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sat Nov 24 2007 Sebastian Vahl <fedora@deadbabylon.de> 3.96.1-1
|
|
|
bfda77 |
- kde-3.96.1
|
|
|
bfda77 |
|
|
|
bfda77 |
* Mon Nov 19 2007 Sebastian Vahl <fedora@deadbabylon.de> 3.96.0-2
|
|
|
bfda77 |
- (Build)Require: kdebase-workspace(-devel) (for kate)
|
|
|
bfda77 |
- re-enable kate
|
|
|
bfda77 |
- BR: kde-filesystem >= 4
|
|
|
bfda77 |
|
|
|
bfda77 |
* Sun Nov 18 2007 Sebastian Vahl <fedora@deadbabylon.de> 3.96.0-1
|
|
|
bfda77 |
- Initial version for Fedora
|