]> git.pld-linux.org Git - packages/fpp.git/blob - fpp.spec
new, version 0.6.1
[packages/fpp.git] / fpp.spec
1 Summary:        Bash Output File Picker
2 Name:           fpp
3 Version:        0.6.1
4 Release:        1
5 License:        BSD
6 Group:          Applications/Shells
7 Source0:        https://github.com/facebook/PathPicker/releases/download/%{version}/%{name}.%{version}.tar.gz
8 # Source0-md5:  52d0b3b347229c8ac05eace8a5892536
9 URL:            http://facebook.github.io/PathPicker/
10 BuildArch:      noarch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         _appdir %{_prefix}/lib/%{name}
14
15 %description
16 Bash Output File Picker
17
18 PathPicker parses piped input for files and presents it in a
19 convenient UI.
20
21 %prep
22 %setup -qc
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 install -d $RPM_BUILD_ROOT{%{_appdir},%{_bindir}}
27 cp -a fpp src $RPM_BUILD_ROOT%{_appdir}
28 ln -s %{_appdir}/fpp $RPM_BUILD_ROOT%{_bindir}
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %attr(755,root,root) %{_bindir}/fpp
36 %dir %{_appdir}
37 %attr(755,root,root) %{_appdir}/fpp
38 %{_appdir}/src
This page took 0.576901 seconds and 3 git commands to generate.