Hello community, here is the log from the commit of package libnfc for openSUSE:Factory checked in at 2015-03-25 21:05:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libnfc (Old) and /work/SRC/openSUSE:Factory/.libnfc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnfc" Changes: -------- --- /work/SRC/openSUSE:Factory/libnfc/libnfc.changes 2014-08-18 11:24:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libnfc.new/libnfc.changes 2015-03-25 21:32:52.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Mar 17 20:44:45 UTC 2015 - [email protected] + +- Restore build on SLE11. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnfc.spec ++++++ --- /var/tmp/diff_new_pack.HuRhUK/_old 2015-03-25 21:32:52.000000000 +0100 +++ /var/tmp/diff_new_pack.HuRhUK/_new 2015-03-25 21:32:52.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libnfc # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,12 +33,12 @@ #BuildRequires: libtool >= 2 BuildRequires: pkgconfig BuildRequires: readline-devel -%if 0%{?suse_version} >= 1140 || 0%{?fedora_version} +%if 0%{?suse_version} == 1110 +BuildRequires: libusb-devel +BuildRequires: pcsc-lite-devel +%else BuildRequires: pkgconfig(libpcsclite) BuildRequires: pkgconfig(libusb) -%else -BuildRequires: libusb-compat-devel -BuildRequires: pcsc-lite-devel %endif %description @@ -67,8 +67,10 @@ License: LGPL-3.0+ and GPL-2.0+ Group: Development/Libraries/C and C++ Requires: %lname = %version -%if !(0%{?suse_version} >= 1140 || 0%{?fedora_version}) -Requires: libusb-compat-devel +%if 0%{?suse_version} == 1110 +# The include files don't need it, but libnfc.pc does. And pkgconfig() +# did not yet exist in SLE11. +Requires: libusb-devel %endif %description devel @@ -108,7 +110,7 @@ %install b="%buildroot"; -make install DESTDIR="$b"; +%make_install rm -f "$b/%_libdir"/*.la; %post -n %lname -p /sbin/ldconfig -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
