Author: glen                         Date: Fri Jan  6 18:59:49 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   getid3.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/getid3.spec
diff -u /dev/null SPECS/getid3.spec:1.1
--- /dev/null   Fri Jan  6 19:59:49 2006
+++ SPECS/getid3.spec   Fri Jan  6 19:59:43 2006
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+Summary:       getID3() - The PHP media file parser
+Name:          getid3
+Version:       1.7.5
+Release:       0.1
+License:       GPL
+Group:         Applications
+Source0:       http://dl.sourceforge.net/getid3/%{name}-%{version}.zip
+# Source0-md5: defd162488ca015c2392e10d9d1fef2a
+URL:           http://getid3.sourceforge.net/
+Requires:      php-common >= 3:4.1.0
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _appdir %{_datadir}/php/%{name}
+
+%description
+getID3() is a PHP4 script that extracts useful information from MP3s &
+other multimedia file formats.
+
+%prep
+%setup -qc
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_appdir},%{_examplesdir}/%{name}-%{version}}
+cp -a getid3/*.php $RPM_BUILD_ROOT%{_appdir}
+cp -a demos/demo.*.php $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc changelog.txt dependencies.txt readme.txt structure.txt
+%{_appdir}
+%{_examplesdir}/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/01/06 18:59:43  glen
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to