]> git.pld-linux.org Git - packages/soprano.git/commitdiff
- .so symlink moved to -devel
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 3 Jun 2007 10:14:19 +0000 (10:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use verbose makefile (don't hide commands)

Changed files:
    soprano.spec -> 1.5

soprano.spec

index ecb7a17b87dd4715e0764bf7f6ae516bdd7a1871..961354ccbbfacfab60b431cf33165af5eaaed464 100644 (file)
@@ -51,11 +51,12 @@ install -d build
 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}
 
@@ -73,11 +74,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %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
This page took 0.04083 seconds and 4 git commands to generate.