Hello community, here is the log from the commit of package spew for openSUSE:Factory checked in at 2016-07-05 09:51:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spew (Old) and /work/SRC/openSUSE:Factory/.spew.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spew" Changes: -------- --- /work/SRC/openSUSE:Factory/spew/spew.changes 2015-04-16 14:14:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.spew.new/spew.changes 2016-07-05 09:51:38.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Jul 1 08:11:57 UTC 2016 - [email protected] + +- Use url for source +- Trim depencencies and cleanup spec file a bit + +------------------------------------------------------------------- Old: ---- spew-1.0.8.tar.bz2 New: ---- spew-1.0.8.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spew.spec ++++++ --- /var/tmp/diff_new_pack.v7YrLB/_old 2016-07-05 09:51:39.000000000 +0200 +++ /var/tmp/diff_new_pack.v7YrLB/_new 2016-07-05 09:51:39.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package spew # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -23,9 +23,7 @@ License: GPL-2.0 Group: System/Benchmark Url: http://freecode.com/projects/spew -Source: %{name}-%{version}.tar.bz2 -BuildRequires: autoconf -BuildRequires: automake +Source: https://fossies.org/linux/privat/old/%{name}-%{version}.tgz BuildRequires: gcc-c++ BuildRequires: ncurses-devel BuildRequires: popt-devel @@ -45,12 +43,11 @@ %setup -q %build -autoreconf --verbose --install --force configure.ac %configure -make RPM_OPT_FLAGS="%{optflags} -fstack-protector-all" %{?_smp_mflags} +make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install --jobs 1 +%make_install %files %defattr(-,root,root) @@ -58,9 +55,9 @@ %{_bindir}/spew %{_bindir}/gorge %{_bindir}/regorge -%{_mandir}/man?/spew* -%{_mandir}/man?/gorge* -%{_mandir}/man?/regorge* +%{_mandir}/man1/spew.1%{ext_man} +%{_mandir}/man1/gorge.1%{ext_man} +%{_mandir}/man1/regorge.1%{ext_man} %config %{_sysconfdir}/spew.conf %changelog
