Author: glen                         Date: Mon Nov 15 15:00:59 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 1.0.1-stable

---- Files affected:
packages/php-pear-DB_DataObject_FormBuilder:
   php-pear-DB_DataObject_FormBuilder.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: 
packages/php-pear-DB_DataObject_FormBuilder/php-pear-DB_DataObject_FormBuilder.spec
diff -u 
packages/php-pear-DB_DataObject_FormBuilder/php-pear-DB_DataObject_FormBuilder.spec:1.31
 
packages/php-pear-DB_DataObject_FormBuilder/php-pear-DB_DataObject_FormBuilder.spec:1.32
--- 
packages/php-pear-DB_DataObject_FormBuilder/php-pear-DB_DataObject_FormBuilder.spec:1.31
    Sat Aug 21 21:08:48 2010
+++ 
packages/php-pear-DB_DataObject_FormBuilder/php-pear-DB_DataObject_FormBuilder.spec
 Mon Nov 15 16:00:54 2010
@@ -1,60 +1,57 @@
 # $Revision$, $Date$
 %include       /usr/lib/rpm/macros.php
-%define                _class          DB
-%define                _subclass       DataObject_FormBuilder
-%define                _status         beta
-%define                _pearname       %{_class}_%{_subclass}
-
-%define                subver  RC5
-%define                rel 3
+%define                _status         stable
+%define                _pearname       DB_DataObject_FormBuilder
 Summary:       %{_pearname} - automatically build HTML_QuickForm object from a 
DB_DataObject derived class
 Summary(pl.UTF-8):     %{_pearname} - automatyczne budowanie obiektu 
HTML_QuickForm pochodzącego z DB_DataObject
 Name:          php-pear-%{_pearname}
-Version:       1.0.0
-Release:       2.%{subver}.%{rel}
+Version:       1.0.1
+Release:       1
 License:       PHP 3.0
 Group:         Development/Languages/PHP
-Source0:       http://pear.php.net/get/%{_pearname}-%{version}%{subver}.tgz
-# Source0-md5: 0430207937449d635449389ae345854c
+Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: 3083ac45329c7c6d14877d00f8da2020
 URL:           http://pear.php.net/package/DB_DataObject_FormBuilder/
-BuildRequires: php-pear-PEAR
+BuildRequires: php-pear-PEAR >= 1:1.4.4
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.300
 Requires:      php-pear >= 4:1.0-8
-Requires:      php-pear-DB_DataObject
+Requires:      php-pear-DB_DataObject >= 1.8.5
 Requires:      php-pear-HTML_QuickForm >= 3.2.4
 Suggests:      php-pear-Date
+Suggests:      php-pear-HTML_QuickForm_ElementGrid
 Suggests:      php-pear-HTML_Table
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # exclude optional dependencies
-%define                _noautoreq      'pear(Date.*)' 'pear(HTML/Table.*)'
+%define                _noautoreq      pear(Date.*) pear(HTML/Table.*) 
pear(HTML/QuickForm/ElementGrid.*)
 
 %description
-%{_pearname} will aid you in rapid application development using the
-packages DB_DataObject and HTML_QuickForm. For having quick but
-working prototype of your application, simply model the database, run
-DataObject`s CreateTable script over it and write a script that passes
-one of the resulting objects to the FormBuilder class. The FormBuilder
-class will automatically generate a simple but working HTML_QuickForm
-object that you can use to test your application. It also provides a
-processing method that will automatically detect if an insert() or
-update() command has to be executed after the form has been submitted.
-If you have set DataObject`s links.ini file correctly, it will also
-automatically detect if a table field is a foreign key and will
-populate a selectbox with the linked table`s entry. There are many
-optional parameteres that you can place in DataObjects.ini or in
-properties of your derived classes, that you can use to fine-tune the
-form generation, gradually turning the prototypes into fully features
-forms and you can take control of any stage at the process.
+DB_DataObject_FormBuilder will aid you in rapid application
+development using the packages DB_DataObject and HTML_QuickForm. For
+having quick but working prototype of your application, simply model
+the database, run DataObject`s CreateTable script over it and write a
+script that passes one of the resulting objects to the FormBuilder
+class. The FormBuilder class will automatically generate a simple but
+working HTML_QuickForm object that you can use to test your
+application. It also provides a processing method that will
+automatically detect if an insert() or update() command has to be
+executed after the form has been submitted. If you have set
+DataObject`s links.ini file correctly, it will also automatically
+detect if a table field is a foreign key and will populate a selectbox
+with the linked table`s entry. There are many optional parameteres
+that you can place in DataObjects.ini or in properties of your derived
+classes, that you can use to fine-tune the form generation, gradually
+turning the prototypes into fully features forms and you can take
+control of any stage at the process.
 
 In PEAR status of this package is: %{_status}.
 
 %description -l pl.UTF-8
-%{_pearname} pomaga w budowaniu aplikacji opartych na klasach
-DB_DataObject oraz HTML_QuickForm. W celu uzyskania szybkiego, lecz
-działającego prototypu aplikacji, wystarczy stworzyć model bazy,
+DB_DataObject_FormBuilder pomaga w budowaniu aplikacji opartych na
+klasach DB_DataObject oraz HTML_QuickForm. W celu uzyskania szybkiego,
+lecz działającego prototypu aplikacji, wystarczy stworzyć model bazy,
 uruchomić skrypt CreateTable i zapisać skrypt przekazujący jeden ze
 zwróconych obiektów do klasy FormBuilder. Klasa ta automatycznie
 wygeneruje prosty lecz działający obiekt HTML_QuickForm, który można
@@ -74,11 +71,19 @@
 %prep
 %pear_package_setup
 
+# packaging tools
+rm .%{php_pear_dir}/data/DB_DataObject_FormBuilder/tools/fix0.9.0Files.php
+rm .%{php_pear_dir}/data/DB_DataObject_FormBuilder/tools/fixPre1.52CVSFiles.php
+rm .%{php_pear_dir}/package.php
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{php_pear_dir}
 %pear_package_install
 
+# tests should not be packaged
+rm -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
+
 %post
 if [ -f %{_docdir}/%{name}-%{version}/optional-packages.txt ]; then
        cat %{_docdir}/%{name}-%{version}/optional-packages.txt
@@ -91,7 +96,8 @@
 %defattr(644,root,root,755)
 %doc install.log optional-packages.txt
 %{php_pear_dir}/.registry/*.reg
-%{php_pear_dir}/%{_class}/DataObject/*
+%{php_pear_dir}/DB/DataObject/FormBuilder.php
+%{php_pear_dir}/DB/DataObject/FormBuilder
 
 %define        date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -99,6 +105,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2010/11/15 15:00:54  glen
+- up to 1.0.1-stable
+
 Revision 1.31  2010/08/21 19:08:48  glen
 - updated deps with pearize.sh
 - release 3
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-DB_DataObject_FormBuilder/php-pear-DB_DataObject_FormBuilder.spec?r1=1.31&r2=1.32&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to