]> git.pld-linux.org Git - packages/fpp.git/commitdiff
new, version 0.6.1
authorElan Ruusamäe <glen@delfi.ee>
Fri, 24 Jul 2015 09:21:51 +0000 (12:21 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 24 Jul 2015 09:22:04 +0000 (12:22 +0300)
fpp.spec [new file with mode: 0644]

diff --git a/fpp.spec b/fpp.spec
new file mode 100644 (file)
index 0000000..c9cecda
--- /dev/null
+++ b/fpp.spec
@@ -0,0 +1,38 @@
+Summary:       Bash Output File Picker
+Name:          fpp
+Version:       0.6.1
+Release:       1
+License:       BSD
+Group:         Applications/Shells
+Source0:       https://github.com/facebook/PathPicker/releases/download/%{version}/%{name}.%{version}.tar.gz
+# Source0-md5: 52d0b3b347229c8ac05eace8a5892536
+URL:           http://facebook.github.io/PathPicker/
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _appdir %{_prefix}/lib/%{name}
+
+%description
+Bash Output File Picker
+
+PathPicker parses piped input for files and presents it in a
+convenient UI.
+
+%prep
+%setup -qc
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_appdir},%{_bindir}}
+cp -a fpp src $RPM_BUILD_ROOT%{_appdir}
+ln -s %{_appdir}/fpp $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/fpp
+%dir %{_appdir}
+%attr(755,root,root) %{_appdir}/fpp
+%{_appdir}/src
This page took 0.114405 seconds and 4 git commands to generate.