summaryrefslogtreecommitdiff
path: root/packaging/which.spec
blob: 27d2dc6ee83c2ab71e096a52c0c4ab75a17828fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Name:       which
Summary:    Which, what, where?
Version:    0.1
Release:    1
License:    SMAIL GENERAL PUBLIC LICENSE
Source0:    %{name}-%{version}.tar.gz
Source1001: packaging/which.manifest 
BuildArch:  noarch

%description
Shows the path of a file

%prep
%setup -q

%build
cp %{SOURCE1001} .

%install
mkdir -p %{buildroot}/%{_bindir}/
install -m755 which %{buildroot}/%{_bindir}/

%files
%manifest which.manifest
%{_bindir}/which