SPECS: ode.spec - patch checked - it works - change libode.so to l...

lisu lisu at pld-linux.org
Sat Jun 23 20:26:20 CEST 2007


Author: lisu                         Date: Sat Jun 23 18:26:20 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- patch checked - it works
- change libode.so to libode.so.0

---- Files affected:
SPECS:
   ode.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/ode.spec
diff -u SPECS/ode.spec:1.12 SPECS/ode.spec:1.13
--- SPECS/ode.spec:1.12	Sat Jun 23 18:39:40 2007
+++ SPECS/ode.spec	Sat Jun 23 20:26:14 2007
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):	ODE jest biblioteką służącą do symulacji dynamiki bryły sztywnej
 Name:		ode
 Version:	0.8
-Release:	0.1
+Release:	1
 Epoch:		1
 License:	LGPL
 Group:		Libraries
@@ -61,11 +61,15 @@
 %prep
 %setup -q
 %ifarch %{ix86}
-# somebody must check this path on ix86 arch
-#%%patch0 -p1
+%patch0 -p1
 %endif
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -75,6 +79,8 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+mv $RPM_BUILD_ROOT%{_libdir}/libode.so $RPM_BUILD_ROOT%{_libdir}/libode.so.0
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -89,7 +95,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %doc ode/{README,TODO} ode/doc/{main.dox,pix}
-%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/lib*.so.0
 %{_includedir}/*
 
 %files static
@@ -102,6 +108,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2007/06/23 18:26:14  lisu
+- patch checked - it works
+- change libode.so to libode.so.0
+
 Revision 1.12  2007/06/23 16:39:40  lisu
 - 0.8
 - zip package
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ode.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list