SPECS: gnome-wallpaper-tray.spec - add BR and configure options
wolvverine
wolvverine at pld-linux.org
Wed Dec 13 06:08:58 CET 2006
Author: wolvverine Date: Wed Dec 13 05:08:58 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add BR and configure options
---- Files affected:
SPECS:
gnome-wallpaper-tray.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SPECS/gnome-wallpaper-tray.spec
diff -u SPECS/gnome-wallpaper-tray.spec:1.11 SPECS/gnome-wallpaper-tray.spec:1.12
--- SPECS/gnome-wallpaper-tray.spec:1.11 Tue Dec 12 04:48:23 2006
+++ SPECS/gnome-wallpaper-tray.spec Wed Dec 13 06:08:53 2006
@@ -9,8 +9,10 @@
Source0: http://planetearthworm.com/projects/wp_tray/files/wp_tray-%{version}.tar.gz
# Source0-md5: 27b878b8d3864787388b49e934c1ee60
Patch0: %{name}-desktop.patch
-URL: http://earthworm.no-ip.com/wp_tray/
+URL: http://planetearthworm.com/projects/wp_tray/
BuildRequires: automake
+BuildRequires: boost-filesystem-devel
+BuildRequires: boost-regex-devel
BuildRequires: gtk+2-devel >= 2:2.6.3
BuildRequires: libglade2-devel >= 1:2.5.1
BuildRequires: libgnomeui-devel >= 2.10.0-2
@@ -23,7 +25,6 @@
BuildRequires: gnome-panel-devel >= 2.0
BuildRequires: libxml++-devel >= 2.6
BuildRequires: libnotify-devel
-
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -44,8 +45,9 @@
%build
cp -f /usr/share/automake/config.* .
-%configure
-# --with-boostfilesystem=/usr/
+%configure \
+ --with-boostfilesystem=/usr/lib/libboost_filesystem.so \
+ --with-boostregex=/usr/lib/libboost_regex.so
%{__make}
%install
@@ -71,6 +73,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2006/12/13 05:08:53 wolvverine
+- add BR and configure options
+
Revision 1.11 2006/12/12 03:48:23 wolvverine
- up to 0.5.3, NFY
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gnome-wallpaper-tray.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list