]> git.pld-linux.org Git - packages/dmalloc.git/commitdiff
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
authorkloczek <kloczek@pld-linux.org>
Wed, 9 Oct 2002 13:14:20 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dmalloc.spec -> 1.13

dmalloc.spec

index 30a4b1cd70d920f7f0ff5447b33a760e468105ce..43f5bb2d8e8aea38252d7846dbf42d053ad8cdb3 100644 (file)
@@ -53,7 +53,7 @@ install %{SOURCE1} .
 %patch2 -p0
 
 %build
-aclocal
+%{__aclocal}
 %{__autoconf}
 %configure \
        --enable-cxx \
@@ -73,8 +73,6 @@ install -d $RPM_BUILD_ROOT{%{_infodir},%{_mandir}/man1}
 
 install dmalloc.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
-gzip -9nf README NEWS ChangeLog
-
 %post
 /sbin/ldconfig
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
@@ -88,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README NEWS ChangeLog
 %attr(755,root,root) %{_bindir}/*
 %{_includedir}/*
 %attr(755,root,root) %{_libdir}/lib*.so
This page took 0.076902 seconds and 4 git commands to generate.