diff options
-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 |