commit 4f93f4e393d00565c1dce18a5a22cb61abe3e0d1
Author: Elan Ruusamäe <[email protected]>
Date:   Sat Oct 5 16:51:47 2013 +0300

    new, version 1.2.0

 php-phpunit-Git.spec | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)
---
diff --git a/php-phpunit-Git.spec b/php-phpunit-Git.spec
new file mode 100644
index 0000000..b48a3b4
--- /dev/null
+++ b/php-phpunit-Git.spec
@@ -0,0 +1,42 @@
+%define                pearname        Git
+%include       /usr/lib/rpm/macros.php
+Summary:       Simple wrapper for Git
+Name:          php-phpunit-Git
+Version:       1.2.0
+Release:       1
+License:       The BSD 3-Clause License
+Group:         Development/Languages/PHP
+Source0:       http://pear.phpunit.de/get/%{pearname}-%{version}.tgz
+# Source0-md5: 25a6254bb2ab12f9f184ba1fd6259a25
+URL:           http://pear.phpunit.de/package/Git/
+BuildRequires: php-channel(pear.phpunit.de)
+BuildRequires: php-packagexml2cl
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+BuildRequires: rpmbuild(macros) >= 1.610
+Requires:      git-core
+Requires:      php-channel(pear.phpunit.de)
+Requires:      php-pear
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Simple PHP wrapper for Git.
+
+%prep
+%pear_package_setup
+mv docs/Git/* .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md LICENSE  install.log
+%{php_pear_dir}/.registry/.channel.*/*.reg
+%{php_pear_dir}/SebastianBergmann/Git
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-phpunit-Git.git/commitdiff/4f93f4e393d00565c1dce18a5a22cb61abe3e0d1

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to