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