From 23c1a1ba9342e04414b73aa4f8ce7344489c2311 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 27 Nov 2012 07:12:12 -0800 Subject: [PATCH] add packaging --- packaging/which.spec | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packaging/which.spec b/packaging/which.spec index cb1991a..dac666b 100644 --- a/packaging/which.spec +++ b/packaging/which.spec @@ -1,12 +1,12 @@ -Summary: Displays where a particular program in your path is located -Name: which -Version: 2.20 -Release: 4 -License: GPLv3 -Group: Applications/System -Source0: http://www.xs4all.nl/~carlo17/which/%{name}-%{version}.tar.gz -Url: http://www.xs4all.nl/~carlo17/which/ -BuildRequires: readline-devel +Name: which +Version: 2.20 +Release: 4 +License: GPL-3.0 +Summary: Displays where a particular program in your path is located +Url: http://www.xs4all.nl/~carlo17/which/ +Group: Applications/System +Source0: http://www.xs4all.nl/~carlo17/which/%{name}-%{version}.tar.gz +BuildRequires: readline-devel %description The which command shows the full pathname of a specified program, if @@ -27,5 +27,5 @@ make %{?_smp_mflags} %files %defattr(-,root,root) -%license COPYING +%license COPYING %{_bindir}/* -- 2.34.1