Add default Smack manifest for which.spec
[toolchains/which.git] / packaging / which.spec
1 Name:       which
2 Summary:    Which, what, where?
3 Version:    0.1
4 Release:    1
5 License:    SMAIL GENERAL PUBLIC LICENSE
6 Source0:    %{name}-%{version}.tar.gz
7 Source1001: packaging/which.manifest 
8 BuildArch:  noarch
9
10 %description
11 Shows the path of a file
12
13 %prep
14 %setup -q
15
16 %build
17 cp %{SOURCE1001} .
18
19 %install
20 mkdir -p %{buildroot}/%{_bindir}/
21 install -m755 which %{buildroot}/%{_bindir}/
22
23 %files
24 %manifest which.manifest
25 %{_bindir}/which