remi pushed to php-seld-cli-prompt (master). "import from review #1218089"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 14 06:33:48 UTC 2015


From b54f1b8700d92534cbeeebaf4dcae82e6b528499 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi at fedoraproject.org>
Date: Thu, 14 May 2015 08:33:07 +0200
Subject: import from review #1218089


diff --git a/.gitignore b/.gitignore
index e69de29..207fd9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/cli-prompt-1.0.0-fe114c7.tar.gz
diff --git a/php-seld-cli-prompt.spec b/php-seld-cli-prompt.spec
new file mode 100644
index 0000000..faedd79
--- /dev/null
+++ b/php-seld-cli-prompt.spec
@@ -0,0 +1,74 @@
+# spec file for php-seld-cli-prompt
+#
+# Copyright (c) 2015 Remi Collet
+# License: CC-BY-SA
+# http://creativecommons.org/licenses/by-sa/4.0/
+#
+# Please, preserve the changelog entries
+#
+%global gh_commit    fe114c7a6ac5cb0ce76932ae4017024d9842a49c
+%global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
+%global gh_owner     Seldaek
+%global gh_project   cli-prompt
+
+Name:           php-seld-cli-prompt
+Version:        1.0.0
+Release:        1%{?dist}
+Summary:        Allows you to prompt for user input on the command line
+
+Group:          Development/Libraries
+License:        MIT
+URL:            https://github.com/%{gh_owner}/%{gh_project}
+Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+BuildRequires:  php(language) >= 5.3
+
+# From composer.json
+#       "php": ">=5.3.0",
+Requires:       php(language) >= 5.3.0
+# From phpcompatifo report for 1.0.0
+Requires:       php-pcre
+Requires:       php-spl
+
+Provides:       php-composer(seld/cli-prompt) = %{version}
+
+
+%description
+While prompting for user input using fgets() is quite easy, sometimes you
+need to prompt for sensitive information. In these cases, the characters typed
+in by the user should not be directly visible, and this is quite a pain to do
+in a cross-platform way.
+
+
+%prep
+%setup -q -n %{gh_project}-%{gh_commit}
+
+
+%build
+# Nothing
+
+
+%install
+rm -rf       %{buildroot}
+# Restore PSR-0 tree
+mkdir -p     %{buildroot}%{_datadir}/php/Seld/CliPrompt
+cp -pr src/* %{buildroot}%{_datadir}/php/Seld/CliPrompt/
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%{!?_licensedir:%global license %%doc}
+%license LICENSE
+%doc README.md composer.json res/example.php
+%{_datadir}/php/Seld
+
+
+%changelog
+* Mon May  4 2015 Remi Collet <remi at fedoraproject.org> - 1.0.0-1
+- initial package
\ No newline at end of file
diff --git a/sources b/sources
index e69de29..e6a204d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+264c110973ae761ee143913b8b4b80f1  cli-prompt-1.0.0-fe114c7.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/php-seld-cli-prompt.git/commit/?h=master&id=b54f1b8700d92534cbeeebaf4dcae82e6b528499


More information about the scm-commits mailing list