]> git.pld-linux.org Git - packages/php-pear-HTML_Select.git/blobdiff - php-pear-HTML_Select.spec
- rebuild with new PEAR provides/requires scripts
[packages/php-pear-HTML_Select.git] / php-pear-HTML_Select.spec
index 7f00a3c4a09e714140694d60df3457951a6cc3ed..87209907611490b0ecb5d634f35514b561c3ed26 100644 (file)
@@ -1,6 +1,6 @@
 %include       /usr/lib/rpm/macros.php
-%define         _class          HTML
-%define         _subclass       Select
+%define                _class          HTML
+%define                _subclass       Select
 %define                _status         beta
 %define                _pearname       %{_class}_%{_subclass}
 
@@ -8,11 +8,12 @@ Summary:      %{_pearname} - class for generating HTML form select elements
 Summary(pl):   %{_pearname} - klasa do generowania elementów select formularzy HTML
 Name:          php-pear-%{_pearname}
 Version:       1.2.1
-Release:       1
+Release:       3
 License:       PHP 2.02
 Group:         Development/Languages/PHP
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
 # Source0-md5: 9c9b84cc3b1595f6000ef1845829dae8
+Patch:         %{name}-case.patch
 URL:           http://pear.php.net/package/HTML_Select/
 BuildRequires: rpm-php-pearprov >= 4.0.2-98
 Requires:      php-pear
@@ -23,7 +24,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 HTML_Select provides an OOP way of generating HTML form select
 elements.
 
-This class has in PEAR status: %{_status}.
+In PEAR status of this package is: %{_status}.
 
 %description -l pl
 HTML_Select dostarcza zorientowanej obiektowo metody tworzenia
@@ -33,6 +34,8 @@ Ta klasa ma w PEAR status: %{_status}.
 
 %prep
 %setup -q -c
+cd %{_class}_%{_subclass}-%{version}
+%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.058781 seconds and 4 git commands to generate.