[packages/fpp] new, version 0.6.1

glen glen at pld-linux.org
Fri Jul 24 11:22:35 CEST 2015


commit f0c13fbc232cf5b212a23e5f3b8fa078b7192edf
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Jul 24 12:21:51 2015 +0300

    new, version 0.6.1

 fpp.spec | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
---
diff --git a/fpp.spec b/fpp.spec
new file mode 100644
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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fpp.git/commitdiff/f0c13fbc232cf5b212a23e5f3b8fa078b7192edf



More information about the pld-cvs-commit mailing list