|
@@ -1,7 +1,7 @@
|
|
%define DATE 20050503
|
|
%define DATE 20050503
|
|
|
|
|
|
%define VERSION 3.3.6
|
|
%define VERSION 3.3.6
|
|
-%define RELEASE 5%{?_dist_release}
|
|
|
|
|
|
+%define RELEASE 6%{?_dist_release}
|
|
|
|
|
|
%define gcc_version %{VERSION}
|
|
%define gcc_version %{VERSION}
|
|
%define gcc_release %{RELEASE}
|
|
%define gcc_release %{RELEASE}
|
|
@@ -216,7 +216,7 @@ Summary(ja): GNU コンパイラ集 - Objective C サポート
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
Requires: gcc3 = %{version}-%{release}
|
|
Requires: gcc3 = %{version}-%{release}
|
|
Requires: gcc3-cpp = %{version}-%{release}
|
|
Requires: gcc3-cpp = %{version}-%{release}
|
|
-Requires: libobjc >= %{version}-%{release}
|
|
|
|
|
|
+Requires: libobjc3 >= %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description objc
|
|
%description objc
|
|
@@ -233,21 +233,19 @@ Objective-C は C 言語から派生したオブジェクト指向言語で、
|
|
################################################# libobjc
|
|
################################################# libobjc
|
|
|
|
|
|
|
|
|
|
-##VINE##%package -n libobjc
|
|
|
|
-##VINE##Summary: Objective-C runtime
|
|
|
|
-##VINE##Summary(ja): GNU コンパイラ集 - Objective C ランタイムライブラリ
|
|
|
|
-##VINE##Group: System Environment/Libraries
|
|
|
|
-##VINE##
|
|
|
|
-##VINE##
|
|
|
|
-##VINE##%description -n libobjc
|
|
|
|
-##VINE##This package contains Objective-C shared library which is needed to run
|
|
|
|
-##VINE##Objective-C dynamically linked programs.
|
|
|
|
-##VINE##
|
|
|
|
-##VINE##%description -n libobjc -l ja
|
|
|
|
-##VINE##このパッケージには Objective-C 共有ライブラリが収められています。
|
|
|
|
-##VINE##これは Objective-C にダイナミックリンクされたプログラムの実行に必要と
|
|
|
|
-##VINE##なります。
|
|
|
|
|
|
+%package -n libobjc3
|
|
|
|
+Summary: Objective-C runtime
|
|
|
|
+Summary(ja): GNU コンパイラ集 - Objective C ランタイムライブラリ
|
|
|
|
+Group: System Environment/Libraries
|
|
|
|
+
|
|
|
|
+%description -n libobjc3
|
|
|
|
+This package contains Objective-C shared library which is needed to run
|
|
|
|
+Objective-C dynamically linked programs.
|
|
|
|
|
|
|
|
+%description -n libobjc3 -l ja
|
|
|
|
+このパッケージには Objective-C 共有ライブラリが収められています。
|
|
|
|
+これは Objective-C にダイナミックリンクされたプログラムの実行に必要と
|
|
|
|
+なります。
|
|
|
|
|
|
################################################# g77
|
|
################################################# g77
|
|
|
|
|
|
@@ -1068,9 +1066,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%postun -n compat32-libstdc++3 -p /sbin/ldconfig
|
|
%postun -n compat32-libstdc++3 -p /sbin/ldconfig
|
|
|
|
|
|
-##VINE##%post -n libobjc -p /sbin/ldconfig
|
|
|
|
|
|
+%post -n libobjc3 -p /sbin/ldconfig
|
|
|
|
|
|
-##VINE##%postun -n libobjc -p /sbin/ldconfig
|
|
|
|
|
|
+%postun -n libobjc3 -p /sbin/ldconfig
|
|
|
|
|
|
%post -n libgcj3
|
|
%post -n libgcj3
|
|
/sbin/ldconfig
|
|
/sbin/ldconfig
|
|
@@ -1468,12 +1466,12 @@ fi
|
|
%doc libobjc/THREADS* libobjc/ChangeLog
|
|
%doc libobjc/THREADS* libobjc/ChangeLog
|
|
|
|
|
|
|
|
|
|
-##VINE##%files -n libobjc
|
|
|
|
-##VINE##%defattr(-,root,root)
|
|
|
|
-##VINE##%ifarch x86_64
|
|
|
|
-##VINE##%{_prefix}/lib/libobjc.so.1*
|
|
|
|
-##VINE##%endif
|
|
|
|
-##VINE##%{_prefix}/%{_lib}/libobjc.so.1*
|
|
|
|
|
|
+%files -n libobjc3
|
|
|
|
+%defattr(-,root,root)
|
|
|
|
+%ifarch x86_64
|
|
|
|
+%{_prefix}/lib/libobjc.so.1*
|
|
|
|
+%endif
|
|
|
|
+%{_prefix}/%{_lib}/libobjc.so.1*
|
|
|
|
|
|
|
|
|
|
%files g77
|
|
%files g77
|
|
@@ -1652,6 +1650,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.6-6
|
|
|
|
+- added libobjc3 subpackage
|
|
|
|
+
|
|
* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.6-5
|
|
* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.6-5
|
|
- fixed /usr/lib/security path for x86_64
|
|
- fixed /usr/lib/security path for x86_64
|
|
|
|
|