Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Fedora Release Engineering
4afbc05edb dist-git conversion 2010-07-29 15:25:34 +00:00
Denis Leroy
be3db5a557 Added libboost_system to make new DSO link happy 2010-02-18 07:27:03 +00:00
Jesse Keating
c433f6557c Initialize branch F-13 for wp_tray 2010-02-17 03:27:50 +00:00
3 changed files with 5 additions and 23 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: wp_tray
# $Id: Makefile,v 1.1 2006/01/18 20:47:08 ivazquez Exp $
NAME := wp_tray
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -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 for changing your wallpaper.
%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@poolshark.org> - 0.5.3-13
- Added libboost_system to make new DSO link happy
* Fri Jan 22 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0.5.3-12
- Rebuild for Boost soname bump