[kf5-kdelibs4support] .spec cleanup, update URL

Rex Dieter rdieter at fedoraproject.org
Thu Mar 5 13:59:20 UTC 2015


commit 8309e7ec8009bfc72b0f22f3b9e9f76f1f0ebb03
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Thu Mar 5 07:44:36 2015 -0600

    .spec cleanup, update URL

 kf5-kdelibs4support.spec | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/kf5-kdelibs4support.spec b/kf5-kdelibs4support.spec
index 684926b..968c2fa 100644
--- a/kf5-kdelibs4support.spec
+++ b/kf5-kdelibs4support.spec
@@ -5,7 +5,7 @@ Version:        5.7.0
 Release:        2%{?dist}
 Summary:        KDE Frameworks 5 Tier 4 module with porting aid from KDELibs 4
 License:        GPLv2+ and LGPLv2+ and BSD
-URL:            http://www.kde.org
+URL:            https://projects.kde.org/projects/frameworks/kdelibs4support
 
 %global versiondir %(echo %{version} | cut -d. -f1-2)
 %global revision %(echo %{version} | cut -d. -f3)
@@ -101,25 +101,25 @@ developing applications that use %{name}.
 %prep
 %setup -q -n %{framework}-%{version}
 
+
 %build
-mkdir -p %{_target_platform}
+mkdir %{_target_platform}
 pushd %{_target_platform}
 # Set absolute BIN_INSTALL_DIR, otherwise CMake will complain about mixed use of
 # absolute and relative paths for some reason
 # Remove once fixed upstream
-%{cmake_kf5} \
-        -DBIN_INSTALL_DIR=/usr/bin \
-        ..
+%{cmake_kf5} .. \
+        -DBIN_INSTALL_DIR=%{_kf5_bindir}
 popd
 
 make %{?_smp_mflags} -C %{_target_platform}
 
+
 %install
 make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 %find_lang kdelibs4support5_qt --with-qt --all-name
 
 
-
 %files -f kdelibs4support5_qt.lang
 %doc COPYING.LIB README.md
 %{_kf5_bindir}/kf5-config
@@ -135,9 +135,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 %{_kf5_datadir}/locale/kf5_all_languages
 %{_kf5_datadir}/kf5/widgets/
 %{_kf5_datadir}/kf5/kssl/ca-bundle.crt
+%config %{_kf5_sysconfdir}/xdg/kdebugrc
 %config %{_kf5_sysconfdir}/xdg/colors
 %config %{_kf5_sysconfdir}/xdg/kdebug.areas
-%config %{_kf5_sysconfdir}/xdg/kdebugrc
 %config %{_kf5_sysconfdir}/xdg/ksslcalist
 
 %post libs -p /sbin/ldconfig
@@ -167,6 +167,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 
 %changelog
+* Thu Mar 05 2015 Rex Dieter <rdieter at fedoraproject.org> 5.7.0-3
+- .spec cleanup, update URL
+
 * Fri Feb 27 2015 Daniel Vrátil <dvratil at redhat.com> - 5.7.0-2
 - Rebuild (GCC 5)
 


More information about the scm-commits mailing list