Accepting request 121726 from home:jengelh:branches:utilities
Consider forwarding to factory OBS-URL: https://build.opensuse.org/request/show/121726 OBS-URL: https://build.opensuse.org/package/show/utilities/pv?expand=0&rev=5
This commit is contained in:
parent
6b4a71b2fc
commit
ac591997d6
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 05:53:15 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Feed through format_spec_file to get copyright header required
|
||||
for factory inclusion
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 20 06:52:34 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
|
31
pv.spec
31
pv.spec
@ -1,15 +1,34 @@
|
||||
# vim: set sw=4 ts=4 et:
|
||||
#
|
||||
# spec file for package pv
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
Name: pv
|
||||
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://ivarch.com/programs/pv.shtml
|
||||
Group: System/Base
|
||||
License: Artistic-2.0
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
BuildRequires: make gettext gettext-devel gcc glibc-devel intltool
|
||||
Group: System/Base
|
||||
Source: http://pipeviewer.googlecode.com/files/pv-%{version}.tar.bz2
|
||||
Url: http://ivarch.com/programs/pv.shtml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
PV ("Pipe Viewer") is a tool for monitoring the progress of data through a
|
||||
|
Loading…
Reference in New Issue
Block a user