]> git.pld-linux.org Git - packages/fame.git/blob - fame.spec
- new version 0.8.10
[packages/fame.git] / fame.spec
1 Summary:        Fast Assembly MPEG Encoder
2 Summary(pl):    Szybki koder MPEG w asemblerze
3 Name:           fame
4 Version:        0.8.10
5 Release:        1
6 License:        GPL
7 Group:          Applications/Graphics
8 Source0:        ftp://ftp.sourceforge.net/pub/sourceforge/fame/%{name}-%{version}.tar.gz
9 URL:            http://fame.sourceforge.net/
10 BuildRequires:  nasm
11 BuildRequires:  autoconf
12 BuildRequires:  libfame-devel
13 BuildRequires:  libstdc++ >= 2.10.0
14 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 An MPEG encoder optimized for Pentium MMX technology. It can capture
18 video from various sources and create an MPEG 1 video elementary
19 stream, which is then recorded in a file or sent over a network. This
20 is a beta release.
21
22 %description -l pl
23 Koder MPEG zoptymalizowany dla Pentium MMX. Mo¿e ³apaæ ramki z ró¿nych
24 ¼róde³ i tworzyæ podstawowy strumieñ MPEG 1, który mo¿e byæ potem
25 zapisywany do pliku lub wysy³any przez sieæ.
26
27 %prep
28 %setup -q
29
30 %build
31 autoconf
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 %{__make} install prefix=$RPM_BUILD_ROOT%{_prefix} mandir=$RPM_BUILD_ROOT%{_mandir} libdir=$RPM_BUILD_ROOT%{_libdir} bindir=$RPM_BUILD_ROOT%{_bindir}
38
39 gzip -9nf AUTHORS CHANGES BUGS README TODO
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc {AUTHORS,CHANGES,BUGS,README,TODO}.gz
47 %attr(755,root,root) %{_bindir}/fame
48 %{_mandir}/man1/*
This page took 0.058545 seconds and 3 git commands to generate.