[amsn/f17] *sigh*, didn't mean to remove those lines

Sander Hoentjen tjikkun at fedoraproject.org
Mon Jul 16 19:51:19 UTC 2012


commit 5ef034fae5bee6639d9bcc615d2f36c3a0dcde9c
Author: Sander Hoentjen <sander at hoentjen.eu>
Date:   Mon Jul 16 21:51:06 2012 +0200

    *sigh*, didn't mean to remove those lines

 amsn.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/amsn.spec b/amsn.spec
index ec7c909..cfa89fa 100644
--- a/amsn.spec
+++ b/amsn.spec
@@ -3,7 +3,7 @@
 
 Name:		amsn
 Version:	0.98.9
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	MSN Messenger clone for Linux, Mac and Windows
 
 Group:		Applications/Internet
@@ -57,6 +57,10 @@ rm -r skins/default/winicons
 rm -r plugins/music/MusicWin
 rm plugins/amsnplus/snapshot
 
+# for webcam to work these paths need to be added because we move libs around
+%{__sed} -i 's#\.\./libng/plugins#%{_libdir}/%{name}/utils/capture/libng/plugins#' utils/linux/capture/libng/grab-ng.c
+%{__sed} -i 's#\.\./libng/contrib-plugins#%{_libdir}/%{name}/utils/capture/libng/contrib-plugins#' utils/linux/capture/libng/grab-ng.c
+
 %{__sed} -i 's# utils/BWidget-1.9.0##' Makefile.in
 %{__sed} -i 's#soundcommand "play \\$sound"#soundcommand "aplay -q \\$sound"#' config.tcl
 %{__sed} -i 's#set program_dir \[file dirname \[info script\]\]#set program_dir "%{_datadir}/amsn/"#' amsn amsn-remote amsn-remote-CLI
@@ -132,6 +136,9 @@ fi
 
 
 %changelog
+* Mon Jul 16 2012 Sander Hoentjen <sander at hoentjen.eu> 0.98.9-4
+- *sigh*, didn't mean to remove those lines
+
 * Mon Jul 16 2012 Sander Hoentjen <sander at hoentjen.eu> 0.98.9-3
 - How hard can it be to get this right? Finally did it.
 


More information about the scm-commits mailing list