Hello community, here is the log from the commit of package libfreefare for openSUSE:Factory checked in at 2015-03-25 21:05:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfreefare (Old) and /work/SRC/openSUSE:Factory/.libfreefare.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfreefare" Changes: -------- --- /work/SRC/openSUSE:Factory/libfreefare/libfreefare.changes 2014-01-03 19:44:08.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libfreefare.new/libfreefare.changes 2015-03-25 21:32:51.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Mar 17 21:13:52 UTC 2015 - [email protected] + +- Place new homepage URL and use source URL. + +------------------------------------------------------------------- Old: ---- libfreefare-0.4.0.tar.xz New: ---- libfreefare-0.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfreefare.spec ++++++ --- /var/tmp/diff_new_pack.lMIbUW/_old 2015-03-25 21:32:52.000000000 +0100 +++ /var/tmp/diff_new_pack.lMIbUW/_new 2015-03-25 21:32:52.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libfreefare # -# Copyright (c) 2013 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 @@ -23,22 +23,22 @@ Group: Development/Libraries/C and C++ Version: 0.4.0 Release: 0 -Url: http://code.google.com/p/nfc-tools/ +Url: https://github.com/nfc-tools/libfreefare/ -#Git-Clone: http://code.google.com/p/libfreefare/ -Source: %name-%version.tar.xz +#Git-Clone: git://github.com/nfc-tools/libfreefare/ +Source: https://github.com/nfc-tools/libfreefare/archive/%name-%version.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: xz -%if 0%{?suse_version} >= 1140 || 0%{?fedora_version} -BuildRequires: pkgconfig(libcrypto) -BuildRequires: pkgconfig(libnfc) >= 1.7.0 -%else +%if 0%{?suse_version} == 1110 BuildRequires: libnfc-devel >= 1.7.0 BuildRequires: libopenssl-devel +%else +BuildRequires: pkgconfig(libcrypto) +BuildRequires: pkgconfig(libnfc) >= 1.7.0 %endif %description @@ -84,7 +84,7 @@ inspecting and manipulating Mifare cards. %prep -%setup -q +%setup -qn %name-%name-%version %build if [ ! -e configure ]; then @@ -95,7 +95,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]
