summaryrefslogtreecommitdiff
path: root/librewolf.spec
diff options
context:
space:
mode:
Diffstat (limited to 'librewolf.spec')
-rw-r--r--librewolf.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/librewolf.spec b/librewolf.spec
index 0be3146..e8ab38b 100644
--- a/librewolf.spec
+++ b/librewolf.spec
@@ -84,7 +84,7 @@ ExcludeArch: aarch64
%global build_with_pgo 0
%ifarch x86_64
%if %{release_build}
-%global build_with_pgo 1
+%global build_with_pgo 0
%endif
%endif
%if 0%{?flatpak}
@@ -886,7 +886,7 @@ mkdir -p test_results
%{__cp} -p %{default_bookmarks_file} objdir/dist/bin/browser/chrome/en-US/locale/browser/bookmarks.html
%endif
-DESTDIR=%{buildroot} make -C objdir/instrumented install
+DESTDIR=%{buildroot} make -C objdir install
%{__mkdir_p} %{buildroot}{%{_libdir},%{_bindir},%{_datadir}/applications}
_seds="s/Firefox/LibreWolf/g;s/firefox/librewolf/g;"
@@ -1183,7 +1183,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
-* Thu Mar 24 2022 B. Stack <bgstack15@gmail.com> - 98.0-2
+* Sun Mar 27 2022 B. Stack <bgstack15@gmail.com> - 98.0-2
- Fork to librewolf release.
* Wed Mar 16 2022 Martin Stransky <stransky@redhat.com> - 98.0-3
bgstack15