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
This commit is contained in:
OBS User mrdocs 2012-02-22 21:07:39 +00:00 committed by Git OBS Bridge
parent 96380d852a
commit 6b4a71b2fc
2 changed files with 12 additions and 6 deletions

View File

@ -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

10
pv.spec
View File

@ -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