]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- let configure figure out what CC and CXX is auto/th/firefox-48.0-1
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 7 Aug 2016 10:25:33 +0000 (12:25 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 7 Aug 2016 10:25:33 +0000 (12:25 +0200)
- updated files
- rel 1

firefox.spec

index 43c2e2a0f19a6dbc87cfa1113b9e7570dc600610..6b5d3d0e1bf77c0c8e2b4442573dd8a4c119a24e 100644 (file)
@@ -26,7 +26,7 @@ Summary(hu.UTF-8):    Firefox web böngésző
 Summary(pl.UTF-8):     Firefox - przeglądarka WWW
 Name:          firefox
 Version:       48.0
-Release:       0.1
+Release:       1
 License:       MPL v2.0
 Group:         X11/Applications/Networking
 Source0:       http://releases.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz
@@ -301,15 +301,11 @@ export DISPLAY=:${D}
 %{__make} -j1 -f client.mk profiledbuild \
        AUTOCONF=/usr/bin/autoconf2_13 \
        DESTDIR=obj-%{_target_cpu}/dist \
-       CC="%{__cc}" \
-       CXX="%{__cxx}" \
        MOZ_MAKE_FLAGS="%{_smp_mflags}"
 kill $XVFB_PID
 %else
 %{__make} -j1 -f client.mk build \
        AUTOCONF=/usr/bin/autoconf2_13 \
-       CC="%{__cc}" \
-       CXX="%{__cxx}" \
        MOZ_MAKE_FLAGS="%{_smp_mflags}"
 %endif
 
@@ -465,8 +461,6 @@ fi
 # the signature of the default theme
 %{_datadir}/%{name}/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi
 %{_libdir}/%{name}/browser/omni.ja
-%{_libdir}/%{name}/webapprt
-%attr(755,root,root) %{_libdir}/%{name}/webapprt-stub
 
 %{_libdir}/%{name}/browser/features/loop@mozilla.org.xpi
 %{_libdir}/%{name}/browser/features/e10srollout@mozilla.org.xpi
This page took 0.068552 seconds and 4 git commands to generate.