From daa414f488bf9ed75c9539d33513a08128d38c0e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Jul 2019 18:29:22 +0200 Subject: minor --- php-sabre-uri2.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'php-sabre-uri2.spec') 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 -- cgit