]> git.pld-linux.org Git - packages/getid3.git/blame - getid3.spec
Up to 1.9.3
[packages/getid3.git] / getid3.spec
CommitLineData
ffddc233 1%define release_date 20111213
b579b475 2Summary: getID3() - The PHP media file parser
9b947aa0 3Summary(pl.UTF-8): getID3() - parser plików multimedialnych dla PHP
b579b475 4Name: getid3
ffddc233
AF
5Version: 1.9.3
6Release: 1
b579b475
ER
7License: GPL
8Group: Applications
ffddc233
AF
9Source0: http://downloads.sourceforge.net/getid3/%{name}-%{version}-%{release_date}.zip
10# Source0-md5: 00990e23f4035c29974d025cc5f3eeb7
b579b475 11URL: http://getid3.sourceforge.net/
18fe7ad5 12BuildRequires: unzip
ffddc233 13Requires: php(core) >= 5.3.0
b579b475
ER
14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%define _appdir %{_datadir}/php/%{name}
18
19%description
20getID3() is a PHP4 script that extracts useful information from MP3s &
21other multimedia file formats.
22
9435ce01
JR
23%description -l pl.UTF-8
24getID3() to skrypt PHP4 wyciągający przydatne informacje z MP3 i
25innych formatów plików multimedialnych.
3ca1f0c5 26
b579b475
ER
27%prep
28%setup -qc
29
30%install
31rm -rf $RPM_BUILD_ROOT
32install -d $RPM_BUILD_ROOT{%{_appdir},%{_examplesdir}/%{name}-%{version}}
33cp -a getid3/*.php $RPM_BUILD_ROOT%{_appdir}
34cp -a demos/demo.*.php $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(644,root,root,755)
ffddc233 41%doc changelog.txt dependencies.txt readme.txt structure.txt license.commercial.txt
b579b475
ER
42%{_appdir}
43%{_examplesdir}/*
This page took 0.315221 seconds and 4 git commands to generate.