Hello community, here is the log from the commit of package mytop for openSUSE:Factory checked in at 2015-04-23 08:04:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mytop (Old) and /work/SRC/openSUSE:Factory/.mytop.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mytop" Changes: -------- --- /work/SRC/openSUSE:Factory/mytop/mytop.changes 2012-07-14 11:51:07.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mytop.new/mytop.changes 2015-04-23 08:04:11.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Apr 21 16:15:16 UTC 2015 - [email protected] + +- Use url for source +- Clean up spec file with spec-cleaner + +------------------------------------------------------------------- Old: ---- mytop-1.6.tar.bz2 New: ---- mytop-1.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mytop.spec ++++++ --- /var/tmp/diff_new_pack.QjShcB/_old 2015-04-23 08:04:11.000000000 +0200 +++ /var/tmp/diff_new_pack.QjShcB/_new 2015-04-23 08:04:11.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package mytop # -# Copyright (c) 2012 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 @@ -23,7 +23,7 @@ License: GPL-2.0+ Group: Productivity/Databases/Tools Url: http://jeremy.zawodny.com/mysql/mytop/ -Source: mytop-%{version}.tar.bz2 +Source: http://jeremy.zawodny.com/mysql/mytop/mytop-%{version}.tar.gz # PATCH-FIX-UPSTREAM mytop_five_o.patch -- makes it work with mysql 5.0 Patch1: http://ebergen.net/patches/mytop_five_o.patch # PATCH-FIX-UPSTREAM mytop_option-and-doc.patch [bnc#716439] [email protected] -- fixed starting failure and documentation @@ -33,10 +33,10 @@ Requires: perl-DBI Requires: perl-TermReadKey BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %if %{undefined suse_version} BuildRequires: perl-macros %endif -BuildArch: noarch %description mytop is a console-based (non-GUI) tool for monitoring the threads and @@ -47,28 +47,25 @@ - If you install Time::HiRes, get good real-time queries/second stats. %prep -%setup -n mytop-%{version} +%setup -q -n mytop-%{version} %patch1 %patch2 -p1 %build perl Makefile.PL -make +make %{?_smp_mflags} %check -make test +make %{?_smp_mflags} test %install make DESTDIR=%{buildroot} install_vendor %perl_process_packlist -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc Changes -%doc %{_mandir}/man?/mytop.1.gz +%{_mandir}/man?/mytop.1.gz %{_bindir}/mytop %if 0%{?suse_version} < 1140 %{perl_vendorarch}/auto/mytop
