mirror of
https://abf.rosa.ru/djam/firefox.git
synced 2025-02-24 18:42:57 +00:00
Updated firefox.spec
This commit is contained in:
parent
ab3f6bf856
commit
e045d12c84
1 changed files with 3 additions and 3 deletions
|
@ -197,7 +197,7 @@ Files and macros mainly for building Firefox extensions.
|
|||
|
||||
%files devel
|
||||
%doc AUTHORS CLOBBER LEGAL LICENSE README.txt
|
||||
%{_sys_macros_dir}/%{name}.macros
|
||||
%{_rpmmacrodir}/*%{name}*
|
||||
%if %{mdvver} > 201610
|
||||
%{_includedir}/np*.h
|
||||
%{_datadir}/pkgconfig/mozilla-plugin.pc
|
||||
|
@ -420,8 +420,7 @@ Cflags: -I%{_includedir} -DXP_UNIX
|
|||
EOF
|
||||
%endif
|
||||
|
||||
mkdir -p %{buildroot}%{_sys_macros_dir}
|
||||
cat <<FIN >%{buildroot}%{_sys_macros_dir}/%{name}.macros
|
||||
cat <<FIN >macro
|
||||
# Macros from %{name} package
|
||||
%%firefox_major %{major}
|
||||
%%firefox_epoch %{ff_epoch}
|
||||
|
@ -431,6 +430,7 @@ cat <<FIN >%{buildroot}%{_sys_macros_dir}/%{name}.macros
|
|||
%%firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
|
||||
%%firefox_extdir %%(if [ "%%_target_cpu" = "noarch" ]; then echo %%{_datadir}/mozilla/extensions/%%{firefox_appid}; else echo %%{_libdir}/mozilla/extensions/%%{firefox_appid}; fi)
|
||||
FIN
|
||||
%install_macro %{name} macro
|
||||
|
||||
mkdir -p %{buildroot}%{_docdir}/%{name}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue