summaryrefslogtreecommitdiffstats
path: root/php-PsrLog.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-PsrLog.spec')
-rw-r--r--php-PsrLog.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/php-PsrLog.spec b/php-PsrLog.spec
index 41dead8..e540812 100644
--- a/php-PsrLog.spec
+++ b/php-PsrLog.spec
@@ -80,6 +80,15 @@ if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
AUTOLOAD
+%build
+# Empty build section, nothing to build
+
+
+%install
+mkdir -p %{buildroot}%{_datadir}/php
+cp -rp Psr %{buildroot}%{_datadir}/php/
+
+
%check
: Check if our autoloader works
php -r '
@@ -90,15 +99,6 @@ exit(0);
'
-%build
-# Empty build section, nothing to build
-
-
-%install
-mkdir -p %{buildroot}%{_datadir}/php
-cp -rp Psr %{buildroot}%{_datadir}/php/
-
-
%files
%defattr(-,root,root,-)
%{!?_licensedir:%global license %%doc}