diff options
author | Remi Collet <remi@remirepo.net> | 2019-07-01 18:29:22 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-07-01 18:29:22 +0200 |
commit | daa414f488bf9ed75c9539d33513a08128d38c0e (patch) | |
tree | 423ce93520b41d43962d84ada9c8d32cc0ad1f72 | |
parent | 7e4494b5cf38a3dce9de84363871c181e689a629 (diff) |
minor
-rw-r--r-- | php-sabre-uri2.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php-sabre-uri2.spec b/php-sabre-uri2.spec index fa4a843..a8daaa9 100644 --- a/php-sabre-uri2.spec +++ b/php-sabre-uri2.spec @@ -27,6 +27,7 @@ Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} License: BSD +# Git snapshot with tests, because of .gitattributes Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -76,6 +77,8 @@ Autoloader: %{_datadir}/php/%{ns_vendor}/%{ns_project}%{major}/autoload.php phpab -t fedora -o lib/autoload.php lib cat << 'EOF' | tee -a lib/autoload.php + +// Functions require_once __DIR__ . '/functions.php'; EOF |