From 3a7948a18f6524eb6cc07444333db59242fd1881 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 25 Jun 2016 07:21:49 +0200 Subject: ZF: add documentation link in all packages --- php-zendframework-zend-barcode.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/php-zendframework-zend-barcode.spec b/php-zendframework-zend-barcode.spec index 8946574..04f37c6 100644 --- a/php-zendframework-zend-barcode.spec +++ b/php-zendframework-zend-barcode.spec @@ -92,6 +92,8 @@ The Zend\Barcode component is divided into two subcomponents: barcode objects and renderers. Objects allow you to create barcodes independently of the renderer. Renderer allow you to draw barcodes based on the support required. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} @@ -156,4 +158,4 @@ rm -rf %{buildroot} - add optional dependency on zendframework/zendpdf * Tue Aug 4 2015 Remi Collet - 2.5.2-1 -- initial package \ No newline at end of file +- initial package -- cgit