#%global snapshot 20140205 %global frameworksversion 4.98.0 Name: extra-cmake-modules # ECM does not follow the frameworks versioning, but is currently being # release together with it Version: 0.0.12 Release: 3%{?dist} Summary: Additional modules for CMake build system BuildArch: noarch License: BSD URL: http://www.kde.org # git archive --format=tar --prefix=%{name}-%{version}/ \ # --remote=git://anongit.kde.org/%{name},git master | \ # bzip2 -c > %{name}-%{version}-%{snapshot}git.tar.bz2 #Source0: %{name}-%{version}-%{snapshot}git.tar.bz2 Source0: http://download.kde.org/unstable/frameworks/%{frameworksversion}/%{name}-%{version}.tar.xz BuildRequires: cmake Requires: cmake %description Additional modules for CMake build system needed by KDE Frameworks. %prep %setup -q %build mkdir -p %{_target_platform} pushd %{_target_platform} %{cmake} .. popd make %{?_smp_mflags} -C %{_target_platform} %install %make_install -C %{_target_platform} %files %doc README.md COPYING-CMAKE-SCRIPTS %{_datadir}/ECM %changelog * Fri Apr 11 2014 Daniel Vrátil 0.0.12-3 - Remove debug_package, add %%{?dist} to Release * Fri Apr 11 2014 Daniel Vrátil 0.0.12-2 - Don't depend on kf5-filesystem, remove epoch for the Fedora review * Mon Mar 31 2014 Jan Grulich 1:0.0.12-1 - Update to KDE Frameworks 5 Beta 1 (4.98.0) * Wed Mar 05 2014 Jan Grulich 1:0.0.11-1 - Update to KDE Frameworks 5 Alpha 2 (4.97.0) * Wed Feb 12 2014 Daniel Vrátil 1:0.0.10-1 - Update to KDE Frameworks 5 Alpha 1 (4.96.0) * Wed Feb 05 2014 Daniel Vrátil 1:0.0.10-0.1.20140205git - Update to pre-relase snapshot of 0.0.10 * Thu Jan 16 2014 Daniel Vrátil 1:0.0.9-2 - don't generate debuginfo - rebulild against updated kf5-filesystem * Thu Jan 9 2014 Daniel Vrátil 1:0.0.9-1 - Update to KDE Frameworks 5 TP1 (4.95.0) * Tue Jan 7 2014 Daniel Vrátil 1:0.0.9-0.1.20140104git - Match version with upstream: 0.0.9 (ECM is not a framework, it does not follow the 5.x.x scheme) * Mon Jan 6 2014 Daniel Vrátil 5.0.0-0.2.201409104git - Include patch to prevent ECMGenerateHeaders from generating "//" in include paths (fixes build of solid and kdnssd frameworks) * Sat Jan 4 2014 Daniel Vrátil 5.0.0-0.1.201409104git - Initial version