summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2008-01-28 14:10:56 +0000
committerMartin Stransky <stransky@fedoraproject.org>2008-01-28 14:10:56 +0000
commitcac10961d449ba7777aac24d8dc2bcb4a11e5e38 (patch)
treec6c710ae8a5882107ea7eeb6911a210c8b3510b2 /firefox.spec
parentfix icon (diff)
downloadlibrewolf-fedora-ff-cac10961d449ba7777aac24d8dc2bcb4a11e5e38.tar.gz
librewolf-fedora-ff-cac10961d449ba7777aac24d8dc2bcb4a11e5e38.tar.bz2
librewolf-fedora-ff-cac10961d449ba7777aac24d8dc2bcb4a11e5e38.zip
- cleared starting scripts, removed useless parts
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec11
1 files changed, 4 insertions, 7 deletions
diff --git a/firefox.spec b/firefox.spec
index 3ce75cd..b5bd885 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -15,7 +15,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.beta2.12.nightly20080121%{?dist}
+Release: 0.beta2.13.nightly20080121%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -33,7 +33,6 @@ Source20: firefox.desktop
Source21: firefox.sh.in
Source22: firefox.png
Source23: firefox.1
-Source50: firefox-xremote-client.sh.in
Source100: find-external-requires
@@ -181,10 +180,6 @@ EOF
%{__rm} -f $RPM_BUILD_ROOT/%{mozappdir}/defaults/profile/bookmarks.html
ln -s %{default_bookmarks_file} $RPM_BUILD_ROOT/%{mozappdir}/defaults/profile/bookmarks.html
-%{__cat} %{SOURCE50} | %{__sed} -e 's,FFDIR,%{mozappdir},g' -e 's,LIBDIR,%{_libdir},g' > \
- $RPM_BUILD_ROOT/%{mozappdir}/firefox-xremote-client
-
-%{__chmod} 755 $RPM_BUILD_ROOT/%{mozappdir}/firefox-xremote-client
%{__install} -p -D -m 644 %{SOURCE23} $RPM_BUILD_ROOT%{_mandir}/man1/firefox.1
%{__rm} -f $RPM_BUILD_ROOT/%{mozappdir}/firefox-config
@@ -299,7 +294,6 @@ fi
%{mozappdir}/icons
%{mozappdir}/searchplugins
%{mozappdir}/firefox
-%{mozappdir}/firefox-xremote-client
%{mozappdir}/run-mozilla.sh
%{mozappdir}/application.ini
%{mozappdir}/modules/distribution.js
@@ -311,6 +305,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Mon Jan 28 2008 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.13
+- cleared starting scripts, removed useless parts
+
* Mon Jan 21 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta2.12
- Update to latest trunk (2008-01-21)
bgstack15