From: <nos...@us...> - 2006-08-20 17:00:46
|
Revision: 16906 Author: nosnilmot Date: 2006-08-20 10:00:38 -0700 (Sun, 20 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16906&view=rev Log Message: ----------- Make the gstreamer-devel BuildReq optional and restore some names in the %changelog Modified Paths: -------------- trunk/gaim.spec.in Modified: trunk/gaim.spec.in =================================================================== --- trunk/gaim.spec.in 2006-08-20 16:49:37 UTC (rev 16905) +++ trunk/gaim.spec.in 2006-08-20 17:00:38 UTC (rev 16906) @@ -27,7 +27,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root # Generic build requirements -BuildRequires: libtool, pkgconfig, intltool, gettext, gstreamer-devel +BuildRequires: libtool, pkgconfig, intltool, gettext +%{!?_without_gstreamer:BuildRequires: gstreamer-devel} %{?_with_avahi:BuildRequires: avahi-compat-howl avahi-compat-howl-devel} %{?_with_howl:BuildRequires: howl-devel} %{?_with_silc:BuildRequires: /usr/include/silc/silcclient.h} @@ -179,7 +180,8 @@ %{!?_with_tcl:--disable-tcl} \ %{!?_with_dbus:--disable-dbus} \ %{?_without_gtkspell:--disable-gtkspell} \ - %{?_with_sasl:--enable-cyrus-sasl} + %{?_with_sasl:--enable-cyrus-sasl} \ + %{?_without_gstreamer:--disable-gstreamer} make %{?_smp_mflags} @@ -323,21 +325,25 @@ %endif %changelog -* Tue Aug 15 2006 <the...@us...> +* Sun Aug 20 2006 Stu Tomlinson <st...@no...> +- Make the gstreamer-devel dependency overridable with '--without-gstreamer' + to allow building on older distributions without suitable gstreamer + +* Tue Aug 15 2006 Mark Doliner <the...@us...> - Add a BuildRequire for gstreamer-devel - Remove the BuildRequires for audiofile-devel and libao-devel -* Mon May 8 2006 <the...@us...> +* Mon May 8 2006 Mark Doliner <the...@us...> - Add --with avahi option to compile the gaim-bonjour package against Avahi's Howl compatibility layer -* Wed Mar 29 2006 <st...@no...> +* Wed Mar 29 2006 Stu Tomlinson <st...@no...> - Source RPM uses tar.bz2 now to save space - Update BuildRequires for new intltool dependencies - Add a --with perlmakehack option to allow builds to succeed on RH9 - Add a --with gadugadu to build (separate) gaim-gadugadu package -* Sat Dec 17 2005 <st...@no...> +* Sat Dec 17 2005 Stu Tomlinson <st...@no...> - Add support for beta versions so the subsequent releases are seen as newer by RPM - Split of sametime support to gaim-meanwhile @@ -345,19 +351,19 @@ - Default build to include cyrus-sasl support in Jabber - Add --with dbus to build with DBUS support -* Sun Dec 04 2005 <si...@pr...> +* Sun Dec 04 2005 Christopher O'Brien <si...@pr...> - Added obsoletes gaim-meanwhile -* Sun Oct 30 2005 <st...@no...> +* Sun Oct 30 2005 Stu Tomlinson <st...@no...> - Add separate gaim-bonjour package if built with --with-howl - Add separate gaim-mono package if built with --with-mono - Exclude some unwanted perl files -* Sat Aug 20 2005 <st...@no...> +* Sat Aug 20 2005 Stu Tomlinson <st...@no...> - Include libgaimperl.so - Include gaim.m4 in gaim-devel -* Thu Apr 28 2005 <st...@no...> +* Thu Apr 28 2005 Stu Tomlinson <st...@no...> - Use perl_vendorlib & perl_archlib for better 64bit compat (Jeff Mahoney) - Clean up Requires, most should be auto-detected - Restore gtkspell-devel build requirement (and add --without gtkspell option) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |