SPECS: gnome-pilot.spec - added ldadd patch (fixes build with as-n...
grzegol
grzegol at pld-linux.org
Sun Aug 13 22:10:09 CEST 2006
Author: grzegol Date: Sun Aug 13 20:10:09 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added ldadd patch (fixes build with as-needed)
- regenerate al/ac/am
---- Files affected:
SPECS:
gnome-pilot.spec (1.58 -> 1.59)
---- Diffs:
================================================================
Index: SPECS/gnome-pilot.spec
diff -u SPECS/gnome-pilot.spec:1.58 SPECS/gnome-pilot.spec:1.59
--- SPECS/gnome-pilot.spec:1.58 Sun Jun 18 20:33:28 2006
+++ SPECS/gnome-pilot.spec Sun Aug 13 22:10:04 2006
@@ -14,9 +14,11 @@
Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-pilot/2.0/%{name}-%{version}.tar.bz2
# Source0-md5: 662aae1d5915e81e64ee1a6c732c627d
Patch0: %{name}-capplet.patch
+Patch1: %{name}-ldadd.patch
URL: http://www.gnome.org/gnome-pilot/
BuildRequires: GConf2-devel >= 2.14.0
BuildRequires: ORBit2-devel >= 1:2.14.0
+BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gnome-panel-devel >= 2.14.2
BuildRequires: gnome-vfs2-devel >= 2.15.2
@@ -132,9 +134,12 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
-cp -f /usr/share/automake/config.sub .
+%{__aclocal}
+%{__autoconf}
+%{__automake}
%configure \
--enable-usb \
--enable-network
@@ -210,6 +215,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.59 2006/08/13 20:10:04 grzegol
+- added ldadd patch (fixes build with as-needed)
+- regenerate al/ac/am
+
Revision 1.58 2006/06/18 18:33:28 freetz
- rel.5, GNOME 2.15.x deps
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gnome-pilot.spec?r1=1.58&r2=1.59&f=u
More information about the pld-cvs-commit
mailing list