KDE Frameworks 5.0.0

This commit is contained in:
Dan Vrátil 2014-07-09 15:43:50 +02:00
parent 710141a4dd
commit 62aac906c8
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/kdeclarative-4.100.0.tar.xz
/kdeclarative-5.0.0.tar.xz

View File

@ -2,7 +2,7 @@
%define framework kdeclarative
Name: kf5-%{framework}
Version: 4.100.0
Version: 5.0.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative
@ -12,7 +12,7 @@ URL: http://www.kde.org
# --remote=git://anongit.kde.org/%{framework}.git master | \
# bzip2 -c > %{name}-%{version}-%{snapshot}git.tar.bz2
#Source0: %{name}-%{version}-%{snapshot}git.tar.bz2
Source0: http://download.kde.org/unstable/frameworks/%{version}/%{framework}-%{version}.tar.xz
Source0: http://download.kde.org/stable/frameworks/%{version}/%{framework}-%{version}.tar.xz
BuildRequires: kf5-rpm-macros
BuildRequires: extra-cmake-modules
@ -91,6 +91,9 @@ make %{?_smp_mflags} -C %{_target_platform}
%{_kf5_archdatadir}/mkspecs/modules/qt_KDeclarative.pri
%changelog
* Wed Jul 09 2014 Daniel Vrátil <dvratil@redhat.com> - 5.0.0-1
- KDE Frameworks 5.0.0
* Tue Jun 03 2014 Daniel Vrátil <dvratil@redhat.com> - 4.100.0-1
- KDE Frameworks 4.100.0

View File

@ -1 +1 @@
76ec3ecaa12667d687365d5a7d40b130 kdeclarative-4.100.0.tar.xz
9ffd395578771ff0933532aa9a83061f kdeclarative-5.0.0.tar.xz