From 6b4a71b2fcd0c491ff83f53c81dab23d9f41d6620e29f5eba3236a633ed9e737 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Wed, 22 Feb 2012 21:07:39 +0000 Subject: [PATCH] Accepting request 105918 from home:jengelh:branches:utilities Please submit to factory. OBS-URL: https://build.opensuse.org/request/show/105918 OBS-URL: https://build.opensuse.org/package/show/utilities/pv?expand=0&rev=4 --- pv.changes | 8 ++++++++ pv.spec | 10 ++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/pv.changes b/pv.changes index d5ba579..4a8970b 100644 --- a/pv.changes +++ b/pv.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 20 06:52:34 UTC 2012 - jengelh@medozas.de + +- Update license field to SPDX format +- Use short URL +- Remove redundant tags/sections from specfile +- Parallel build with %_smp_mflags + ------------------------------------------------------------------- Fri Jan 14 19:00:38 UTC 2011 - pascal.bleser@opensuse.org diff --git a/pv.spec b/pv.spec index 27e748d..0a0dd35 100644 --- a/pv.spec +++ b/pv.spec @@ -5,9 +5,9 @@ Version: 1.2.0 Release: 0 Summary: PipeViewer - Monitor the Progress of Data through Pipes Source: http://pipeviewer.googlecode.com/files/pv-%{version}.tar.bz2 -URL: http://www.ivarch.com/programs/pv.shtml +URL: http://ivarch.com/programs/pv.shtml Group: System/Base -License: Artistic License +License: Artistic-2.0 BuildRoot: %{_tmppath}/build-%{name}-%{version} BuildRequires: make gettext gettext-devel gcc glibc-devel intltool @@ -27,7 +27,7 @@ will be until completion. --enable-nls \ --disable-debugging -%__make %{?jobs:-j%{jobs}} +make %{?_smp_mflags} %install %makeinstall @@ -36,12 +36,10 @@ will be until completion. %check %__make test -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} - %files -f "%{name}.lang" %defattr(-,root,root) %doc README doc/COPYING doc/NEWS doc/TODO %{_bindir}/pv %doc %{_mandir}/man1/pv.1%{ext_man} +%changelog