]> git.pld-linux.org Git - packages/fame.git/blame - fame.spec
- dropped pre-cvs changelog
[packages/fame.git] / fame.spec
CommitLineData
cf82e613 1Summary: Fast Assembly MPEG Encoder
e8f14f49 2Summary(pl.UTF-8): Szybki koder MPEG w asemblerze
1315a92b 3Name: fame
e6a33810 4Version: 0.9.0
6a550c60 5Release: 1
cf82e613
AF
6License: GPL
7Group: Applications/Graphics
26829c37 8Source0: http://dl.sourceforge.net/fame/%{name}-%{version}.tar.gz
e6a33810 9# Source0-md5: 4e70f10250e95d6867160f674b91ca93
37066551 10URL: http://fame.sourceforge.net/
6a550c60 11BuildRequires: autoconf
234072c9 12BuildRequires: automake
6a550c60 13BuildRequires: libfame-devel
cf82e613 14BuildRequires: libstdc++ >= 2.10.0
234072c9 15BuildRequires: nasm
ce153c94 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
87875e3c
AF
17
18%description
cf82e613
AF
19An MPEG encoder optimized for Pentium MMX technology. It can capture
20video from various sources and create an MPEG 1 video elementary
21stream, which is then recorded in a file or sent over a network. This
22is a beta release.
87875e3c 23
52436978
JR
24%description -l pl.UTF-8
25Koder MPEG zoptymalizowany dla Pentium MMX. Może łapać ramki z różnych
26źródeł i tworzyć podstawowy strumień MPEG 1, który może być potem
27zapisywany do pliku lub wysyłany przez sieć.
1315a92b 28
87875e3c 29%prep
6a550c60 30%setup -q
87875e3c
AF
31
32%build
234072c9 33rm -f missing
1f6db2b1 34%{__aclocal}
f69b1188 35%{__autoconf}
36%{__automake}
cf82e613
AF
37%configure
38%{__make}
87875e3c
AF
39
40%install
cf82e613 41rm -rf $RPM_BUILD_ROOT
234072c9 42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
87875e3c
AF
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
cf82e613 50%defattr(644,root,root,755)
1aa1f8f4 51%doc AUTHORS CHANGES BUGS README TODO
cf82e613 52%attr(755,root,root) %{_bindir}/fame
cf82e613 53%{_mandir}/man1/*
This page took 0.052436 seconds and 4 git commands to generate.