Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4afbc05edb | ||
|
|
be3db5a557 | ||
|
|
c433f6557c |
3 changed files with 5 additions and 23 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue