]> git.pld-linux.org Git - packages/remmina.git/commitdiff
- 1.4.24 auto/th/remmina-1.4.24-1
authorKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Fri, 4 Mar 2022 18:39:33 +0000 (18:39 +0000)
committerKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Fri, 4 Mar 2022 18:39:33 +0000 (18:39 +0000)
remmina.spec

index bd55abb7de4bbb01d72f63360b52d4394e86d923..a9e7df98d90eeb525a77705a6b46dd80611cd1b7 100644 (file)
 #
 Summary:       Remote Desktop Client
 Name:          remmina
 #
 Summary:       Remote Desktop Client
 Name:          remmina
-Version:       1.4.23
+Version:       1.4.24
 Release:       1
 License:       GPLv2+ and MIT
 Group:         X11/Applications
 Source0:       https://gitlab.com/Remmina/Remmina/-/archive/v%{version}/Remmina-v%{version}.tar.bz2
 Release:       1
 License:       GPLv2+ and MIT
 Group:         X11/Applications
 Source0:       https://gitlab.com/Remmina/Remmina/-/archive/v%{version}/Remmina-v%{version}.tar.bz2
-# Source0-md5: e4653bfd2ec126b5ff369fe553d42593
+# Source0-md5: d560d6caa4d133db23c93bff26cfe4b4
 # Cmake helper file to easy build plugins outside remmina source tree
 # See http://www.muflone.com/remmina-plugin-rdesktop/english/install.html which
 # use http://www.muflone.com/remmina-plugin-builder/ with remmina bundled source.
 # Cmake helper file to easy build plugins outside remmina source tree
 # See http://www.muflone.com/remmina-plugin-rdesktop/english/install.html which
 # use http://www.muflone.com/remmina-plugin-builder/ with remmina bundled source.
@@ -165,8 +165,8 @@ client.
 
 %build
 mkdir -p build
 
 %build
 mkdir -p build
-
-%cmake --build=build \
+cd build
+%cmake \
        -DCMAKE_INSTALL_LIBDIR=%{_lib} \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
        -DWITH_APPINDICATOR=ON \
        -DCMAKE_INSTALL_LIBDIR=%{_lib} \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
        -DWITH_APPINDICATOR=ON \
@@ -178,14 +178,16 @@ mkdir -p build
        %{cmake_on_off vnc WITH_LIBVNCSERVER} \
        %{cmake_on_off spice WITH_SPICE} \
        %{cmake_on_off vte WITH_VTE} \
        %{cmake_on_off vnc WITH_LIBVNCSERVER} \
        %{cmake_on_off spice WITH_SPICE} \
        %{cmake_on_off vte WITH_VTE} \
-       .
+       ..
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+cd build
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
+cd ..
 
 install -d $RPM_BUILD_ROOT%{_libdir}/cmake/%{name}/
 cp -pr cmake/*.cmake $RPM_BUILD_ROOT%{_libdir}/cmake/%{name}/
 
 install -d $RPM_BUILD_ROOT%{_libdir}/cmake/%{name}/
 cp -pr cmake/*.cmake $RPM_BUILD_ROOT%{_libdir}/cmake/%{name}/
This page took 0.152385 seconds and 4 git commands to generate.