rpms/gnu-smalltalk/F-8 gnu-smalltalk.spec,1.23,1.24

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Wed Oct 24 14:24:02 UTC 2007


Author: s4504kr

Update of /cvs/extras/rpms/gnu-smalltalk/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25371

Modified Files:
	gnu-smalltalk.spec 
Log Message:
Try to fix multilib issue


Index: gnu-smalltalk.spec
===================================================================
RCS file: /cvs/extras/rpms/gnu-smalltalk/F-8/gnu-smalltalk.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- gnu-smalltalk.spec	9 Sep 2007 19:41:41 -0000	1.23
+++ gnu-smalltalk.spec	24 Oct 2007 14:23:29 -0000	1.24
@@ -1,7 +1,7 @@
 Summary: GNU Smalltalk
 Name: gnu-smalltalk
 Version: 2.3.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 Source: ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-%{version}.tar.gz
 Patch1: gst-2.3.6-am.patch
 Patch2: gst-2.3.6-pathfix.patch
@@ -26,6 +26,8 @@
 BuildRequires: zlib-devel
 BuildRequires: libsigsegv-devel
 
+Requires: %{name}-libs = %{version}-%{release}
+
 %description
 GNU Smalltalk is an implementation that closely follows the
 Smalltalk-80 language as described in the book `Smalltalk-80: the
@@ -49,11 +51,17 @@
 %description emacs
 This Package contains the Smalltalk mode for Emacs.
 
+%package libs
+Summary: Libraries for the GNU Smalltalk package
+Group: Development/Libraries
+%description libs
+This Package contains the Libraires for the GNU Smalltalk system.
+
 %package devel
 Summary: Development Stuff for the GNU Smalltalk package
 Group: Development/Libraries
-Requires: %{name} = %{version}
-Requires: automake
+Requires: %{name}-libs = %{version}-%{release}
+#Requires: automake
 Requires: pkgconfig
 %description devel
 This Package contains header files and other stuff provided by
@@ -118,10 +126,6 @@
 %{_bindir}/gst-reload
 %{_bindir}/gst-sunit
 
-%{_libdir}/libgst.so.*
-
-%{_libdir}/gnu-smalltalk/
-
 %{_infodir}/gst.info*
 %{_infodir}/gst-*.info*
 
@@ -130,6 +134,11 @@
 %doc AUTHORS COPYING COPYING.DOC COPYING.LIB ChangeLog 
 %doc NEWS README THANKS TODO
 
+%files libs
+%{_libdir}/libgst.so.*
+
+%{_libdir}/gnu-smalltalk/
+
 %files devel
 %defattr(-,root,root,-)
 %{_bindir}/gst-config
@@ -146,6 +155,9 @@
 %{_datadir}/emacs/site-lisp/*
 
 %changelog
+* Mon Oct 22 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.3.6-3
+- Create new subpackage to solve mulitlib issue (#341341)
+
 * Sun Sep  9 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.3.6-2
 - Remove build path from gst.im
 - Temporarly disable ppc64




More information about the fedora-extras-commits mailing list