add packaging
authorAnas Nashif <anas.nashif@intel.com>
Tue, 27 Nov 2012 15:12:12 +0000 (07:12 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Tue, 27 Nov 2012 15:12:12 +0000 (07:12 -0800)
packaging/which.spec

index cb1991a90ff892898b3159416b8b0d1e278dd62a..dac666be4afa4c930d688f246ee93518f4c8af3d 100644 (file)
@@ -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}/*