Hello community, here is the log from the commit of package xsel for openSUSE:Factory checked in at 2012-01-25 12:19:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xsel (Old) and /work/SRC/openSUSE:Factory/.xsel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xsel", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/xsel/xsel.changes 2011-09-23 12:52:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xsel.new/xsel.changes 2012-01-25 12:19:33.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Nov 3 09:06:49 UTC 2011 - [email protected] + +- build fixes for SLE_10 and SLE_11 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xsel.spec ++++++ --- /var/tmp/diff_new_pack.izVTUa/_old 2012-01-25 12:19:34.000000000 +0100 +++ /var/tmp/diff_new_pack.izVTUa/_new 2012-01-25 12:19:34.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package xsel (Version 1.2.0) +# spec file for package xsel # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 Guido Berhoerster. # # All modifications and additions to the file contributed by third parties @@ -24,35 +24,39 @@ Release: 1 License: MIT Group: System/X11/Utilities -AutoReqProv: on Source: http://www.kfish.org/software/xsel/download/xsel-%{version}.tar.gz Url: http://www.kfish.org/software/xsel/ BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} > 0 && 0%{?suse_version} < 1000 +BuildRequires: XFree86-devel +%else BuildRequires: xorg-x11-devel -Requires: xorg-x11 +%endif %description XSel is a command-line program for getting and setting the contents of the X selection. Normally this is only accessible by manually highlighting information and pasting it with the middle mouse button. - -Authors: --------- - Conrad Parker <[email protected]> - %prep %setup -q %build -%configure +%if 0%{?suse_version} > 0 && 0%{?suse_version} < 1100 +export CFLAGS="%{optflags} -L%{_usr}/X11R6/%{_lib} -lX11" +%endif +%configure \ +%if 0%{?suse_version} > 0 && 0%{?suse_version} < 1100 + --x-includes="%{_usr}/X11R6/include" +%endif + make %{?_smp_mflags} %install -%make_install +make DESTDIR="%{buildroot}" install %clean -rm -rf $RPM_BUILD_ROOT +%{?buildroot:%__rm -rf "%{buildroot}"} %files %defattr(-,root,root,-) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
