[gvfs] Fix filelists

Richard Hughes rhughes at fedoraproject.org
Tue Dec 17 12:33:10 UTC 2013


commit 45b23c6993b992249f0b8605f676af5623bf5579
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Dec 17 12:33:16 2013 +0000

    Fix filelists

 gvfs.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gvfs.spec b/gvfs.spec
index 95b9487..68a9d14 100644
--- a/gvfs.spec
+++ b/gvfs.spec
@@ -182,7 +182,7 @@ make %{?_smp_mflags} V=1
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
-rm $RPM_BUILD_ROOT%{_libdir}/*.la
+rm $RPM_BUILD_ROOT%{_libdir}/gvfs/*.la
 rm $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
 
 # trashlib is GPLv3, include the license
@@ -256,7 +256,8 @@ update-desktop-database >&/dev/null || :
 %dir %{_datadir}/bash-completion
 %dir %{_datadir}/bash-completion/completions
 %{_datadir}/bash-completion/completions/gvfs
-%{_libdir}/libgvfscommon.so.*
+%{_libdir}/gvfs/libgvfscommon.so
+%{_libdir}/gvfs/libgvfsdaemon.so
 %{_libdir}/gio/modules/libgioremote-volume-monitor.so
 %{_libdir}/gio/modules/libgvfsdbus.so
 %{_libexecdir}/gvfsd
@@ -303,7 +304,6 @@ update-desktop-database >&/dev/null || :
 %dir %{_includedir}/gvfs-client/gvfs
 %{_includedir}/gvfs-client/gvfs/gvfsurimapper.h
 %{_includedir}/gvfs-client/gvfs/gvfsuriutils.h
-%{_libdir}/libgvfscommon.so
 
 
 %files fuse


More information about the scm-commits mailing list