[packages/php-symfony2-Stopwatch] up to 2.4.8, use github source

glen glen at pld-linux.org
Mon Aug 4 13:22:45 CEST 2014


commit a1555b23b3bbc8754574b219ca52f0d1fb3e88b3
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Aug 4 14:22:43 2014 +0300

    up to 2.4.8, use github source

 php-symfony2-Stopwatch.spec | 27 ++++++++++-----------------
 1 file changed, 10 insertions(+), 17 deletions(-)
---
diff --git a/php-symfony2-Stopwatch.spec b/php-symfony2-Stopwatch.spec
index 4580c50..c664bbf 100644
--- a/php-symfony2-Stopwatch.spec
+++ b/php-symfony2-Stopwatch.spec
@@ -3,20 +3,18 @@
 %include	/usr/lib/rpm/macros.php
 Summary:	Symfony2 Stopwatch Component
 Name:		php-symfony2-Stopwatch
-Version:	2.4.4
+Version:	2.4.8
 Release:	1
 License:	MIT
 Group:		Development/Languages/PHP
-Source0:	http://pear.symfony.com/get/%{pearname}-%{version}.tgz
-# Source0-md5:	1bb56af5446753819dc3e9ca0d9ab7c6
+Source0:	https://github.com/symfony/%{pearname}/archive/v%{version}/%{pearname}-%{version}.tar.gz
+# Source0-md5:	3f6e2f512ac0c7a7ee956eae90179448
 URL:		http://symfony.com/doc/2.4/components/stopwatch.html
-BuildRequires:	php-channel(pear.symfony.com)
-BuildRequires:	php-pear-PEAR
+BuildRequires:	phpab
 BuildRequires:	rpm-php-pearprov >= 4.4.2-11
 BuildRequires:	rpmbuild(macros) >= 1.610
 Requires:	php(core) >= %{php_min_version}
 Requires:	php(spl)
-Requires:	php-channel(pear.symfony.com)
 Requires:	php-pear >= 4:1.3.10
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -25,26 +23,21 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Stopwatch component provides a way to profile code.
 
 %prep
-%pear_package_setup
+%setup -q -n %{pearname}-%{version}
 
-# 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}/* .
+%build
+phpab -n -e '*/Tests/*' -o autoload.php .
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{php_pear_dir}
-%pear_package_install
+install -d $RPM_BUILD_ROOT%{php_pear_dir}/Symfony/Component/%{pearname}
+cp -a *.php $RPM_BUILD_ROOT%{php_pear_dir}/Symfony/Component/%{pearname}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc LICENSE README.md install.log
-%{php_pear_dir}/.registry/.channel.*/*.reg
+%doc LICENSE README.md
 %dir %{php_pear_dir}/Symfony/Component/Stopwatch
 %{php_pear_dir}/Symfony/Component/Stopwatch/*.php
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-symfony2-Stopwatch.git/commitdiff/a1555b23b3bbc8754574b219ca52f0d1fb3e88b3



More information about the pld-cvs-commit mailing list