summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorTill Maas <opensource@till.name>2015-05-22 18:24:00 +0200
committerTill Maas <opensource@till.name>2015-05-22 18:24:00 +0200
commit6ffc9e13aa52f754708b8f1598d1dc701284b451 (patch)
tree680f3a9cc3d21b559c824100420239f315e4689e /firefox.spec
parentRebuilt with hardening flags so it passes the checksec test; (diff)
downloadlibrewolf-fedora-ff-6ffc9e13aa52f754708b8f1598d1dc701284b451.tar.gz
librewolf-fedora-ff-6ffc9e13aa52f754708b8f1598d1dc701284b451.tar.bz2
librewolf-fedora-ff-6ffc9e13aa52f754708b8f1598d1dc701284b451.zip
Remove trailing whitespace
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/firefox.spec b/firefox.spec
index 33ce2b2..3292496 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -279,7 +279,7 @@ This package contains results of tests executed during build.
cd %{tarballdir}
# Build patches, can't change backup suffix from default because during build
-# there is a compare of config and js/config directories and .orig suffix is
+# there is a compare of config and js/config directories and .orig suffix is
# ignored during this compare.
%patch0 -p1
%patch1 -p2 -b .build
@@ -695,11 +695,11 @@ sed -i -e "s/\[Crash Reporter\]/[Crash Reporter]\nEnabled=1/" $RPM_BUILD_ROOT/%{
%{__cp} test_results/* $RPM_BUILD_ROOT/test_results
%endif
-# Default
+# Default
%{__cp} %{SOURCE12} ${RPM_BUILD_ROOT}%{mozappdir}/browser/defaults/preferences
# Remove copied libraries to speed up build
-rm -f ${RPM_BUILD_ROOT}%{mozappdirdev}/sdk/lib/libmozjs.so
+rm -f ${RPM_BUILD_ROOT}%{mozappdirdev}/sdk/lib/libmozjs.so
rm -f ${RPM_BUILD_ROOT}%{mozappdirdev}/sdk/lib/libmozalloc.so
rm -f ${RPM_BUILD_ROOT}%{mozappdirdev}/sdk/lib/libxul.so
#---------------------------------------------------------------------
@@ -712,7 +712,7 @@ if (posix.stat("%{mozappdir}/browser/defaults/preferences", "type") == "link") t
posix.unlink("%{mozappdir}/browser/defaults/preferences")
posix.mkdir("%{mozappdir}/browser/defaults/preferences")
if (posix.stat("%{mozappdir}/defaults/preferences", "type") == "directory") then
- for i,filename in pairs(posix.dir("%{mozappdir}/defaults/preferences")) do
+ for i,filename in pairs(posix.dir("%{mozappdir}/defaults/preferences")) do
os.rename("%{mozappdir}/defaults/preferences/"..filename, "%{mozappdir}/browser/defaults/preferences/"..filename)
end
f = io.open("%{mozappdir}/defaults/preferences/README","w")
@@ -1174,7 +1174,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
- Updated xulrunner check
* Thu Apr 18 2013 Martin Stransky <stransky@redhat.com> - 20.0-3
-- Added a workaround for rhbz#907424 - textarea redrawn wrongly
+- Added a workaround for rhbz#907424 - textarea redrawn wrongly
during edit
* Thu Apr 18 2013 Jan Horak <jhorak@redhat.com> - 20.0-2
bgstack15