Hello community,

here is the log from the commit of package courier-authlib for openSUSE:Factory 
checked in at 2017-04-20 20:55:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/courier-authlib (Old)
 and      /work/SRC/openSUSE:Factory/.courier-authlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "courier-authlib"

Thu Apr 20 20:55:35 2017 rev:40 rq:487945 version:0.66.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/courier-authlib/courier-authlib.changes  
2017-04-07 13:55:51.149901825 +0200
+++ /work/SRC/openSUSE:Factory/.courier-authlib.new/courier-authlib.changes     
2017-04-20 20:55:36.400455246 +0200
@@ -1,0 +2,5 @@
+Tue Apr 11 10:31:26 UTC 2017 - jeng...@inai.de
+
+- Drop redundant %clean section. Dissolve %__-type macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ courier-authlib.spec ++++++
--- /var/tmp/diff_new_pack.oB2TUm/_old  2017-04-20 20:55:37.364318941 +0200
+++ /var/tmp/diff_new_pack.oB2TUm/_new  2017-04-20 20:55:37.368318376 +0200
@@ -145,23 +145,23 @@
        --with-authdaemonvar=%{_localstatedir}/run/%{name} \
 %endif
        --host=%{_host} --build=%{_build} --target=%{_target_platform}
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%{__make} install DESTDIR=%{buildroot}
+make install DESTDIR=%{buildroot}
 mv %{buildroot}%{_libdir}/%{name}/lib*.so* %{buildroot}%{_libdir}
-%{__rm} -f %{buildroot}%{_libdir}/%{name}/*.{a,la}
-%{__install} -m 755 sysconftool %{buildroot}%{_prefix}/lib/%{name}
-%{__install} -m 755 authmigrate %{buildroot}%{_prefix}/lib/%{name}
+rm -f %{buildroot}/%{_libdir}/%{name}/*.{a,la}
+install -m 755 sysconftool %{buildroot}/%{_prefix}/lib/%{name}
+install -m 755 authmigrate %{buildroot}/%{_prefix}/lib/%{name}
 %if 0%{?has_systemd}
-%{__install} -D -m 0644 %{S:12} 
%{buildroot}%{_unitdir}/courier-authdaemon.service
+install -D -m 0644 %{S:12} %{buildroot}/%{_unitdir}/courier-authdaemon.service
 # systemd need to create a tmp dir: /run/courier-authlib
-%{__install} -D -m 0644 %{S:13} 
%{buildroot}%{_prefix}/lib/tmpfiles.d/%{name}.conf
-%{__ln_s} -f service %{buildroot}%{_sbindir}/rccourier-authdaemon
+install -D -m 0644 %{S:13} %{buildroot}/%{_prefix}/lib/tmpfiles.d/%{name}.conf
+ln -fs service %{buildroot}/%{_sbindir}/rccourier-authdaemon
 %else
-%{__mkdir_p} %{buildroot}%{_sysconfdir}/init.d
-%{__install} -m 755 %{S:11} 
%{buildroot}%{_sysconfdir}/init.d/courier-authdaemon
-%{__ln_s} -f ../../%{_sysconfdir}/init.d/courier-authdaemon \
+mkdir -p %{buildroot}/%{_sysconfdir}/init.d
+install -m 755 %{S:11} %{buildroot}/%{_sysconfdir}/init.d/courier-authdaemon
+ln -fs ../../%{_sysconfdir}/init.d/courier-authdaemon \
   %{buildroot}%{_sbindir}/rccourier-authdaemon
 %endif
 
@@ -196,12 +196,12 @@
 %service_add_post courier-authdaemon.service
 # Create our dirs immediatly, after a manual package install.
 # After a reboot systemd/aaa_base will take care.
-%{__install} -d /run/%{name}
+install -d /run/%{name}
 %else
 %if 0%{?suse_version}
 %{fillup_and_insserv -f courier-authdaemon}
 %endif
-%{__install} -d %{_localstatedir}/run/%{name}
+install -d %{_localstatedir}/run/%{name}
 %endif
 
 %postun
@@ -239,9 +239,6 @@
 
 %postun sqlite -p /sbin/ldconfig
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc README README*html



Reply via email to