SampleSpecs/pearmodule: различия между версиями
Ilis (обсуждение | вклад) Нет описания правки |
Нет описания правки |
||
(не показана 1 промежуточная версия 1 участника) | |||
Строка 1: | Строка 1: | ||
<pre>%define pear_name File | <pre>%define pear_name File | ||
Строка 13: | Строка 10: | ||
Group: Development/Other | Group: Development/Other | ||
Url: http://pear.php.net/package/%pear_name | Url: http://pear.php.net/package/%pear_name | ||
Source: http://pear.php.net/get/%pear_name-%version.tar.bz2 | Source: http://pear.php.net/get/%pear_name-%version.tar.bz2 | ||
Строка 50: | Строка 45: | ||
%changelog | %changelog | ||
* Fri Jan 04 2008 Vitaly Lipatov <lav@altlinux.org> 1.3.0-alt1 | |||
- initial build for ALT Linux Sisyphus | |||
</pre> | |||
* Fri Jan 04 2008 Vitaly Lipatov <lav@altlinux. | |||
- | |||
{{Category navigation|title=SampleSpecs|category=SampleSpecs|sortkey={{SUBPAGENAME}}}} | {{Category navigation|title=SampleSpecs|category=SampleSpecs|sortkey={{SUBPAGENAME}}}} |
Текущая версия от 13:36, 18 июня 2023
%define pear_name File Name: pear-File Version: 1.3.0 Release: alt3 Summary: Common file and directory routines, also CSV handling License: PHP Group: Development/Other Url: http://pear.php.net/package/%pear_name Source: http://pear.php.net/get/%pear_name-%version.tar.bz2 BuildArchitectures: noarch Requires: pear-core BuildRequires: pear-core rpm-build-pear %description Provides easy access to read/write to files along with some common routines to deal with paths. Also provides interface for handling CSV files. %prep %setup -c %pear_build %install %pear_install_std %post %register_pear_module %preun %unregister_pear_module %files %doc LICENSE CHANGELOG %pear_dir/File/ %pear_testdir/File/ %pear_dir/File.php %pear_xmldir/%pear_name.xml %changelog * Fri Jan 04 2008 Vitaly Lipatov <lav@altlinux.org> 1.3.0-alt1 - initial build for ALT Linux Sisyphus