]> git.pld-linux.org Git - packages/php-symfony2-TwigBridge.git/commitdiff
up to 2.3.4 auto/th/php-symfony2-TwigBridge-2.3.4-1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 23 Sep 2013 21:37:47 +0000 (00:37 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 23 Sep 2013 21:37:47 +0000 (00:37 +0300)
php-symfony2-TwigBridge.spec

index bcc3157193ef1de7da06faceffa41cb5fdaee0e5..1658eb20ae0159934450c8583a1807d7299f9162 100644 (file)
@@ -1,16 +1,15 @@
-%define                status          stable
 %define                pearname        TwigBridge
 %define                php_min_version 5.3.3
 %include       /usr/lib/rpm/macros.php
 Summary:       %{pearname} - Symfony2 Twig Bridge
 Name:          php-symfony2-TwigBridge
-Version:       2.1.6
+Version:       2.3.4
 Release:       1
 License:       MIT
 Group:         Development/Languages/PHP
 Source0:       http://pear.symfony.com/get/%{pearname}-%{version}.tgz
-# Source0-md5: b965098287ffee515fd0b4c0e954ecc9
-URL:           http://pear.symfony.com/package/TwigBridge/
+# Source0-md5: 4b3a0b4d581ae87669b289448f5ac497
+URL:           https://github.com/symfony/TwigBridge
 BuildRequires: php-channel(pear.symfony.com)
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
@@ -18,29 +17,27 @@ BuildRequires:      rpmbuild(macros) >= 1.610
 Requires:      php(core) >= %{php_min_version}
 Requires:      php-channel(pear.symfony.com)
 Requires:      php-pear >= 4:1.3.10
+#Requires:     php-twig-Twig >= ~1.11
 Suggests:      php-symfony2-Form
+Suggests:      php-symfony2-HttpKernel
 Suggests:      php-symfony2-Routing
+Suggests:      php-symfony2-Security
 Suggests:      php-symfony2-Translation
 Suggests:      php-symfony2-Yaml
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Symfony2 Twig Bridge
-
-In PEAR status of this package is: %{status}.
+Provides integration for Twig with various Symfony2 components.
 
 %prep
 %pear_package_setup
 
 # no packaging of tests
-rm -r .%{php_pear_dir}/Symfony/Bridge/Twig/Tests
-rm .%{php_pear_dir}/Symfony/Bridge/Twig/phpunit.xml.dist
+mv .%{php_pear_dir}/Symfony/Bridge/Twig/Tests .
+mv .%{php_pear_dir}/Symfony/Bridge/Twig/phpunit.xml.dist .
 
 # fixups
-mv .%{php_pear_dir}/Symfony/Bridge/Twig/CHANGELOG.md .
-rm .%{php_pear_dir}/Symfony/Bridge/Twig/.gitattributes
-rm .%{php_pear_dir}/Symfony/Bridge/Twig/.gitignore
 mv docs/%{pearname}/Symfony/Bridge/Twig/* .
 
 %install
This page took 0.05239 seconds and 4 git commands to generate.