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:
parent
96380d852a
commit
6b4a71b2fc
@ -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
|
Fri Jan 14 19:00:38 UTC 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
10
pv.spec
10
pv.spec
@ -5,9 +5,9 @@ Version: 1.2.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: PipeViewer - Monitor the Progress of Data through Pipes
|
Summary: PipeViewer - Monitor the Progress of Data through Pipes
|
||||||
Source: http://pipeviewer.googlecode.com/files/pv-%{version}.tar.bz2
|
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
|
Group: System/Base
|
||||||
License: Artistic License
|
License: Artistic-2.0
|
||||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||||
BuildRequires: make gettext gettext-devel gcc glibc-devel intltool
|
BuildRequires: make gettext gettext-devel gcc glibc-devel intltool
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ will be until completion.
|
|||||||
--enable-nls \
|
--enable-nls \
|
||||||
--disable-debugging
|
--disable-debugging
|
||||||
|
|
||||||
%__make %{?jobs:-j%{jobs}}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
@ -36,12 +36,10 @@ will be until completion.
|
|||||||
%check
|
%check
|
||||||
%__make test
|
%__make test
|
||||||
|
|
||||||
%clean
|
|
||||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
|
||||||
|
|
||||||
%files -f "%{name}.lang"
|
%files -f "%{name}.lang"
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README doc/COPYING doc/NEWS doc/TODO
|
%doc README doc/COPYING doc/NEWS doc/TODO
|
||||||
%{_bindir}/pv
|
%{_bindir}/pv
|
||||||
%doc %{_mandir}/man1/pv.1%{ext_man}
|
%doc %{_mandir}/man1/pv.1%{ext_man}
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user