#1 Use make macros
Closed 3 years ago by catanzaro. Opened 3 years ago by tstellar.
rpms/ tstellar/vino make-macros  into  rawhide

file modified
+7 -3
@@ -1,6 +1,6 @@ 

  Name:    vino

  Version: 3.22.0

- Release: 18%{?dist}

+ Release: 19%{?dist}

  Summary: A remote desktop system for GNOME

  

  License: GPLv2+
@@ -57,11 +57,11 @@ 

    --with-gnutls                 \

    --without-telepathy

  

- make %{?_smp_mflags}

+ %make_build

  

  

  %install

- make install DESTDIR=%{buildroot} INSTALL="install -p"

+ %make_install

  

  rm -f $RPM_BUILD_ROOT%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vino.service

  
@@ -95,6 +95,10 @@ 

  

  

  %changelog

+ * Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 3.22.0-19

+ - Use make macros

+ - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

+ 

  * Mon Jun 29 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 3.22.0-18

  - Add bundled(libvncserver)

  

This pull request was create automatically for the f33 change:
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

Please review the patch and if you approve the changes, merge it after the simple-koji-ci test passes.

This pull request will be automatically merged in 1 week if there are not objections.

Pull-Request has been closed by catanzaro

3 years ago