File cgvg.spec of Package cgvg
#
# spec file for package
#
# Copyright (c) 2010 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/
#
# norootforbuild
Name: cgvg
Version: 1.6.2
Release: 0
BuildArch: noarch
License: GPL-2.0-or-later
Summary: Code Grep and Vi Grepped
Url: http://uzix.org/cgvg.html
Source: %{name}-%{version}.tar.gz
Requires: perl-base findutils grep
%description
Code Grep and Vi Grepped
cg, vg - tools for finding and modifying on keywords
Joshua Uziel <uzi@uzix.org>
%prep
%setup -q
%build
%configure
%install
%makeinstall
%files
%doc ChangeLog README COPYING
%{_bindir}/cg
%{_bindir}/vg
%doc %{_mandir}/man1/*.*
%{_datadir}/cgvg
%changelog