SPECS: php-pear-MP3_IDv2.spec (NEW) - new
adamg
adamg at pld-linux.org
Sun Dec 31 15:51:04 CET 2006
Author: adamg Date: Sun Dec 31 14:51:04 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
php-pear-MP3_IDv2.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/php-pear-MP3_IDv2.spec
diff -u /dev/null SPECS/php-pear-MP3_IDv2.spec:1.1
--- /dev/null Sun Dec 31 15:51:04 2006
+++ SPECS/php-pear-MP3_IDv2.spec Sun Dec 31 15:50:59 2006
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+%include /usr/lib/rpm/macros.php
+%define _class MP3
+%define _subclass IDv2
+%define _status alpha
+%define _pearname MP3_IDv2
+
+Summary: %{_pearname} - read/write IDv2-Tags
+Summary(pl): %{_pearname} - odczyt/zapis tagów IDv2 w plikach MP3
+Name: php-pear-%{_pearname}
+Version: 0.1.1
+Release: 1
+License: LGPL
+Group: Development/Languages/PHP
+Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: dd72cab463dbf0736854a9bc0ca29db0
+Patch0: %{name}-paths.patch
+URL: http://pear.php.net/package/MP3_IDv2/
+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
+The class offers methods for reading and writing information tags
+(version 2) in MP3 files and other files in a MPEG format.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Klasa ta dostarcza metod do odczytu i zapisu tagów informacyjnych
+(w wersji drugiej) w plikach MP3 oraz innych plikach w formacie MPEG.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%prep
+%pear_package_setup
+%patch0 -p0
+
+%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 docs/MP3_IDv2/{docs/examples/mp3testall.php,docs/LICENSE}
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/MP3/IDv2
+
+%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 2006/12/31 14:50:59 adamg
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list