Hello community,

here is the log from the commit of package liboauth for openSUSE:Factory 
checked in at 2017-09-05 16:06:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liboauth (Old)
 and      /work/SRC/openSUSE:Factory/.liboauth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liboauth"

Tue Sep  5 16:06:43 2017 rev:14 rq:519605 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/liboauth/liboauth.changes        2017-08-24 
18:19:44.889353286 +0200
+++ /work/SRC/openSUSE:Factory/.liboauth.new/liboauth.changes   2017-09-05 
16:06:48.138144214 +0200
@@ -1,0 +2,6 @@
+Fri Aug 25 14:14:02 UTC 2017 - [email protected]
+
+- RPM group fixes. Remove redundant %clean section. Replace
+  %__-type macro indirections.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ liboauth.spec ++++++
--- /var/tmp/diff_new_pack.OZTgaP/_old  2017-09-05 16:06:49.873900133 +0200
+++ /var/tmp/diff_new_pack.OZTgaP/_new  2017-09-05 16:06:49.877899571 +0200
@@ -22,7 +22,7 @@
 License:        MIT
 Summary:        OAuth library
 Url:            http://liboauth.sourceforge.net/
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 BuildRequires:  pkg-config
 BuildRequires:  libcurl-devel
 BuildRequires:  libopenssl-devel
@@ -42,8 +42,7 @@
 
 %define libname liboauth0
 %package -n %{libname}
-Group:          Development/Libraries/C and C++
-#
+Group:          System/Libraries
 Summary:        Shared library from liboauth
 %description -n %{libname}
 liboauth is a collection of c functions implementing the http://oauth.net API.
@@ -78,10 +77,10 @@
 sed -i -e '/^Libs.private/d' -e '/^Requires.private/d' oauth.pc.in
 autoreconf --force --install
 %configure --disable-static --with-pic
-%{__make} %{?_smp_flags} all
+make %{?_smp_flags} all
 
 %install
-%{__make} install DESTDIR=%{buildroot}
+make install DESTDIR=%{buildroot}
 # empty dependency libs
 rm -f %{buildroot}%{_libdir}/liboauth.la
 
@@ -89,9 +88,6 @@
 
 %postun -n %{libname} -p /sbin/ldconfig
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -n %{libname}
 %defattr(-,root,root)
 %doc AUTHORS COPYING* README


Reply via email to