automatic version update by autodist [release 6.2.0-1mamba;Wed Aug 24 2016]
This commit is contained in:
parent
4704b4a610
commit
cf935f49cc
41
gcc.spec
41
gcc.spec
@ -42,8 +42,8 @@
|
||||
%define majver %(echo %version | cut -d. -f 1-2)
|
||||
|
||||
Name: gcc
|
||||
Version: 6.1.0
|
||||
Release: 2mamba
|
||||
Version: 6.2.0
|
||||
Release: 1mamba
|
||||
Summary: GNU Compiler Collection (C, C++, Fortran, Java, Ada)
|
||||
Group: Applications/Development
|
||||
Vendor: openmamba
|
||||
@ -70,7 +70,7 @@ Patch14: gcc-4.8.0-libffi-texinfo.patch
|
||||
Patch15: gcc-4.9.0-upstream-fixes-1.patch
|
||||
Patch16: gcc-4.9.2-arm-lra-bootstrap.patch
|
||||
Patch17: gcc-5.2.0-libjava-disable-multilib.patch
|
||||
Patch18: gcc-6.1.0-gcj-remove-minor-handling.patch
|
||||
Patch18: gcc-6.1.0-gcj-remove-minor-handling.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
@ -567,7 +567,7 @@ sed -i -e 's/libjawt/libgcjawt/g' libjava/Makefile.{am,in}
|
||||
#%patch15 -p1
|
||||
#%patch16 -p1
|
||||
%patch17 -p1
|
||||
%patch18 -p1
|
||||
#%patch18 -p1
|
||||
|
||||
%build
|
||||
#:<< ____EOF
|
||||
@ -1117,15 +1117,15 @@ find %{buildroot}%{_libdir}/gcc -name lib*.a -exec chmod -w {} \;
|
||||
%{_libdir}/libubsan.so
|
||||
%{_libdir}/libsanitizer.spec
|
||||
|
||||
%files -n libvtv
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libvtv.so.*
|
||||
#%files -n libvtv
|
||||
#%defattr(-,root,root)
|
||||
#%{_libdir}/libvtv.so.*
|
||||
|
||||
%files -n libvtv-devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libvtv.a
|
||||
%{_libdir}/libvtv.la
|
||||
%{_libdir}/libvtv.so
|
||||
#%files -n libvtv-devel
|
||||
#%defattr(-,root,root)
|
||||
#%{_libdir}/libvtv.a
|
||||
#%{_libdir}/libvtv.la
|
||||
#%{_libdir}/libvtv.so
|
||||
|
||||
%if "%{disable_cpp}" != "1"
|
||||
#
|
||||
@ -1139,7 +1139,7 @@ find %{buildroot}%{_libdir}/gcc -name lib*.a -exec chmod -w {} \;
|
||||
%{_bindir}/%{_target_platform}-g++
|
||||
%{_datadir}/gcc-%{version}/python/libstdcxx/v6/xmethods.py
|
||||
%{_mandir}/man1/g++.1.*
|
||||
%doc gcc/cp/ChangeLog*
|
||||
#%doc gcc/cp/ChangeLog*
|
||||
|
||||
%files -n %{libstdcxx_name} -f libstdc++.lang
|
||||
%defattr(-,root,root)
|
||||
@ -1165,7 +1165,6 @@ find %{buildroot}%{_libdir}/gcc -name lib*.a -exec chmod -w {} \;
|
||||
%endif
|
||||
%dir %{_includedir}/c++
|
||||
%{_includedir}/c++/*
|
||||
%doc libstdc++-v3/{ChangeLog*,README*,doc/html/}
|
||||
%if "%{_target_platform}" == "%{_build}"
|
||||
%exclude %{_includedir}/c++/%{version}/gcj/*
|
||||
%exclude %{_includedir}/c++/%{version}/gnu/awt/*
|
||||
@ -1175,6 +1174,7 @@ find %{buildroot}%{_libdir}/gcc -name lib*.a -exec chmod -w {} \;
|
||||
%exclude %{_includedir}/c++/%{version}/java/*
|
||||
%exclude %{_includedir}/c++/%{version}/javax/*
|
||||
%endif
|
||||
#%doc libstdc++-v3/{ChangeLog*,README*,doc/html/}
|
||||
%endif "%{disable_cpp}
|
||||
|
||||
%if "%{disable_java}" != "1"
|
||||
@ -1285,7 +1285,7 @@ find %{buildroot}%{_libdir}/gcc -name lib*.a -exec chmod -w {} \;
|
||||
%config(noreplace) %{_libdir}/nof/security/classpath.security
|
||||
%endif
|
||||
#%config(noreplace) %{_libdir}/security/libgcj.security
|
||||
%doc libjava/{ChangeLog,COPYING,LIBGCJ_LICENSE,README,THANKS}
|
||||
#%doc libjava/{ChangeLog,COPYING,LIBGCJ_LICENSE,README,THANKS}
|
||||
|
||||
%files -n %{libgcj_name}-devel
|
||||
%defattr(-,root,root)
|
||||
@ -1531,10 +1531,10 @@ find %{buildroot}%{_libdir}/gcc -name lib*.a -exec chmod -w {} \;
|
||||
/usr/lib/libubsan.la
|
||||
/usr/lib/libubsan.so
|
||||
/usr/lib/libubsan.so.*
|
||||
/usr/lib/libvtv.a
|
||||
/usr/lib/libvtv.la
|
||||
/usr/lib/libvtv.so
|
||||
/usr/lib/libvtv.so.*
|
||||
#/usr/lib/libvtv.a
|
||||
#/usr/lib/libvtv.la
|
||||
#/usr/lib/libvtv.so
|
||||
#/usr/lib/libvtv.so.*
|
||||
%{_datadir}/gdb/auto-load/usr/lib/libstdc++.so.*-gdb.py
|
||||
%endif
|
||||
|
||||
@ -1575,6 +1575,9 @@ find %{buildroot}%{_libdir}/gcc -name lib*.a -exec chmod -w {} \;
|
||||
%endif # cross-platform
|
||||
|
||||
%changelog
|
||||
* Wed Aug 24 2016 Automatic Build System <autodist@mambasoft.it> 6.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.0-2mamba
|
||||
- patched for libgcj abi minor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user