Hello community, here is the log from the commit of package prctl for openSUSE:Factory checked in at 2015-08-07 00:16:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/prctl (Old) and /work/SRC/openSUSE:Factory/.prctl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "prctl" Changes: -------- --- /work/SRC/openSUSE:Factory/prctl/prctl.changes 2014-05-02 14:01:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.prctl.new/prctl.changes 2015-08-07 00:16:45.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Aug 2 17:24:37 UTC 2015 - [email protected] + +- Cleanup spec file with spec-cleaner +- Remove old source (prctl-1.5.tar.gz) + +------------------------------------------------------------------- Old: ---- prctl-1.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ prctl.spec ++++++ --- /var/tmp/diff_new_pack.JQC83q/_old 2015-08-07 00:16:47.000000000 +0200 +++ /var/tmp/diff_new_pack.JQC83q/_new 2015-08-07 00:16:47.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package prctl # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -37,18 +37,19 @@ %setup -q cp %{SOURCE1} . %patch0 -p1 -b .makefile -%patch1 -p0 -b .warnings +%patch1 -b .warnings %build -%{configure} +%configure +make %install -%{makeinstall} +make DESTDIR=%{buildroot} install %files %defattr(-, root, root) %doc COPYING ChangeLog %{_bindir}/%{name} -%doc %{_mandir}/man1/%{name}.1.* +%{_mandir}/man1/%{name}.1.* %changelog
