Author: patrys Date: Fri Feb 15 17:57:49 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: SPECS: yamdi.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/yamdi.spec diff -u /dev/null SPECS/yamdi.spec:1.1 --- /dev/null Fri Feb 15 18:57:49 2008 +++ SPECS/yamdi.spec Fri Feb 15 18:57:44 2008 @@ -0,0 +1,47 @@ +# $Revision$, $Date$ +Summary: Yet Another MetaData Injector for FLV +Name: yamdi +Version: 1.2 +Release: 1 +License: Other +Group: Applications/Text +Source0: http://dl.sourceforge.net/yamdi/%{name}-%{version}.tar.gz +# Source0-md5: cfec9510b1f524cc8563be6e3367b25d +URL: http://yamdi.sourceforge.net/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +yamdi stands for Yet Another MetaData Injector and is a metadata +injector for FLV files. It adds the onMetaData event to your FLV +files. + +%prep +%setup -q + +%build +%{__cc} yamdi.c -o yamdi -O2 -Wall -D_FILE_OFFSET_BITS=64 + +%install +rm -rf $RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT%{_bindir} + +install yamdi $RPM_BUILD_ROOT%{_bindir}/yamdi + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc CHANGES LICENSE README +%attr(755,root,root) %{_bindir}/* + +%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 2008-02-15 17:57:44 patrys +- initial PLD release + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
