]> git.pld-linux.org Git - packages/fame.git/blame - fame.spec
adapterized
[packages/fame.git] / fame.spec
CommitLineData
cf82e613
AF
1Name: fame
2Summary: Fast Assembly MPEG Encoder
3Version: 0.1.3
4Release: 1
5License: GPL
6Group: Applications/Graphics
7Group(de): Applikationen/Grafik
8Group(pl): Aplikacje/Grafika
9Source0: http://www.enst-bretagne.fr/~chappeli/fame/download/%{name}-%{version}.tar.gz
10URL: http://www.enst-bretagne.fr/~chappeli/fame/
11BuildRequires: nasm
12BuildRequires: libstdc++ >= 2.10.0
13Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
87875e3c
AF
14
15%description
cf82e613
AF
16An MPEG encoder optimized for Pentium MMX technology. It can capture
17video from various sources and create an MPEG 1 video elementary
18stream, which is then recorded in a file or sent over a network. This
19is a beta release.
87875e3c
AF
20
21%prep
cf82e613 22%setup -q -n fame
87875e3c
AF
23
24%build
cf82e613
AF
25%configure
26%{__make}
87875e3c
AF
27
28%install
cf82e613
AF
29rm -rf $RPM_BUILD_ROOT
30%{__make} install prefix=$RPM_BUILD_ROOT%{_prefix}
87875e3c
AF
31
32%clean
33rm -rf $RPM_BUILD_ROOT
34
35%files
cf82e613 36%defattr(644,root,root,755)
87875e3c 37%doc AUTHORS COPYING CHANGES BUGS README TODO doc/
cf82e613
AF
38%attr(755,root,root) %{_bindir}/fame
39%attr(755,root,root) %{_bindir}/mpegnc
40%{_libdir}/fame/*/*.so
41%{_mandir}/man1/*
This page took 0.072055 seconds and 4 git commands to generate.