SPECS: php-pear-File_CSV_DataSource.spec (NEW) - new
adamg
adamg at pld-linux.org
Wed Jan 7 01:38:43 CET 2009
Author: adamg Date: Wed Jan 7 00:38:43 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
php-pear-File_CSV_DataSource.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/php-pear-File_CSV_DataSource.spec
diff -u /dev/null SPECS/php-pear-File_CSV_DataSource.spec:1.1
--- /dev/null Wed Jan 7 01:38:43 2009
+++ SPECS/php-pear-File_CSV_DataSource.spec Wed Jan 7 01:38:38 2009
@@ -0,0 +1,83 @@
+# $Revision$, $Date$
+%include /usr/lib/rpm/macros.php
+%define _class File
+%define _subclass CSV_DataSource
+%define _status alpha
+%define _pearname File_CSV_DataSource
+Summary: %{_pearname} - CSV-file data extraction tool
+Summary(pl.UTF-8): %{_pearname} - wydobywanie danych w formacie CSV
+Name: php-pear-%{_pearname}
+Version: 0.2.3
+Release: 1
+License: MIT
+Group: Development/Languages/PHP
+Source0: http://pear.php.net/get/%{_pearname}-%{version}alpha.tgz
+# Source0-md5: 3e91d88320f2676799eef95d7a10b213
+URL: http://pear.php.net/package/File_CSV_DataSource/
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+Requires: php-pear
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Simple data access object for CSV files in php5.
+
+Takes the data from a CSV file and makes it accessable through a
+client-interface.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl.UTF-8
+Prosty obiektowy interfejs dostępu do plików CSV.
+
+Klasa ta pobiera dane z pliku CSV i udostępnia je za pomocą interfejsu
+klienckiego.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%package tests
+Summary: Tests for PEAR::%{_pearname}
+Summary(pl.UTF-8): Testy dla PEAR::%{_pearname}
+Group: Development/Languages/PHP
+AutoReq: no
+Requires: %{name} = %{version}-%{release}
+AutoProv: no
+
+%description tests
+Tests for PEAR::%{_pearname}.
+
+%description tests -l pl.UTF-8
+Testy dla PEAR::%{_pearname}.
+
+%prep
+%pear_package_setup
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc install.log
+%doc docs/File_CSV_DataSource/{docs/examples,docs/README}
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/File/CSV/DataSource.php
+
+%files tests
+%defattr(644,root,root,755)
+%{php_pear_dir}/tests/File_CSV_DataSource
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2009/01/07 00:38:38 adamg
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list