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