]> git.pld-linux.org Git - packages/libdv.git/commitdiff
- track soname
authorElan Ruusamäe <glen@delfi.ee>
Sun, 5 Jan 2014 13:23:34 +0000 (15:23 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 5 Jan 2014 13:23:34 +0000 (15:23 +0200)
libdv.spec

index 957b18aa403cf305688cc2398382ea81400bd23a..88afe3b5648cfa4ae726fef588ce437d19bb977e 100644 (file)
@@ -3,7 +3,7 @@
 %bcond_without gui             # don't build gui stuff
 %bcond_with    mmx             # use MMX asm (won't run on non-MMX CPU!)
 %bcond_without static_libs     # don't build static library
-#
+
 %ifarch athlon pentium3 pentium4 %{x8664}
 %define                with_mmx        1
 %endif
@@ -124,7 +124,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README.* TODO
 %attr(755,root,root) %{_libdir}/libdv.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libdv.so.?
+%attr(755,root,root) %ghost %{_libdir}/libdv.so.4
 
 %if %{with gui}
 %files -n dv
This page took 0.177814 seconds and 4 git commands to generate.