Author: qboosh Date: Sat May 27 08:50:22 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - merged ac/am/lt rebuild and beagle bcond (but on by default) from AC-branch - BR: ac,am,lt
---- Files affected: SPECS: bonfire.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/bonfire.spec diff -u SPECS/bonfire.spec:1.3 SPECS/bonfire.spec:1.4 --- SPECS/bonfire.spec:1.3 Mon May 22 23:50:17 2006 +++ SPECS/bonfire.spec Sat May 27 10:50:17 2006 @@ -1,16 +1,22 @@ # $Revision$, $Date$ +# +# Conditinal build: +%bcond_without beagle # disable beagle search +# Summary: Disc burning application for GNOME Summary(pl): Program do wypalania dysków dla GNOME Name: bonfire Version: 0.3.1 -Release: 1 +Release: 3 License: GPL v2 Group: X11/Applications Source0: http://perso.wanadoo.fr/bonfire/%{name}-%{version}.tar.bz2 # Source0-md5: db94c7ae5ac5c27cf7d66fafc3654f4f Patch0: %{name}-desktop.patch URL: http://perso.wanadoo.fr/bonfire/ -BuildRequires: beagle-devel >= 0.1.0 +BuildRequires: autoconf +BuildRequires: automake +%{?with_beagle:BuildRequires: beagle-devel >= 0.1.0} BuildRequires: dbus-glib-devel >= 0.30 BuildRequires: gdl-devel >= 0.6.0 BuildRequires: gnome-vfs2-devel >= 2.12.0 @@ -21,6 +27,7 @@ BuildRequires: intltool >= 0.25 BuildRequires: libgnomeui-devel >= 2.10.0 BuildRequires: libnotify-devel >= 0.3.0 +BuildRequires: libtool BuildRequires: libxml2-devel >= 2.6.0 BuildRequires: nautilus-cd-burner-devel >= 2.12.0 BuildRequires: pkgconfig @@ -42,7 +49,13 @@ %patch0 -p1 %build -%configure +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure \ + %{!?with_beagle:--disable-search} %{__make} %install @@ -76,8 +89,23 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2006/05/27 08:50:17 qboosh +- merged ac/am/lt rebuild and beagle bcond (but on by default) from AC-branch +- BR: ac,am,lt + Revision 1.3 2006/05/22 21:50:17 qboosh - added X11 to Group + +Revision 1.2.2.3 2006/05/19 07:35:00 baggins +- release 3 + +Revision 1.2.2.2 2006/05/19 07:28:03 baggins +- ac/am/lt rebuild for amd64 + +Revision 1.2.2.1 2006/05/19 07:24:05 baggins +- rel 2 +- beagle bcond +- fixed reqs Revision 1.2 2006/05/18 17:20:54 freetz - 0.3.1, dropped include patch (fixed upstream) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/bonfire.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
