rpms/wp_tray/devel wp_tray.spec,1.18,1.19

Denis Leroy denis at fedoraproject.org
Thu Feb 18 07:25:53 UTC 2010


Author: denis

Update of /cvs/pkgs/rpms/wp_tray/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25332

Modified Files:
	wp_tray.spec 
Log Message:
Added libboost_system to make new DSO link happy


Index: wp_tray.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wp_tray/devel/wp_tray.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- wp_tray.spec	21 Jan 2010 20:23:26 -0000	1.18
+++ wp_tray.spec	18 Feb 2010 07:25:53 -0000	1.19
@@ -1,6 +1,6 @@
 Name:           wp_tray
 Version:        0.5.3
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        A wallpaper-changing applet for GNOME
 
 Group:          Amusements/Graphics
@@ -29,7 +29,7 @@ Wallpaper Tray is a GNOME applet used fo
 %patch3 -p1 -b .missingdir
 
 %build
-%configure --with-boostfilesystem=%{_libdir}/libboost_filesystem.so \
+%configure --with-boostfilesystem='%{_libdir}/libboost_filesystem.so %{_libdir}/libboost_system.so' \
   --with-boostregex=%{_libdir}/libboost_regex.so
 make %{?_smp_mflags}
 
@@ -71,6 +71,9 @@ fi
 %{_sysconfdir}/gconf/schemas/*.schemas
 
 %changelog
+* Thu Feb 18 2010 Denis Leroy <denis at poolshark.org> - 0.5.3-13
+- Added libboost_system to make new DSO link happy
+
 * Fri Jan 22 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 0.5.3-12
 - Rebuild for Boost soname bump
 



More information about the scm-commits mailing list