]> git.pld-linux.org Git - packages/mozilla-firefox-bin.git/commitdiff
- use mozilla-firefox-bin.spec as script start
authorJan Wideł <jasw@pld-linux.org>
Sat, 2 Dec 2006 15:09:30 +0000 (15:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mozilla-firefox-bin.spec -> 1.16

mozilla-firefox-bin.spec

index b6706f75596aaa92210a092a35df981b19c66cfd..decc7cff07c7b71b3169e435609eaf91e89cadc5 100644 (file)
@@ -3,12 +3,13 @@ Summary:      Mozilla Firefox web browser
 Summary(pl):   Mozilla Firefox - przegl±darka WWW
 Name:          mozilla-firefox-bin
 Version:       2.0
-Release:       2
+Release:       3
 License:       MPL/LGPL
 Group:         X11/Applications/Networking
 Source0:       http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/2.0/linux-i686/en-US/%{realname}-%{version}.tar.gz
 # Source0-md5: dec219811d989aeed2b8c7e338cc0b03
 Source1:       %{name}.desktop
+Source2:       %{name}.sh
 URL:           http://www.mozilla.org/projects/firefox/
 BuildRequires: zip
 Provides:      wwwbrowser
@@ -47,7 +48,8 @@ install -d \
        $RPM_BUILD_ROOT{%{_includedir}/%{name}/idl,%{_pkgconfigdir}}
 
 cp -r * $RPM_BUILD_ROOT%{_firefoxdir}
-ln -s %{_firefoxdir}/firefox $RPM_BUILD_ROOT%{_bindir}/firefox
+sed 's,@LIBDIR@,%{_libdir},' %{SOURCE2} > $RPM_BUILD_ROOT%{_bindir}/firefox
+#ln -s %{_firefoxdir}/firefox $RPM_BUILD_ROOT%{_bindir}/firefox
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 
This page took 0.420632 seconds and 4 git commands to generate.