]> git.pld-linux.org Git - packages/fpp.git/blame - fpp.spec
up to 0.9.5
[packages/fpp.git] / fpp.spec
CommitLineData
f0c13fbc
ER
1Summary: Bash Output File Picker
2Name: fpp
6ec02077 3Version: 0.9.5
f0c13fbc
ER
4Release: 1
5License: BSD
6Group: Applications/Shells
6ec02077
JP
7Source0: https://github.com/facebook/PathPicker/archive/%{version}/%{name}-%{version}.tar.gz
8# Source0-md5: b0ad45fd1789423c4fa31619d95c144c
c35fea65 9URL: https://facebook.github.io/PathPicker/
e5cadfdf
JP
10Requires: python3
11Requires: python3-modules
f0c13fbc
ER
12BuildArch: noarch
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%define _appdir %{_prefix}/lib/%{name}
16
17%description
18Bash Output File Picker
19
20PathPicker parses piped input for files and presents it in a
21convenient UI.
22
23%prep
6ec02077 24%setup -q -n PathPicker-%{version}
f0c13fbc 25
25621714 26# remove some bsdtar junk (AppleDouble encoded Macintosh files)
7060690f 27# https://github.com/facebook/PathPicker/issues/174
25621714 28rm -vf src/._*
7060690f 29
f0c13fbc
ER
30%install
31rm -rf $RPM_BUILD_ROOT
32install -d $RPM_BUILD_ROOT{%{_appdir},%{_bindir}}
33cp -a fpp src $RPM_BUILD_ROOT%{_appdir}
34ln -s %{_appdir}/fpp $RPM_BUILD_ROOT%{_bindir}
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(644,root,root,755)
41%attr(755,root,root) %{_bindir}/fpp
42%dir %{_appdir}
43%attr(755,root,root) %{_appdir}/fpp
44%{_appdir}/src
This page took 0.088363 seconds and 4 git commands to generate.