]> git.pld-linux.org Git - packages/php-pear-Image_Text.git/blobdiff - php-pear-Image_Text.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/php-pear-Image_Text.git] / php-pear-Image_Text.spec
index 4eaa9f00908e3049547fda528192635db128c66c..19fd115684d7d4161dccf95bef13993adc958b5c 100644 (file)
@@ -1,21 +1,24 @@
-%include       /usr/lib/rpm/macros.php
-%define         _class          Image
-%define         _subclass       Text
-%define                _status         alpha
-%define                _pearname       %{_class}_%{_subclass}
-
-Summary:       %{_pearname} - Comfortable processing of texts in images
-Summary(pl):   %{_pearname} - Komfortowe przetwarzanie tekstu w obrazkach
-Name:          php-pear-%{_pearname}
-Version:       0.4
+%define                status          beta
+%define                pearname        Image_Text
+%define                php_min_version 5.0.0
+Summary:       %{pearname} - comfortable processing of texts in images
+Summary(pl.UTF-8):     %{pearname} - komfortowe przetwarzanie tekstu w obrazkach
+Name:          php-pear-%{pearname}
+Version:       0.7.0
 Release:       1
 License:       PHP 2.02
 Group:         Development/Languages/PHP
-Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 0e7eeebb25539679ec789f15c7985109
+Source0:       http://pear.php.net/get/%{pearname}-%{version}.tgz
+# Source0-md5: 034c356787c73dd1a88567bf01bb7923
+Patch0:                fontpath.patch
 URL:           http://pear.php.net/package/Image_Text/
-BuildRequires: rpm-php-pearprov >= 4.0.2-98
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+BuildRequires: rpmbuild(macros) >= 1.580
+Requires:      php(core) >= %{php_min_version}
+Requires:      php(gd)
 Requires:      php-pear
+Obsoletes:     php-pear-Image_Text-tests
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -24,38 +27,47 @@ This class allows you to add text to dynamic generated images more
 comfortable. It allows you to process multiline text and manipulate:
 - Border
 - Shading
-- Alignment
-Another nice feature is to let the class measurize your text in respect
-to font size and line splitting to fit a given text box.
+- Alignment Another nice feature is to let the class measurize your
+  text in respect to font size and line splitting to fit a given text
+  box.
 
-This class has in PEAR status: %{_status}.
+In PEAR status of this package is: %{status}.
 
-%description -l pl
+%description -l pl.UTF-8
 Ta klasa pozwala na dodanie tekstu do dynamicznie generowanych
-obrazków w sposób bardziej komfortowy ni¿ dotychczas. Mo¿liwe jest
-przetwarzanie tekstów wielolinijkowych i manipulowanie:
+obrazków w sposób bardziej komfortowy niż dotychczas. Możliwe jest
+przetwarzanie tekstów wielolinijkowych i manipulowanie:
 - obramowaniem
 - cieniem
-- ustawieniem.
-Inn± ciekaw± cech± jest pozwolenie klasie na zmierzenie tekstu w
-zale¿no¶ci od rozmiaru czcionki i dzielenie go na linie, aby zmie¶ci³
-siê w podanym polu tekstowym.
+- ustawieniem. Inną ciekawą cechą jest pozwolenie klasie na zmierzenie
+  tekstu w zależności od rozmiaru czcionki i dzielenie go na linie, aby
+  zmieścił się w podanym polu tekstowym.
 
-Ta klasa ma w PEAR status: %{_status}.
+Ta klasa ma w PEAR status: %{status}.
 
 %prep
-%setup -q -c
+%pear_package_setup
+%patch0 -p1
+
+mv docs/%{pearname}/* .
+mv .%{php_pear_dir}/tests/Image_Text/tests .
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
+install -d $RPM_BUILD_ROOT{%{php_pear_dir},%{_bindir}}
+%pear_package_install
 
-install %{_pearname}-%{version}/%{_class}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc %{_pearname}-%{version}/{example,make_doc{book,html}.sh}
-%{php_pear_dir}/%{_class}/*.php
+%doc README
+%doc install.log
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/Image/Text.php
+%{php_pear_dir}/Image/Text
+%{_examplesdir}/%{name}-%{version}
This page took 0.068825 seconds and 4 git commands to generate.