diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-10-29 15:35:24 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-10-29 15:35:24 +0200 |
commit | dc4a798fe04feba868826a4041aaf49fe4359334 (patch) | |
tree | d8745e19ee2c6d23f736e165e058413606df5c6d | |
parent | 4477a74e35351141fa8da3a90348636b519966e8 (diff) |
php-sabre-dav: switch from symfony/class-loader to fedora/autoloader
-rw-r--r-- | php-sabre-vobject.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-sabre-vobject.spec b/php-sabre-vobject.spec index 0324397..de85a83 100644 --- a/php-sabre-vobject.spec +++ b/php-sabre-vobject.spec @@ -67,6 +67,8 @@ a very complete library, with an easy to use API. This project is a spin-off from SabreDAV, where it has been used for several years. The VObject library has 100% unittest coverage. +Autoloader: %{_datadir}/php/Sabre/VObject/autoload.php + %prep %setup -q -n %{gh_project}-%{gh_commit} |