]> git.pld-linux.org Git - packages/armagetronad.git/commitdiff
- auto generated Makefile break install. drop autotools
authorlisu <lisu@pld-linux.org>
Sat, 1 Jan 2011 20:24:51 +0000 (20:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    armagetronad.spec -> 1.4

armagetronad.spec

index a1a3769a5b935d4f9107ca6949aadcd38e9ff174..4c152768a073e19e9f6fa7beeafde40ed5211351 100644 (file)
@@ -17,8 +17,6 @@ URL:          http://armagetronad.net/
 BuildRequires: OpenGL-devel
 BuildRequires: SDL_image-devel
 BuildRequires: SDL_mixer-devel
-BuildRequires: autoconf
-BuildRequires: automake
 BuildRequires: libxml2-devel
 BuildRequires: sed >= 4.0
 BuildRequires: unzip
@@ -78,11 +76,6 @@ Serwer Armagetrona.
 #sed -i -e 's@/usr/lib@/usr/%{_lib}@;s@X11R6/lib@%{_lib}@' configure.in
 
 %build
-
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
 %configure \
        --disable-glout \
        --enable-games \
@@ -95,9 +88,9 @@ Serwer Armagetrona.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_bindir}} \
-       $RPM_BUILD_ROOT%{_prefix}/games/%{name}/moviepack \
-       $RPM_BUILD_ROOT%{_sysconfdir_server}
+#install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_bindir}} \
+#      $RPM_BUILD_ROOT%{_prefix}/games/%{name}/moviepack \
+#      $RPM_BUILD_ROOT%{_sysconfdir_server}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
This page took 0.036436 seconds and 4 git commands to generate.