]> git.pld-linux.org Git - packages/php-symfony2-EventDispatcher.git/blob - php-symfony2-EventDispatcher.spec
d36aebba33ad1f0ad32263a3af7a66f5df35b668
[packages/php-symfony2-EventDispatcher.git] / php-symfony2-EventDispatcher.spec
1 %define         status          stable
2 %define         pearname        EventDispatcher
3 %define         php_min_version 5.3.3
4 %include        /usr/lib/rpm/macros.php
5 Summary:        %{pearname} - Symfony2 EventDispatcher Component
6 Name:           php-symfony2-EventDispatcher
7 Version:        2.1.6
8 Release:        1
9 License:        MIT
10 Group:          Development/Languages/PHP
11 Source0:        http://pear.symfony.com/get/%{pearname}-%{version}.tgz
12 # Source0-md5:  a54f54a2ffa258e613e64837a8da4bc0
13 URL:            http://symfony.com/doc/current/components/event_dispatcher/index.html
14 BuildRequires:  php-channel(pear.symfony.com)
15 BuildRequires:  php-pear-PEAR
16 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
17 BuildRequires:  rpmbuild(macros) >= 1.610
18 Requires:       php(core) >= %{php_min_version}
19 Requires:       php-channel(pear.symfony.com)
20 Requires:       php-pear >= 4:1.3.10
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Symfony2 EventDispatcher Component
26
27 In PEAR status of this package is: %{status}.
28
29 %prep
30 %pear_package_setup
31
32 # no packaging of tests
33 rm -r .%{php_pear_dir}/Symfony/Component/%{pearname}/Tests
34 rm .%{php_pear_dir}/Symfony/Component/%{pearname}/phpunit.xml.dist
35
36 # fixups
37 mv .%{php_pear_dir}/Symfony/Component/%{pearname}/CHANGELOG.md .
38 rm .%{php_pear_dir}/Symfony/Component/%{pearname}/.gitattributes
39 rm .%{php_pear_dir}/Symfony/Component/%{pearname}/.gitignore
40 mv docs/%{pearname}/Symfony/Component/%{pearname}/* .
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{php_pear_dir}
45 %pear_package_install
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc CHANGELOG.md LICENSE README.md install.log
53 %{php_pear_dir}/.registry/.channel.*/*.reg
54 %dir %{php_pear_dir}/Symfony/Component/EventDispatcher
55 %{php_pear_dir}/Symfony/Component/EventDispatcher/*.php
56 %{php_pear_dir}/Symfony/Component/EventDispatcher/Debug
This page took 0.101184 seconds and 2 git commands to generate.