SPECS: soprano.spec - .so symlink moved to -devel - use verbose ma...
qboosh
qboosh at pld-linux.org
Sun Jun 3 12:14:25 CEST 2007
Author: qboosh Date: Sun Jun 3 10:14:25 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- .so symlink moved to -devel
- use verbose makefile (don't hide commands)
---- Files affected:
SPECS:
soprano.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/soprano.spec
diff -u SPECS/soprano.spec:1.4 SPECS/soprano.spec:1.5
--- SPECS/soprano.spec:1.4 Sun Jun 3 10:58:52 2007
+++ SPECS/soprano.spec Sun Jun 3 12:14:19 2007
@@ -52,11 +52,12 @@
cd build
%cmake \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+ -DCMAKE_VERBOSE_MAKEFILE=1 \
-DQT_QMAKE_EXECUTABLE=%{_bindir}/qt4-qmake \
%if "%{_lib}" == "lib64"
-DLIB_SUFFIX=64 \
%endif
- ../
+ ..
%{__make}
@@ -74,12 +75,14 @@
%files
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/*.so*
+%attr(755,root,root) %{_libdir}/libsoprano.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libsoprano.so.3
%dir %{_libdir}/soprano
-%attr(755,root,root) %{_libdir}/soprano/*.so
+%attr(755,root,root) %{_libdir}/soprano/libsoprano_redlandbackend.so
%files devel
%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libsoprano.so
%dir %{_includedir}/soprano
%{_includedir}/soprano/*.h
@@ -89,6 +92,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2007/06/03 10:14:19 qboosh
+- .so symlink moved to -devel
+- use verbose makefile (don't hide commands)
+
Revision 1.4 2007/06/03 08:58:52 qboosh
- pl
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/soprano.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list