]> git.pld-linux.org Git - packages/fame.git/commitdiff
- added full regenerate ac/am. RA-1_0 STABLE fame-0_8_10-1
authorkloczek <kloczek@pld-linux.org>
Thu, 9 May 2002 08:47:24 +0000 (08:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fame.spec -> 1.9

fame.spec

index f6339407b952e13eca5baf1a522a2c68b68e09b3..29ed89486b2a414def82e93a4bb431c77314eab2 100644 (file)
--- a/fame.spec
+++ b/fame.spec
@@ -7,10 +7,11 @@ 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: automake
 BuildRequires: libfame-devel
 BuildRequires: libstdc++ >= 2.10.0
+BuildRequires: nasm
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -28,13 +29,18 @@ zapisywany do pliku lub wysy
 %setup -q
 
 %build
+rm -f missing
+aclocal
 autoconf
+automake -a -c -f
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install prefix=$RPM_BUILD_ROOT%{_prefix} mandir=$RPM_BUILD_ROOT%{_mandir} libdir=$RPM_BUILD_ROOT%{_libdir} bindir=$RPM_BUILD_ROOT%{_bindir}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 gzip -9nf AUTHORS CHANGES BUGS README TODO
 
This page took 0.063188 seconds and 4 git commands to generate.