[opensuse-buildservice] package substitution for older products
Hi: Currenly, the following Substitutions needs to be applied to the OBS configs to avoid tons of %if 's %if 0%{?suse_version} < 1030 Substitute: libpcap-devel libpcap Substitute: libelf-devel libelf %endif Will be nice if someone can do this globally, Cheers. Cristian.
On Saturday 04 August 2007 23:11:57 wrote Cristian Rodriguez R.:
Hi:
Currenly, the following Substitutions needs to be applied to the OBS configs to avoid tons of %if 's
%if 0%{?suse_version} < 1030 Substitute: libpcap-devel libpcap Substitute: libelf-devel libelf %endif
Will be nice if someone can do this globally,
done, thanks a lot for this. Does someone else have such mappings which should become global ? -- Adrian Schroeter SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) email: adrian@suse.de --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On 8/6/07, Adrian Schröter <adrian@suse.de> wrote:
Does someone else have such mappings which should become global ?
Here is one: %if 0%{?suse_version} < 1030 Substitute: metacity-devel metacity %endif Thanks -J --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Monday 06 August 2007 09:46:29 wrote CyberOrg:
On 8/6/07, Adrian Schröter <adrian@suse.de> wrote:
Does someone else have such mappings which should become global ?
Here is one:
%if 0%{?suse_version} < 1030 Substitute: metacity-devel metacity %endif
added, thanks -- Adrian Schroeter SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) email: adrian@suse.de --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On 06-08-2007 at 10:38, Adrian Schröter <adrian@suse.de> wrote: On Saturday 04 August 2007 23:11:57 wrote Cristian Rodriguez R.: Hi:
Currenly, the following Substitutions needs to be applied to the OBS configs to avoid tons of %if 's
%if 0%{?suse_version} < 1030 Substitute: libpcap-devel libpcap Substitute: libelf-devel libelf %endif
Will be nice if someone can do this globally,
done, thanks a lot for this.
Does someone else have such mappings which should become global ?
SDL_ttf-devel (as in 10.3) has to be substituded with SDL_ttf on older versions. Dominique TMF is a global management and accounting outsourcing firm with 72 offices in 56 countries and over 2,000 professionals. TMF is expanding rapidly throughout the world. Learn more about our unique network and our services and visit our website at www.tmf-group.com. The information contained in this e-mail communication is confidential and solely intended for the person to whom it is addressed. If someone other than the intended recipient should receive or come into possession of this e-mail communication, he/she will not be entitled to read, disseminate, disclose or duplicate it. If you are not the intended recipient, you are requested to notify the sender and to destroy the original e-mail communication. TMF is neither liable for the correct and complete transmission of the information contained in this e-mail communication nor for any delay in its receipt. This footnote also confirms that this email message has been checked for the presence of computer viruses. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Monday 06 August 2007 10:02:27 wrote Dominique Leuenberger:
On 06-08-2007 at 10:38, Adrian Schröter <adrian@suse.de> wrote:
On Saturday 04 August 2007 23:11:57 wrote Cristian Rodriguez R.:
Hi:
Currenly, the following Substitutions needs to be applied to the
OBS
configs to avoid tons of %if 's
%if 0%{?suse_version} < 1030 Substitute: libpcap-devel libpcap Substitute: libelf-devel libelf %endif
Will be nice if someone can do this globally,
done, thanks a lot for this.
Does someone else have such mappings which should become global ?
SDL_ttf-devel (as in 10.3) has to be substituded with SDL_ttf on older versions.
added -- Adrian Schroeter SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) email: adrian@suse.de --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Adrian Schröter wrote:
Does someone else have such mappings which should become global ?
Excerpt from GNOME:STABLE and GNOME:UNSTABLE: %if %suse_version <= 1020 Substitute: libexpat-devel expat Substitute: libopenssl-devel openssl-devel Substitute: libusb-devel libusb Substitute: texlive-devel tetex Substitute: texlive tetex Substitute: libbz2-devel bzip2 Substitute: xorg-x11-server-extra xorg-x11-server Substitute: graphviz-gd graphviz # Bug fixes: Substitute: cups-devel cups-devel openssl-devel Substitute: transfig transfig ghostscript-fonts-std ghostscript-library %endif %if %suse_version <= 1010 Substitute: DirectFB-devel DirectFB Substitute: linux-kernel-headers kernel-source Substitute: libqt4-devel qt-devel Substitute: dbus-1-glib-devel dbus-1-glib dbus-1-devel # Bug fixes: Substitute: libcdaudio-devel libcdaudio-devel libcdaudio %endif -- Best Regards / S pozdravem, Stanislav Brabec software developer --------------------------------------------------------------------- SUSE LINUX, s. r. o. e-mail: sbrabec@suse.cz Lihovarská 1060/12 tel: +420 284 028 966 190 00 Praha 9 fax: +420 284 028 951 Czech Republic http://www.suse.cz/ --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Monday 06 August 2007 13:39:15 wrote Stanislav Brabec:
Adrian Schröter wrote:
Does someone else have such mappings which should become global ?
Excerpt from GNOME:STABLE and GNOME:UNSTABLE:
this do already exist in the global config.
%if %suse_version <= 1020 Substitute: libexpat-devel expat Substitute: libopenssl-devel openssl-devel Substitute: libusb-devel libusb Substitute: texlive-devel tetex Substitute: texlive tetex Substitute: libbz2-devel bzip2 Substitute: xorg-x11-server-extra xorg-x11-server Substitute: graphviz-gd graphviz # Bug fixes: Substitute: cups-devel cups-devel openssl-devel Substitute: transfig transfig ghostscript-fonts-std ghostscript-library %endif %if %suse_version <= 1010 Substitute: DirectFB-devel DirectFB Substitute: linux-kernel-headers kernel-source Substitute: libqt4-devel qt-devel Substitute: dbus-1-glib-devel dbus-1-glib dbus-1-devel # Bug fixes: Substitute: libcdaudio-devel libcdaudio-devel libcdaudio %endif
-- Adrian Schroeter SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) email: adrian@suse.de --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (6)
-
Adrian Schröter
-
Cristian Rodriguez
-
Cristian Rodriguez R.
-
CyberOrg
-
Dominique Leuenberger
-
Stanislav Brabec