]> git.pld-linux.org Git - packages/kf5-extra-cmake-modules.git/blobdiff - kf5-extra-cmake-modules.spec
- release 2 (by relup.sh)
[packages/kf5-extra-cmake-modules.git] / kf5-extra-cmake-modules.spec
index 3d6746039f4188234c95dc0f37920c0a8d98bdba..54bd5fa8ba7b66dcab28f01ea0f44a39583740cd 100644 (file)
@@ -1,21 +1,21 @@
-%bcond_without tests
+#
+# Conditional build:
+%bcond_without tests           # build without tests
 
-%define                _state          stable
 %define                orgname         extra-cmake-modules
 %define                kdeframever     5.4
-
 Summary:       Extra Cmake Modules for KF5
-Name:          kf5-extra-cmake-modules
+Name:          kf5-%{orgname}
 Version:       1.4.0
-Release:       1
+Release:       2
 License:       BSD
 Group:         Development/Building
-Source0:       http://download.kde.org/%{_state}/frameworks/%{kdeframever}/%{orgname}-%{version}.tar.xz
+Source0:       http://download.kde.org/stable/frameworks/%{kdeframever}/%{orgname}-%{version}.tar.xz
 # Source0-md5: a8a8278f5448a584cffec07692ed9f19
 URL:           http://www.kde.org/
 BuildRequires: cmake >= 2.8.12
 BuildRequires: qt5-linguist
-BuildRequires: rpmbuild(macros) >= 1.164
+BuildRequires: rpmbuild(macros) >= 1.698
 BuildRequires: sphinx-pdg
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
@@ -25,9 +25,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 The Extra CMake Modules package, or ECM, adds to the modules provided
-by CMake, including both ones used by ``find_package()`` to find
-common software and ones that can be used directly in
-``CMakeLists.txt`` files to perform common tasks.
+by CMake, including both ones used by find_package() to find common
+software and ones that can be used directly in CMakeLists.txt files to
+perform common tasks.
 
 In addition, it provides common build settings used in software
 produced by the KDE community.
@@ -50,7 +50,6 @@ cd build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} -C build/ install \
         DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.066373 seconds and 4 git commands to generate.