KDE Frameworks 5.0.0

epel9
Dan Vrátil 11 years ago
parent 44b1628916
commit d95e3b85f3

1
.gitignore vendored

@ -1,2 +1,3 @@
/ktexteditor-4.100.0.tar.xz
/ktexteditor-move-katepart-into-kf5-parts-sudir-of-plugin-dir.patch
/ktexteditor-5.0.0.tar.xz

@ -1,8 +1,8 @@
%define framework ktexteditor
Name: kf5-%{framework}
Version: 4.100.0
Release: 3%{?_dist}
Version: 5.0.0
Release: 1%{?_dist}
Summary: KDE Frameworks 5 Tier 3 with advanced embeddable text editor
License: LGPLv2+
@ -12,10 +12,7 @@ URL: http://www.kde.org
# bzip2 -c > %{name}-%{version}-%{snapshot}git.tar.bz2
# Source0: http://download.kde.org/unstable/frameworks/%{version}/%{framework}-%{version}.tar.xz
Source0: http://download.kde.org/unstable/frameworks/%{version}/%{framework}-%{version}.tar.xz
# Upstream patch
Patch0: ktexteditor-move-katepart-into-kf5-parts-sudir-of-plugin-dir.patch
Source0: http://download.kde.org/stable/frameworks/%{version}/%{framework}-%{version}.tar.xz
BuildRequires: kf5-rpm-macros
BuildRequires: extra-cmake-modules
@ -54,8 +51,6 @@ developing applications that use %{name}.
%prep
%setup -q -n %{framework}-%{version}
%patch0 -p1 -b .katepartInstallDir
%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
@ -97,6 +92,9 @@ make %{?_smp_mflags} -C %{_target_platform}
%changelog
* Wed Jul 09 2014 Daniel Vrátil <dvratil@redhat.com> - 5.0.0-1
- KDE Frameworks 5.0.0
* Tue Jul 01 2014 Daniel Vrátil <dvratil@redhat.com> - 4.100.0-3
- Add %%config and call to update-desktop-database

@ -1,2 +1 @@
ea3f44d4cc3b6929a1987049f4fe9329 ktexteditor-4.100.0.tar.xz
0c97129109d6119edade3cbd72bcb82a ktexteditor-move-katepart-into-kf5-parts-sudir-of-plugin-dir.patch
fb438acf5b10c0e9a620916c2bfe5797 ktexteditor-5.0.0.tar.xz

Loading…
Cancel
Save