From 01ef0d9da0f914ad7e03883c2397b0eee876c67a Mon Sep 17 00:00:00 2001 From: Russell Golden Date: Nov 22 2017 17:22:27 +0000 Subject: Fix build macro and changelog date errors. Whoops! --- diff --git a/mozilla-https-everywhere.spec b/mozilla-https-everywhere.spec index 0bd85df..ffb3d94 100644 --- a/mozilla-https-everywhere.spec +++ b/mozilla-https-everywhere.spec @@ -53,8 +53,8 @@ to these sites to HTTPS. install -Dpm644 %{SOURCE0} %{buildroot}%{firefox_inst_dir}/%{src_ext_id}.xpi # Install XUL version to SeaMonkey directory -mkdir -p {buildroot}{seamonkey_inst_dir} -install -Dpm644 %SOURCE2} %{buildroot}{seamonkey_inst_dir}/%src_ext_id}-seamonkey.xpi +mkdir -p %{buildroot}%{seamonkey_inst_dir} +install -Dpm644 %{SOURCE2} %{buildroot}%{seamonkey_inst_dir}/%src_ext_id}-seamonkey.xpi # install MetaInfo file for firefox, etc @@ -65,7 +65,7 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE1} %files %{firefox_inst_dir}/%{src_ext_id}.xpi -{seamonkey_inst_dir}/{src_ext_id}-seamonkey.xpi +%{seamonkey_inst_dir}/%{src_ext_id}-seamonkey.xpi # GNOME Software Center metadata %if 0%{?fedora} || 0%{?rhel} >= 7 %{_datadir}/appdata/%{name}.metainfo.xml @@ -73,7 +73,7 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE1} %changelog -* Wed Nov 21 2017 Russell Golden - 2017.11.21-1 +* Wed Nov 22 2017 Russell Golden - 2017.11.21-1 - XUL version will now be included for SeaMonkey users. -- NO UPDATES FOR XUL VERSION; YOU MUST FIX THE RULES YOURSELF - Ruleset updates