]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- tests subpackage
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 19 Sep 2005 17:27:43 +0000 (17:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear.spec -> 1.8

php-pear.spec

index d61dfa97fd8942895b7c642f59580399891f5623..348d47d8aa20f7cb9bc45ad3849c182eff3ffb80 100644 (file)
@@ -32,6 +32,14 @@ In PEAR status of this package is: %{_status}.
 
 Ta klasa ma w PEAR status: %{_status}.
 
+%package tests
+Summary:       Tests for PEAR::%{_pearname}
+Group:         Development
+Requires:      %{name} = %{version}-%{release}
+
+%description tests
+Tests for PEAR::%{_pearname}.
+
 %prep
 %pear_package_setup
 
@@ -54,3 +62,7 @@ fi
 %doc docs/%{_pearname}/docs/*
 %{php_pear_dir}/.registry/*.reg
 %{php_pear_dir}/%{_class}/*.php
+
+%files tests
+%defattr(644,root,root,755)
+%{php_pear_dir}/tests/*
This page took 0.055454 seconds and 4 git commands to generate.