[extra-cmake-modules/f20: 5/5] extra-cmake-modules 1.0.0 (KDE Frameworks 5.0.0)

Daniel Vrátil dvratil at fedoraproject.org
Thu Jul 10 11:23:51 UTC 2014


commit 07a84b2212956609ca838d903a0c66c8f25f1543
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Thu Jul 10 13:23:40 2014 +0200

    extra-cmake-modules 1.0.0 (KDE Frameworks 5.0.0)

 .gitignore               |    1 +
 extra-cmake-modules.spec |   15 +++++++--------
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0fd3d14..22e4a9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /extra-cmake-modules-0.0.12.tar.xz
 /extra-cmake-modules-0.0.13.tar.xz
 /extra-cmake-modules-0.0.14.tar.xz
+/extra-cmake-modules-1.0.0.tar.xz
diff --git a/extra-cmake-modules.spec b/extra-cmake-modules.spec
index 11bb888..53e456e 100644
--- a/extra-cmake-modules.spec
+++ b/extra-cmake-modules.spec
@@ -1,15 +1,15 @@
-%global frameworksversion 4.100.0
+%global frameworksversion 5.0.0
 
 Name:           extra-cmake-modules
 Summary:        Additional modules for CMake build system
 # ECM does not follow the frameworks versioning, but is currently being
 # release together with it
-Version:        0.0.14
-Release:        3%{?dist}
+Version:        1.0.0
+Release:        1%{?dist}
 
 License:        BSD
 URL:            http://community.kde.org/KDE_Core/Platform_11/Buildsystem/FindFilesSurvey
-Source0:        http://download.kde.org/unstable/frameworks/%{frameworksversion}/%{name}-%{version}.tar.xz
+Source0:        http://download.kde.org/stable/frameworks/%{frameworksversion}/%{name}-%{version}.tar.xz
 BuildArch:      noarch
 
 BuildRequires:  cmake >= 2.8.12
@@ -36,16 +36,15 @@ make %{?_smp_mflags} -C %{_target_platform}
 %install
 make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
-# Strip architecture check in a file generated by CMake, which breaks the "noarch"
-# nature of this package
-sed -i -e :a -e '$d;N;2,11ba' -e 'P;D' %{buildroot}/%{_datadir}/ECM/cmake/ECMConfigVersion.cmake
-
 %files
 %doc README.rst COPYING-CMAKE-SCRIPTS
 %{_datadir}/ECM
 
 
 %changelog
+* Thu Jul 10 2014 Daniel Vrátil <dvratil at redhat.com> - 1.0.0-1
+- extra-cmake-modules 1.0.0 (KDE Frameworks 5.0.0)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.14-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 0d6b9f4..0a75469 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-14a6f6c411af4797af6c56099fea4ed0  extra-cmake-modules-0.0.14.tar.xz
+a7b9e8756fdc2b3a8518ad9f9d21dfd5  extra-cmake-modules-1.0.0.tar.xz


More information about the scm-commits mailing list