SPECS: php-pear-Structures_DataGrid.spec - updated to 0.7.1
adamg
adamg at pld-linux.org
Thu Jun 22 09:36:31 CEST 2006
Author: adamg Date: Thu Jun 22 07:36:31 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.7.1
---- Files affected:
SPECS:
php-pear-Structures_DataGrid.spec (1.24 -> 1.25)
---- Diffs:
================================================================
Index: SPECS/php-pear-Structures_DataGrid.spec
diff -u SPECS/php-pear-Structures_DataGrid.spec:1.24 SPECS/php-pear-Structures_DataGrid.spec:1.25
--- SPECS/php-pear-Structures_DataGrid.spec:1.24 Tue May 23 22:18:14 2006
+++ SPECS/php-pear-Structures_DataGrid.spec Thu Jun 22 09:36:26 2006
@@ -8,12 +8,12 @@
Summary: %{_pearname} - create grid like structure based on a record set of data
Summary(pl): %{_pearname} - tworzenie struktur tabel opartych na zbiorze rekordów danych
Name: php-pear-%{_pearname}
-Version: 0.6.3
+Version: 0.7.1
Release: 1
License: PHP 2.02
Group: Development/Languages/PHP
Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 9a038a667f9927e24934ee09f63af569
+# Source0-md5: 968bb1a8df2028a4950388a3a25bc85a
URL: http://pear.php.net/package/Structures_DataGrid/
BuildRequires: php-pear-PEAR
BuildRequires: rpm-php-pearprov >= 4.4.2-11
@@ -23,9 +23,6 @@
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-# exclude optional dependencies
-%define _noautoreq 'pear(HTML/Table.*)' 'pear(Pager.*)' 'pear(Spreadsheet/Excel/Writer.*)' 'pear(XML/Util.*)' 'pear(XML/RSS.*)' 'pear(XML/Serializer.*)' 'pear(Console/Table.*)' 'pear(Smarty/Smarty.class.php)'
-
%description
This package offers a toolkit to render out a datagrid in HTML format
as well as many other formats such as an XML Document, an Excel
@@ -33,6 +30,9 @@
sorting functionality to limit the data that is presented. This
concept is based on the .NET Framework DataGrid.
+Note: With the release of Structures_DataGrid-0.7.0, all renderers and
+ datasource classes are now available as a separate packages only.
+
In PEAR status of this package is: %{_status}.
%description -l pl
@@ -42,15 +42,15 @@
stronicowania i sortowania, aby ograniczyć ilość prezentowanych
danych. Ta idea jest oparta na DataGrid ze środowiska .NET.
+Uwaga: Z wydaniem wersji Structures_DataGrid-0.7.0, wszystkie klasy
+ służące do renderowania czy też do obsługi źródeł danych dostępne
+ są tylko jako oddzielne pakiety.
+
Ta klasa ma w PEAR status: %{_status}.
%prep
%pear_package_setup
-install -d docs/%{_pearname}
-mv ./%{php_pear_dir}/%{_class}/%{_subclass}/Docs/* docs/%{_pearname}
-rmdir ./%{php_pear_dir}/%{_class}/%{_subclass}/Docs
-
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{php_pear_dir}
@@ -59,15 +59,9 @@
%clean
rm -rf $RPM_BUILD_ROOT
-%post
-if [ -f %{_docdir}/%{name}-%{version}/optional-packages.txt ]; then
- cat %{_docdir}/%{name}-%{version}/optional-packages.txt
-fi
-
%files
%defattr(644,root,root,755)
-%doc install.log optional-packages.txt
-%doc docs/%{_pearname}/*
+%doc install.log
%{php_pear_dir}/.registry/*.reg
%{php_pear_dir}/%{_class}/*.php
%{php_pear_dir}/%{_class}/%{_subclass}
@@ -78,6 +72,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25 2006/06/22 07:36:26 adamg
+- updated to 0.7.1
+
Revision 1.24 2006/05/23 20:18:14 glen
- BR rpm-build macros >= 1.300 for %pear_ macros
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php-pear-Structures_DataGrid.spec?r1=1.24&r2=1.25&f=u
More information about the pld-cvs-commit
mailing list