Hello community,

here is the log from the commit of package svrcore for openSUSE:Factory checked 
in at 2016-12-03 18:26:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/svrcore (Old)
 and      /work/SRC/openSUSE:Factory/.svrcore.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "svrcore"

Changes:
--------
--- /work/SRC/openSUSE:Factory/svrcore/svrcore.changes  2016-11-23 
13:37:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.svrcore.new/svrcore.changes     2016-12-03 
18:26:43.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Nov 22 23:40:19 UTC 2016 - [email protected]
+
+- Remove redundant pkgconfig requires, it is already autodetected.
+  RPM group classification fix. Minor macro cleanup.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ svrcore.spec ++++++
--- /var/tmp/diff_new_pack.cmeAxI/_old  2016-12-03 18:26:44.000000000 +0100
+++ /var/tmp/diff_new_pack.cmeAxI/_new  2016-12-03 18:26:44.000000000 +0100
@@ -24,7 +24,7 @@
 Release:        0
 Summary:        Secure PIN handling using NSS crypto
 License:        MPL-1.1 or GPL-2.0+ or LGPL-2.1+
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 Url:            https://pagure.io/svrcore
 # http://directory.fedoraproject.org/docs/389ds/development/source.html
 Source0:        
http://directory.fedoraproject.org/binaries/%{name}-%{version}.tar.bz2
@@ -41,11 +41,10 @@
 
 
 %package -n %{libpackage}
-
 Summary:        Secure PIN handling using NSS crypto
 Group:          System/Libraries
 
-%description -n libsvrcore0
+%description -n %{libpackage}
 svrcore provides applications with several ways to handle secure PIN storage
 e.g. in an application that must be restarted, but needs the PIN to unlock
 the private key and other crypto material, without user intervention.  svrcore
@@ -54,11 +53,10 @@
 
 %package devel
 Summary:        Development files for secure PIN handling using NSS crypto
-Group:          Development/Libraries/Other
+Group:          Development/Libraries/C and C++
 Requires:       %{libpackage} = %{version}-%{release}
 Requires:       mozilla-nspr-devel
 Requires:       mozilla-nss-devel
-Requires:       pkgconfig
 
 %description devel
 svrcore provides applications with several ways to handle secure PIN storage
@@ -80,10 +78,10 @@
 %configure
 %endif
 
-%__make
+make
 
 %install
-%makeinstall
+%make_install
 rm -f $RPM_BUILD_ROOT%{_libdir}/libsvrcore.a
 rm -f $RPM_BUILD_ROOT%{_libdir}/libsvrcore.la
 


Reply via email to