Hello community,

here is the log from the commit of package libu2f-host for openSUSE:Factory 
checked in at 2015-10-14 16:44:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libu2f-host (Old)
 and      /work/SRC/openSUSE:Factory/.libu2f-host.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libu2f-host"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libu2f-host/libu2f-host.changes  2015-09-08 
18:01:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libu2f-host.new/libu2f-host.changes     
2015-10-14 16:44:25.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Oct  6 11:16:30 UTC 2015 - [email protected]
+
+- Remove fix in u2f-host/u2f-host.h
+- Cleanup .spec file
+
+-------------------------------------------------------------------

New:
----
  libu2f-host-1.0.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libu2f-host.spec ++++++
--- /var/tmp/diff_new_pack.7I3mkp/_old  2015-10-14 16:44:26.000000000 +0200
+++ /var/tmp/diff_new_pack.7I3mkp/_new  2015-10-14 16:44:26.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for libu2f-host
+# spec file for package libu2f-host
 #
-# Copyright (c) 2015 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
@@ -15,24 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define soname  0
 
+%define soname  0
 Name:           libu2f-host
 Version:        1.0.0
 Release:        0
 Summary:        Yubico Universal 2nd Factor (U2F) Host C Library
-Group:          Productivity/Networking/Security
 License:        GPL-3.0+
+Group:          Productivity/Networking/Security
 Url:            https://developers.yubico.com/
 Source0:        
https://developers.yubico.com/libu2f-host/Releases/%{name}-%{version}.tar.xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkg-config
-BuildRequires:  libtool
+Source1:        
https://developers.yubico.com/libu2f-host/Releases/%{name}-%{version}.tar.xz.sig
 BuildRequires:  libhidapi-devel 
+BuildRequires:  libtool
 BuildRequires:  libzip
 BuildRequires:  openssl-devel
-BuildRequires:  pkgconfig(json-c) => 0.10
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(json-c) >= 0.10
 BuildRequires:  pkgconfig(openssl) 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 libu2f-host provide a command-line tool that implements
@@ -79,17 +80,12 @@
 
 %build 
 %configure --disable-static --with-openssl
-# --disable-rpath doesn't work for the configure script
-%{__sed} -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' 
libtool
-%{__sed} -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-# Fix path in u2f-host/u2f-host.h
-%{__sed} -i 's|^#include <u2f-host|#include <u2f-host/u2f-host|g' 
u2f-host/u2f-host.h
-%{__make}   %{?_smp_mflags}
+make   %{?_smp_mflags}
 
 %install
-%{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
-find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
-%{__mkdir} -pv %{buildroot}%{_udevrulesdir}
+make install DESTDIR=%{buildroot} INSTALL="install -p"
+find %{buildroot} -type f -name "*.la" -delete -print
+mkdir -pv %{buildroot}%{_udevrulesdir}
 install -D -m 644  ${RPM_BUILD_DIR}/%{name}-%{version}/70-u2f.rules 
%{buildroot}%{_udevrulesdir}
 
 %post


Reply via email to