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