Hello community,

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

Package is "libuser"

Wed Aug 16 16:13:05 2017 rev:5 rq:515186 version:0.60

Changes:
--------
--- /work/SRC/openSUSE:Factory/libuser/libuser.changes  2015-08-01 
11:36:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libuser.new/libuser.changes     2017-08-16 
16:13:06.462487152 +0200
@@ -1,0 +2,5 @@
+Tue Aug  8 09:53:44 UTC 2017 - [email protected]
+
+- Fix RPM groups. Replace old $RPM shell vars by macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libuser.spec ++++++
--- /var/tmp/diff_new_pack.VxRGf4/_old  2017-08-16 16:13:07.450348488 +0200
+++ /var/tmp/diff_new_pack.VxRGf4/_new  2017-08-16 16:13:07.466346242 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libuser
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -24,7 +24,7 @@
 Url:            https://fedorahosted.org/libuser/
 Summary:        A user and group account administration library
 License:        LGPL-2.0+
-Group:          System Environment/Base
+Group:          Development/Libraries/C and C++
 Source:         %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cyrus-sasl-devel
@@ -73,12 +73,12 @@
 
 %package devel
 Summary:        Files needed for developing applications which use libuser
-Group:          Development/Libraries
+Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 Requires:       glib2-devel
 
 %description devel
-The libuser-devel package contains header files, static libraries, and other
+The libuser-devel package contains header files and other
 files useful for developing applications with libuser.
 
 %package python
@@ -110,9 +110,9 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+%make_install
 %find_lang %{name}
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la $RPM_BUILD_ROOT%{_libdir}/%{libname}/*.la 
$RPM_BUILD_ROOT%{py_sitedir}/*.la
+rm -f %{buildroot}/%{_libdir}/*.la %{buildroot}/%{_libdir}/%{libname}/*.la 
%{buildroot}/%{py_sitedir}/*.la
 
 %post -n %{libname} -p /sbin/ldconfig
 


Reply via email to