remi pushed to php-znerol-php-stringprep (el6). "import from review #1222794"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri May 22 14:03:42 UTC 2015


From ff779ea4326de3b053a2a7d3f70718b0381dbfe5 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi at fedoraproject.org>
Date: Fri, 22 May 2015 15:45:17 +0200
Subject: import from review #1222794


diff --git a/php-znerol-php-stringprep.spec b/php-znerol-php-stringprep.spec
new file mode 100644
index 0000000..270184b
--- /dev/null
+++ b/php-znerol-php-stringprep.spec
@@ -0,0 +1,101 @@
+# remirepo/fedora spec file for php-znerol-php-stringprep
+#
+# Copyright (c) 2014-2015 Remi Collet
+# License: CC-BY-SA
+# http://creativecommons.org/licenses/by-sa/4.0/
+#
+# Please, preserve the changelog entries
+#
+
+%global gh_commit    804b0d5d81f5fc80cbd96db71ba045e90aba46c5
+%global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
+%global gh_date      20150519
+%global gh_owner     znerol
+%global gh_project   Stringprep
+%global with_tests   %{?_without_tests:0}%{!?_without_tests:1}
+%global topdir       %{_datadir}/php/Znerol
+%global basedir      %{topdir}/Component/Stringprep
+
+Name:           php-znerol-php-stringprep
+Version:        0
+Release:        0.1.%{gh_date}git%{gh_short}%{?dist}
+Summary:        Implementation of RFC 3454 Preparation of Internationalized Strings
+
+Group:          Development/Libraries
+License:        LGPLv3
+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
+%if %{with_tests}
+BuildRequires:  php(language) > 5.3
+BuildRequires:  php-iconv
+BuildRequires:  php-intl
+BuildRequires:  php-spl
+BuildRequires:  php-phpunit-PHPUnit
+%endif
+BuildRequires:  php-theseer-autoload
+
+# From documentation
+Requires:       php(language) > 5.3
+Requires:       php-iconv
+Requires:       php-intl
+# From phpcompatinfo
+Requires:       php-spl
+
+Provides:       php-composer(znerol/php-stringprep) = %{version}
+
+
+%description
+Implementation of RFC 3454 Preparation of Internationalized Strings.
+
+See: http://tools.ietf.org/html/rfc3454
+
+
+%prep
+%setup -q -n %{gh_project}-%{gh_commit}
+
+
+%build
+# Generate a simple autoloader
+%{_bindir}/phpab \
+   --exclude *Test.php \
+   --output autoload.php \
+   .
+
+
+%install
+rm -rf   %{buildroot}
+mkdir -p %{buildroot}%{basedir}
+cp -pr Profile RFC3454 *php \
+         %{buildroot}%{basedir}
+
+
+%check
+%if %{with_tests}
+%{_bindir}/phpunit \
+    --bootstrap %{buildroot}%{basedir}/autoload.php
+%else
+: Test suite disabled
+%endif
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%{!?_licensedir:%global license %%doc}
+%license LICENSE
+%doc README.md doc
+%{topdir}
+
+
+%changelog
+* Tue May 19 2015 Remi Collet <remi at fedoraproject.org> - 0-0.1.20150519git804b0d5.
+- new snapshot (License PR merged)
+
+* Sun Nov  9 2014 Remi Collet <remi at fedoraproject.org> - 0-0.1.20141109gita23ef29
+- initial package (git snapshot)
\ No newline at end of file
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/php-znerol-php-stringprep.git/commit/?h=el6&id=ff779ea4326de3b053a2a7d3f70718b0381dbfe5


More information about the scm-commits mailing list