summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-10-21 12:51:08 +0200
committerRemi Collet <fedora@famillecollet.com>2016-10-21 12:51:08 +0200
commit9e90a4d44c42901e7b45be4b0caefb03fc69e164 (patch)
treea39f71547ae8d6139814646a2fdbf940c7e1ea0d
parent908bb831ceec6de873979265ddc302d0697aaeb2 (diff)
php-PsrLog: cleanup
-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}