From 6c2cbd521a7a3e7d228723cbbc05c3759c901b44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 31 Mar 2015 15:58:18 +0300 Subject: [PATCH] subpackage examples --- php-tcpdf.spec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/php-tcpdf.spec b/php-tcpdf.spec index 6636467..af961cf 100644 --- a/php-tcpdf.spec +++ b/php-tcpdf.spec @@ -23,6 +23,18 @@ Generic TCPDF screenshot TCPDF is a PHP class for generating PDF documents without requiring external extensions. TCPDF Supports UTF-8, Unicode, RTL languages and HTML. +%package examples +Summary: TCPDF example programs +Summary(pl.UTF-8): TCPDF programy przykładowe +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description examples +TCPDF example programs. + +%description examples -l pl.UTF-8 +TCPDF - przykładowe programy. + %prep %setup -q -n tcpdf %undos *.TXT @@ -49,4 +61,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc CHANGELOG.TXT README.TXT %{_appdir} + +%files examples +%defattr(644,root,root,755) %{_examplesdir}/%{name}-%{version} -- 2.43.0