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

index 2c2cc7b959a72e55a36939c04e7f2c27d9ed7ccb..5c846abe794f6bf47c525eaafcdf603dd5a731e7 100644 (file)
@@ -1,22 +1,22 @@
-%define                status          stable
 %define                pearname        DoctrineBridge
 %define                php_min_version 5.3.3
 %include       /usr/lib/rpm/macros.php
-Summary:       %{pearname} - Symfony2 Doctrine Bridge
+Summary:       Symfony2 Doctrine Bridge
 Name:          php-symfony2-DoctrineBridge
-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: e3ee8dc64a8fed866f96bc8d79ef4858
-URL:           http://pear.symfony.com/package/DoctrineBridge/
+# Source0-md5: 963451fa3803b8ade5f0a8073b047f81
+URL:           https://github.com/symfony/DoctrineBridge
 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-doctrine-common >= 2.2
 Requires:      php-pear >= 4:1.3.10
 Suggests:      php-symfony2-Form
 Suggests:      php-symfony2-Validator
@@ -24,20 +24,16 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Symfony2 Doctrine Bridge
-
-In PEAR status of this package is: %{status}.
+Provides integration for Doctrine with various Symfony2 components.
 
 %prep
 %pear_package_setup
 
 # no packaging of tests
-rm -r .%{php_pear_dir}/Symfony/Bridge/Doctrine/Tests
-rm .%{php_pear_dir}/Symfony/Bridge/Doctrine/phpunit.xml.dist
+mv .%{php_pear_dir}/Symfony/Bridge/Doctrine/Tests .
+mv .%{php_pear_dir}/Symfony/Bridge/Doctrine/phpunit.xml.dist .
 
 # fixups
-mv .%{php_pear_dir}/Symfony/Bridge/Doctrine/CHANGELOG.md .
-rm .%{php_pear_dir}/Symfony/Bridge/Doctrine/.gitattributes
 mv docs/%{pearname}/Symfony/Bridge/Doctrine/* .
 
 %install
This page took 0.072925 seconds and 4 git commands to generate.