From: Arkadiusz Miƛkiewicz Date: Wed, 20 Jun 2018 04:57:57 +0000 (+0200) Subject: - use newer rpm macros that skip checking std::__once_callable, std::__once_call X-Git-Url: http://git.pld-linux.org/?p=packages%2Fclion.git;a=commitdiff_plain;h=5336ca4ef1ce907bc9d2a7cf38da16a509218c52 - use newer rpm macros that skip checking std::__once_callable, std::__once_call --- diff --git a/clion.spec b/clion.spec index e11da20..f18fd6a 100644 --- a/clion.spec +++ b/clion.spec @@ -15,7 +15,7 @@ Patch0: pld.patch URL: http://www.jetbrains.com/clion/ BuildRequires: jpackage-utils BuildRequires: rpm-javaprov -BuildRequires: rpmbuild(macros) >= 1.583 +BuildRequires: rpmbuild(macros) >= 1.734 BuildRequires: unzip Requires: jre >= 1.6 Suggests: %{name}-cmake @@ -24,9 +24,6 @@ Suggests: cmake >= 2.8 Suggests: gdb >= 7.8 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -# Unresolved symbols found: _ZSt11__once_call: _ZSt15__once_callable -%define skip_post_check_so liblldb.so.3 - # don't strip fsnotifier, it's size is checked for "outdated binary" # https://bugs.archlinux.org/task/34703 # http://git.jetbrains.org/?p=idea/community.git;a=blob;f=platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/FileWatcher.java;h=004311b96a35df1ffc2c87baba78a8b2a8809f7d;hb=376b939fd6d6ec4c12191a5f90503d9d62c501da#l173