Hello community,

here is the log from the commit of package ima-evm-utils for openSUSE:Factory 
checked in at 2017-11-27 22:18:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ima-evm-utils (Old)
 and      /work/SRC/openSUSE:Factory/.ima-evm-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ima-evm-utils"

Mon Nov 27 22:18:55 2017 rev:12 rq:546015 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ima-evm-utils/ima-evm-utils.changes      
2017-11-10 14:57:21.136176123 +0100
+++ /work/SRC/openSUSE:Factory/.ima-evm-utils.new/ima-evm-utils.changes 
2017-11-27 22:18:57.293450564 +0100
@@ -1,0 +2,5 @@
+Tue Nov 21 08:42:47 UTC 2017 - [email protected]
+
+- Small spec file cleanup with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ima-evm-utils.spec ++++++
--- /var/tmp/diff_new_pack.rk5jzb/_old  2017-11-27 22:18:58.013424433 +0100
+++ /var/tmp/diff_new_pack.rk5jzb/_new  2017-11-27 22:18:58.017424287 +0100
@@ -18,7 +18,6 @@
 
 %define sover 0
 %define libname libimaevm%{sover}
-
 Name:           ima-evm-utils
 Version:        1.0
 Release:        0
@@ -29,7 +28,6 @@
 Source0:        
http://downloads.sourceforge.net/project/linux-ima/ima-evm-utils/%{name}-%{version}.tar.gz
 Patch2:         ima-evm-utils-fix-docbook-xsl-directory.patch
 Patch3:         ima-evm-utils-openssl1.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  asciidoc
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -39,7 +37,7 @@
 BuildRequires:  libtool
 BuildRequires:  libxslt-tools
 BuildRequires:  openssl-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 
 %description
 This package provides the control utility for IMA/EVM (Integrity
@@ -75,7 +73,7 @@
 
 %prep
 %setup -q
-%if %suse_version >= 1315
+%if 0%{?suse_version} >= 1315
 %patch2 -p1
 %endif
 if pkg-config --atleast-version=1.1 openssl; then
@@ -83,34 +81,31 @@
 fi
 
 %build
-NOCONFIGURE=1 ./autogen.sh
-%configure --disable-static
+autoreconf -fiv
+%configure \
+  --disable-static
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+%make_install
 # Let do it by ourselves later...
 rm -rf %{buildroot}%{_datadir}/doc
-find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files devel
-%defattr(-,root,root,-)
 %doc examples/*
 %{_includedir}/*
 %{_libdir}/libimaevm.so
 
 %files -n %{libname}
-%defattr(-,root,root,-)
 %doc README COPYING NEWS AUTHORS
-%{_libdir}/libimaevm.so.*
+%{_libdir}/libimaevm.so.%{sover}*
 
 %files -n evmctl
-%defattr(-,root,root,-)
 %{_bindir}/evmctl
-%{_mandir}/man1/evmctl.1.gz
+%{_mandir}/man1/evmctl.1%{ext_man}
 
 %changelog


Reply via email to