[libgdata] Tighten the .so glob to avoid accidental soname bumps

Kalev Lember kalev at fedoraproject.org
Wed May 28 10:03:30 UTC 2014


commit c1e02b594d4b83b57c015f78ffbd913ec8bb64c2
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed May 28 09:52:46 2014 +0200

    Tighten the .so glob to avoid accidental soname bumps

 libgdata.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgdata.spec b/libgdata.spec
index 4197fab..55796d8 100644
--- a/libgdata.spec
+++ b/libgdata.spec
@@ -68,12 +68,12 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 %files -f gdata.lang
 %doc COPYING NEWS README AUTHORS
-%{_libdir}/*.so.*
+%{_libdir}/libgdata.so.19*
 %{_libdir}/girepository-1.0/GData-0.0.typelib
 
 %files devel
 %{_includedir}/*
-%{_libdir}/*.so
+%{_libdir}/libgdata.so
 %{_libdir}/pkgconfig/%{name}.pc
 %{_datadir}/gtk-doc/
 %{_datadir}/gir-1.0/GData-0.0.gir


More information about the scm-commits mailing list