diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:18:41 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:18:41 +0200 |
commit | b094f2c6c18d250ec27ed0c30f8ae23bec860f37 (patch) | |
tree | 15714e35108bd8ccf35b492d4126994546b725c6 /symfony.README.fedora |
repo reorg
Diffstat (limited to 'symfony.README.fedora')
-rw-r--r-- | symfony.README.fedora | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/symfony.README.fedora b/symfony.README.fedora new file mode 100644 index 0000000..5f60fd5 --- /dev/null +++ b/symfony.README.fedora @@ -0,0 +1,19 @@ +This Symfony package has some modifications to satisfy the Fedora packaging +requirements. + +The main change is the removal of these libraries which are usually included +with Symfony: + +- vendor/swiftmailer +- plugins/sfDoctrinePlugin/lib/vendor/doctrine +- plugins/sfPropelPlugin/lib/vendor/phing +- plugins/sfPropelPlugin/lib/vendor/propel +- plugins/sfPropelPlugin/lib/vendor/propel-generator + +except of propel these should all use the respective packages supplied by +Fedora. + +Currently there is no prople package for Fedora with the correct version. + +You should be able to use symfony without problems with Doctrine though. + |