Accepting request 665022 from home:iznogood:branches:GNOME:Apps
- Drop meson version fix via sed in spec, no longer needed. - Stop exporting optflags and rpath before configure, no longer needed. - Renable meson test, tests are now ok. OBS-URL: https://build.opensuse.org/request/show/665022 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=97
This commit is contained in:
parent
a059f29afd
commit
e64bb9ee8f
@ -9,6 +9,10 @@ Mon Jan 7 15:55:22 UTC 2019 - bjorn.lie@gmail.com
|
|||||||
recommendations.
|
recommendations.
|
||||||
+ Drop support for the legacy desktop status icon.
|
+ Drop support for the legacy desktop status icon.
|
||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
|
- Drop meson version fix via sed in spec, no longer needed.
|
||||||
|
- Stop exporting optflags and rpath before configure, no longer
|
||||||
|
needed.
|
||||||
|
- Renable meson test, tests are now ok.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 13 01:38:05 UTC 2018 - luc14n0@linuxmail.org
|
Fri Apr 13 01:38:05 UTC 2018 - luc14n0@linuxmail.org
|
||||||
|
@ -93,12 +93,8 @@ This package contains a plugin to integrate Déjà Dup into Nautilus.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
# Fix version in meson.build file 38.0 release
|
|
||||||
sed -i "s|version: '37.1'|version: '38.0'|" meson.build
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"
|
|
||||||
export CXXFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"
|
|
||||||
%meson
|
%meson
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -108,8 +104,7 @@ export CXXFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"
|
|||||||
%fdupes %{buildroot}%{_datadir}
|
%fdupes %{buildroot}%{_datadir}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Disabled as it currently fails a lot of tests.
|
%meson_test
|
||||||
#%%meson_test
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user