Hello community, here is the log from the commit of package wavemon for openSUSE:Factory checked in at 2020-03-17 13:09:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wavemon (Old) and /work/SRC/openSUSE:Factory/.wavemon.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wavemon" Tue Mar 17 13:09:41 2020 rev:27 rq:785630 version:0.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/wavemon/wavemon.changes 2019-12-30 12:35:35.583829056 +0100 +++ /work/SRC/openSUSE:Factory/.wavemon.new.3160/wavemon.changes 2020-03-17 13:09:47.497782671 +0100 @@ -1,0 +2,5 @@ +Mon Mar 16 12:58:04 UTC 2020 - Martin Pluskal <[email protected]> + +- Clean up spec file with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wavemon.spec ++++++ --- /var/tmp/diff_new_pack.pbNXaL/_old 2020-03-17 13:09:48.929783770 +0100 +++ /var/tmp/diff_new_pack.pbNXaL/_new 2020-03-17 13:09:48.961783795 +0100 @@ -1,7 +1,7 @@ # # spec file for package wavemon # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ Summary: An ncurses monitoring application for wireless network devices License: GPL-2.0-or-later Group: Productivity/Networking/Diagnostic -Url: https://github.com/uoaerg/wavemon +URL: https://github.com/uoaerg/wavemon Source: https://github.com/uoaerg/wavemon/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: libcap-devel BuildRequires: ncurses-devel @@ -42,13 +42,10 @@ %setup -q %build -if [ -n "$SOURCE_DATE_EPOCH" ] ; then - export BUILD_DATE=`date -d@$SOURCE_DATE_EPOCH` -fi export CFLAGS="%{optflags} `pkg-config --cflags libnl-3.0` -D_REENTRANT -pthread" %configure \ --docdir=%{_docdir}/%{name} -make %{?_smp_mflags} +%make_build %install %make_install @@ -56,10 +53,11 @@ mv %{buildroot}%{_datadir}/%{name} %{buildroot}%{_docdir}/ %files -%defattr(-,root,root,-) +%license COPYING +%doc README.md %{_bindir}/wavemon -%{_mandir}/man1/wavemon.1%{ext_man} -%{_mandir}/man5/wavemonrc.5%{ext_man} +%{_mandir}/man1/wavemon.1%{?ext_man} +%{_mandir}/man5/wavemonrc.5%{?ext_man} %{_docdir}/%{name} %changelog
