yamdi/yamdi.spec

Name: yamdi
Summary: Yet Another MetaData Injector for FLV
Version: 1.2
Release: 1
License: GPL
Group: Applications/Multimedia
URL: http://yamdi.sourceforge.net/
Description: yamdi is a metadata injector for FLV files. It adds the onMetaData event to your FLV files.

CentOS 7 x86_64

The build could not start because the following file is missing: yamdi-1.2.tar.gz

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: yamdi-1.2.tar.gz

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dag

Summary: Yet Another MetaData Injector for FLV
Name: yamdi
Version: 1.2
Release: 1%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://yamdi.sourceforge.net/

Source: http://dl.sf.net/yamdi/yamdi-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

#BuildRequires: 
#Requires:

%description
yamdi is a metadata injector for FLV files. It adds the onMetaData event to
your FLV files.

%prep
%setup

%build
${CC:-%{__cc}} %{optflags} -fpic -o yamdi yamdi.c

%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0755 yamdi %{buildroot}%{_bindir}/yamdi

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc CHANGES LICENSE README
%{_bindir}/yamdi

%changelog
* Sat Jan 05 2008 Dag Wieers <dag@wieers.com> - 1.2-1
- Initial package. (using DAR)