rpms/oorexx/F-10 oorexx.spec,1.11,1.12

Gérard Milmeister gemi at fedoraproject.org
Sun Aug 9 12:50:12 UTC 2009


Author: gemi

Update of /cvs/pkgs/rpms/oorexx/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5339/F-10

Modified Files:
	oorexx.spec 
Log Message:
moved .so libraries to -libs


Index: oorexx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/oorexx/F-10/oorexx.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- oorexx.spec	8 Aug 2009 17:02:49 -0000	1.11
+++ oorexx.spec	9 Aug 2009 12:50:11 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           oorexx
 Version:        4.0.0
-Release:        1.4801%{?dist}
+Release:        2.4801%{?dist}
 Summary:        Open Object Rexx
 
 Group:          Development/Languages
@@ -10,7 +10,6 @@ Source0:        http://switch.dl.sourcef
 Source1:        http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}-beta-pdf.zip
 Patch0:         oorexx-paths.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-#ExcludeArch:    x86_64 ppc64
 
 
 %description
@@ -57,6 +56,9 @@ unzip -qo %{SOURCE1}
 
 
 %build
+CXXFLAGS=$(echo %optflags | sed 's/-O./-O1/g')
+CFLAGS=$(echo %optflags | sed 's/-O./-O1/g')
+export CXXFLAGS CFLAGS
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -109,17 +111,19 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/*
-%{_libdir}/lib*.so
 %{_bindir}/oorexx-config
 
 
 %files libs
 %defattr(-,root,root,-)
 %doc CPLv1.0.txt
-%{_libdir}/lib*.so.*
+%{_libdir}/lib*.so*
 
 
 %changelog
+* Sun Aug  9 2009 Gerard Milmeister <gemi at bluewin.ch> - 4.0.0-2.4801
+- moved .so libraries to -libs
+
 * Sat Aug  8 2009 Gerard Milmeister <gemi at bluewin.ch> - 4.0.0-1.4801
 - new release 4.0.0
 




More information about the scm-commits mailing list