]> git.pld-linux.org Git - projects/template-specs.git/blobdiff - template.spec
- s/{__make}/{makeinstall}
[projects/template-specs.git] / template.spec
index ab6d6336db2f955696a310829bea29a804374cae..47d6f327ab74fe268d12d87787947c75e18cbbaf 100644 (file)
@@ -9,15 +9,17 @@ Group:                -
 Vendor:                -
 Icon:          -
 Source0:       %{name}-%{version}.tar.gz
+# Source0-md5: -
 Source1:       -
-Patch0:                -
+# Source1-md5: -
+Patch0:                %{name}-what.patch
 URL:           -
 BuildRequires: -
 PreReq:                -
-Requires:      -
 Requires(pre,post):    -
 Requires(preun):       -
 Requires(postun):      -
+Requires:      -
 Provides:      -
 Obsoletes:     -
 Conflicts:     -
@@ -41,33 +43,37 @@ Group:              -
 %patch0 -p1
 
 %build
-%{__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}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $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
 
 %pre
 
-%preun
-
 %post
 
+%preun
+
 %postun
 
 %files
 %defattr(644,root,root,755)
-%doc README ChangeLog
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
 
This page took 0.049975 seconds and 4 git commands to generate.