]> git.pld-linux.org Git - projects/template-specs.git/blobdiff - template.spec
- s/{__make}/{makeinstall}
[projects/template-specs.git] / template.spec
index e472d1c98bb2100099f0d34dd62d782317a24d8a..47d6f327ab74fe268d12d87787947c75e18cbbaf 100644 (file)
@@ -43,11 +43,13 @@ Group:              -
 %patch0 -p1
 
 %build
-%{__gettextize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
+# if ac/am/* rebuilding is necessary, do it in this order and add
+# appropriate BuildRequires
+#%%{__gettextize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
 %configure
 %{__make}
 
@@ -56,8 +58,7 @@ rm -rf $RPM_BUILD_ROOT
 # create directories if necessary
 #install -d $RPM_BUILD_ROOT
 
-%{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+%{makeinstall}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.047934 seconds and 4 git commands to generate.