]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
- objective c++ (gcc-objc++) subpackage added.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 31 May 2005 05:17:50 +0000 (05:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc4.spec -> 1.312

gcc4.spec

index 419b86bf56f83c586830ca6881dcab5c28643feb..bbad56012bfb812b6f2dcba00734f596531262a0 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
@@ -647,6 +647,15 @@ C dilinin nesne y
 sistemlerde yaygýn olarak kullanýlýr. Standart Objective C nesne
 kitaplýðý bu pakette yer almaz.
 
+%package objc++
+Summary:       Objective C++ support for gcc
+Group:         Development/Languages
+Requires:      %{name}-c++ = %{epoch}:%{version}-%{release}
+Requires:      %{name}-objc = %{epoch}:%{version}-%{release}
+
+%description objc++
+This package adds Objective C++ support to the GNU Compiler Collection.
+
 %package -n libobjc
 Summary:       Objective C Libraries
 Summary(es):   Bibliotecas de Objective C
@@ -1203,3 +1212,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 %{_libdir}/libobjc.a
 %endif
+
+%if %{with objcxx}
+%files objc++
+%defattr(644,root,root,755)
+%doc gcc/objcp/ChangeLog
+%attr(755,root,root) %{_libdir}/gcc/*/*/cc1objplus
+%endif
This page took 0.242822 seconds and 4 git commands to generate.