From 6a550c60ad6b06aceb60dd1d95f7c00b7bf7b247 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 7 May 2002 21:50:35 +0000 Subject: [PATCH] - new version 0.8.10 Changed files: fame.spec -> 1.8 --- fame.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/fame.spec b/fame.spec index 8864fa1..f633940 100644 --- a/fame.spec +++ b/fame.spec @@ -1,13 +1,15 @@ Summary: Fast Assembly MPEG Encoder Summary(pl): Szybki koder MPEG w asemblerze Name: fame -Version: 0.8.7 -Release: 2 +Version: 0.8.10 +Release: 1 License: GPL Group: Applications/Graphics Source0: ftp://ftp.sourceforge.net/pub/sourceforge/fame/%{name}-%{version}.tar.gz URL: http://fame.sourceforge.net/ BuildRequires: nasm +BuildRequires: autoconf +BuildRequires: libfame-devel BuildRequires: libstdc++ >= 2.10.0 Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -23,15 +25,16 @@ Koder MPEG zoptymalizowany dla Pentium MMX. Mo zapisywany do pliku lub wysy³any przez sieæ. %prep -%setup -q -n %{name} +%setup -q %build +autoconf %configure %{__make} %install rm -rf $RPM_BUILD_ROOT -%{__make} install prefix=$RPM_BUILD_ROOT%{_prefix} +%{__make} install prefix=$RPM_BUILD_ROOT%{_prefix} mandir=$RPM_BUILD_ROOT%{_mandir} libdir=$RPM_BUILD_ROOT%{_libdir} bindir=$RPM_BUILD_ROOT%{_bindir} gzip -9nf AUTHORS CHANGES BUGS README TODO @@ -40,10 +43,6 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc {AUTHORS,CHANGES,BUGS,README,TODO}.gz doc +%doc {AUTHORS,CHANGES,BUGS,README,TODO}.gz %attr(755,root,root) %{_bindir}/fame -%attr(755,root,root) %{_bindir}/mpegnc -%dir %{_libdir}/fame -%dir %{_libdir}/fame/* -%{_libdir}/fame/*/*.so %{_mandir}/man1/* -- 2.43.0