diff --git a/rstudio.spec b/rstudio.spec index e09f7d7..dbe4282 100644 --- a/rstudio.spec +++ b/rstudio.spec @@ -5,7 +5,7 @@ %define _nodever 16.14.0 Name: rstudio -Version: 2022.07.1+554 +Version: 2022.07.2+576 Release: 1mamba Summary: RStudio is an integrated development environment (IDE) for R Group: Graphical Desktop/Applications/Scientific @@ -25,6 +25,7 @@ Patch0: rstudio-0.98.1103-fix_build_with_boost_1_57.patch Patch1: rstudio-2022.07.1+554-pandoc_version.patch License: Affero GNU Public License ## AUTOBUILDREQ-BEGIN +#libfmt.so.8()(64bit): library not reported by ldconfig; run `ldconfig' and try again BuildRequires: glibc-devel BuildRequires: libQt5Positioning-devel BuildRequires: libQt5Sensors-devel @@ -34,7 +35,6 @@ BuildRequires: libQt5WebEngine-devel BuildRequires: libQt5XmlPatterns-devel BuildRequires: libR-devel BuildRequires: libboost-devel -BuildRequires: libfmt-devel BuildRequires: libgcc BuildRequires: libopenssl-devel BuildRequires: libpostgresql-devel @@ -83,6 +83,8 @@ RStudio is an integrated development environment (IDE) for the R programming lan %debug_package +%define __brp_elfperms %nil + %prep %setup -q -c a0 -a3 #-D -T @@ -157,10 +159,10 @@ export PACKAGE_OS=$(uname -om) -DRSTUDIO_USE_SYSTEM_SOCI=yes \ -DCMAKE_INSTALL_PREFIX=%{_libdir}/%{name} -BOOST_SIGNALS_NO_DEPRECATION_WARNING=1; \ -export BOOST_SIGNALS_NO_DEPRECATION_WARNING \ +#BOOST_SIGNALS_NO_DEPRECATION_WARNING=1; \ +#export BOOST_SIGNALS_NO_DEPRECATION_WARNING \ -%make +#% make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -200,6 +202,9 @@ rm -f %{buildroot}%{_libdir}/rstudio/www/.gitignore %doc COPYING %changelog +* Sun Oct 09 2022 Automatic Build System 2022.07.2+576-1mamba +- automatic version update by autodist + * Wed Aug 24 2022 Automatic Build System 2022.07.1+554-1mamba - automatic version update by autodist