SPECS: ode.spec - fixed packaging

qboosh qboosh at pld-linux.org
Sat Jul 7 09:43:15 CEST 2007


Author: qboosh                       Date: Sat Jul  7 07:43:15 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed packaging

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

---- Diffs:

================================================================
Index: SPECS/ode.spec
diff -u SPECS/ode.spec:1.13 SPECS/ode.spec:1.14
--- SPECS/ode.spec:1.13	Sat Jun 23 20:26:14 2007
+++ SPECS/ode.spec	Sat Jul  7 09:43:10 2007
@@ -80,6 +80,7 @@
 	DESTDIR=$RPM_BUILD_ROOT
 
 mv $RPM_BUILD_ROOT%{_libdir}/libode.so $RPM_BUILD_ROOT%{_libdir}/libode.so.0
+ln -sf libode.so.0 $RPM_BUILD_ROOT%{_libdir}/libode.so
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -90,17 +91,18 @@
 %files
 %defattr(644,root,root,755)
 %doc CHANGELOG.txt README.txt
+%attr(755,root,root) %{_libdir}/libode.so.0
 
 %files devel
 %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.0
-%{_includedir}/*
+%attr(755,root,root) %{_bindir}/ode-config
+%attr(755,root,root) %{_libdir}/libode.so
+%{_includedir}/ode
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libode.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -108,6 +110,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2007/07/07 07:43:10  qboosh
+- fixed packaging
+
 Revision 1.13  2007/06/23 18:26:14  lisu
 - patch checked - it works
 - change libode.so to libode.so.0
================================================================

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



More information about the pld-cvs-commit mailing list