]> git.pld-linux.org Git - projects/template-specs.git/blobdiff - template.spec
- s/{__make}/{makeinstall}
[projects/template-specs.git] / template.spec
index f50c50edc52b7e7c6ce59c5c8b6328b28c5e8e84..47d6f327ab74fe268d12d87787947c75e18cbbaf 100644 (file)
@@ -16,10 +16,10 @@ Patch0:             %{name}-what.patch
 URL:           -
 BuildRequires: -
 PreReq:                -
-Requires:      -
 Requires(pre,post):    -
 Requires(preun):       -
 Requires(postun):      -
+Requires:      -
 Provides:      -
 Obsoletes:     -
 Conflicts:     -
@@ -43,12 +43,13 @@ Group:              -
 %patch0 -p1
 
 %build
-rm -f missing
-%{__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}
 
@@ -57,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.026608 seconds and 4 git commands to generate.