]> git.pld-linux.org Git - packages/fame.git/commitdiff
- new version 0.8.10
authormarcus <marcus@pld-linux.org>
Tue, 7 May 2002 21:50:35 +0000 (21:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fame.spec -> 1.8

fame.spec

index 8864fa1865ed9120f3c12927d2d7d1132e6bf2e0..f6339407b952e13eca5baf1a522a2c68b68e09b3 100644 (file)
--- a/fame.spec
+++ b/fame.spec
@@ -1,13 +1,15 @@
 Summary:       Fast Assembly MPEG Encoder
 Summary(pl):   Szybki koder MPEG w asemblerze
 Name:          fame
 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
 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)
 
 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
 zapisywany do pliku lub wysy³any przez sieæ.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 %build
 
 %build
+autoconf
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %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
 
 
 gzip -9nf AUTHORS CHANGES BUGS README TODO
 
@@ -40,10 +43,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %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}/fame
-%attr(755,root,root) %{_bindir}/mpegnc
-%dir %{_libdir}/fame
-%dir %{_libdir}/fame/*
-%{_libdir}/fame/*/*.so
 %{_mandir}/man1/*
 %{_mandir}/man1/*
This page took 0.122183 seconds and 4 git commands to generate.