]> git.pld-linux.org Git - packages/php-symfony2-Debug.git/commitdiff
new, version 2.3.4 auto/th/php-symfony2-Debug-2.3.4-1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 23 Sep 2013 18:58:09 +0000 (21:58 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 23 Sep 2013 20:39:47 +0000 (23:39 +0300)
created with pear make-rpm-spec and some manual adjustments

php-symfony2-Debug.spec [new file with mode: 0644]

diff --git a/php-symfony2-Debug.spec b/php-symfony2-Debug.spec
new file mode 100644 (file)
index 0000000..599c865
--- /dev/null
@@ -0,0 +1,50 @@
+%define                pearname        Debug
+%define                php_min_version 5.3.3
+%include       /usr/lib/rpm/macros.php
+Summary:       Symfony2 Debug Component
+Name:          php-symfony2-Debug
+Version:       2.3.4
+Release:       1
+License:       MIT
+Group:         Development/Languages/PHP
+Source0:       http://pear.symfony.com/get/%{pearname}-%{version}.tgz
+# Source0-md5: a24d005d9aae72d98856da8f1b427e8f
+URL:           http://symfony.com/doc/current/components/debug.html
+BuildRequires: php-channel(pear.symfony.com)
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+BuildRequires: rpmbuild(macros) >= 1.610
+Requires:      php(core) >= %{php_min_version}
+Requires:      php-channel(pear.symfony.com)
+Requires:      php-pear >= 4:1.3.10
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Debug Component provides tools to ease debugging PHP code.
+
+%prep
+%pear_package_setup
+
+# no packaging of tests
+mv .%{php_pear_dir}/Symfony/Component/%{pearname}/Tests .
+mv .%{php_pear_dir}/Symfony/Component/%{pearname}/phpunit.xml.dist .
+
+# fixups
+mv docs/%{pearname}/Symfony/Component/%{pearname}/* .
+
+%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 CHANGELOG.md LICENSE README.md install.log
+%{php_pear_dir}/.registry/.channel.*/*.reg
+%dir %{php_pear_dir}/Symfony/Component/Debug
+%{php_pear_dir}/Symfony/Component/Debug/*.php
+%{php_pear_dir}/Symfony/Component/Debug/Exception
This page took 0.102536 seconds and 4 git commands to generate.