From a73586155a3e6f421f7ba2a19dd40a6fe2935e2c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 May 2017 16:21:57 +0200 Subject: cleanup --- php-JsonSchema-autoload.php | 18 ------------------ php-JsonSchema.spec | 2 -- 2 files changed, 20 deletions(-) delete mode 100644 php-JsonSchema-autoload.php diff --git a/php-JsonSchema-autoload.php b/php-JsonSchema-autoload.php deleted file mode 100644 index f0ef526..0000000 --- a/php-JsonSchema-autoload.php +++ /dev/null @@ -1,18 +0,0 @@ -register(); -} - -$fedoraClassLoader->addPrefix('JsonSchema\\', dirname(__DIR__)); diff --git a/php-JsonSchema.spec b/php-JsonSchema.spec index 4034f48..bd154bc 100644 --- a/php-JsonSchema.spec +++ b/php-JsonSchema.spec @@ -37,8 +37,6 @@ License: BSD URL: https://github.com/%{github_owner}/%{github_name} # Use a git snapshot as upstream remove tests from distribution Source0: %{name}-%{github_version}-%{github_short}.tgz -# Autoloader -Source1: %{name}-autoload.php # Script to pull the git snapshot Source2: %{name}-makesrc.sh -- cgit