From: Arkadiusz Miśkiewicz Date: Wed, 14 Nov 2007 23:50:56 +0000 (+0000) Subject: - up to 5.5.2 X-Git-Tag: auto/th/dmalloc-5_5_2-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdmalloc.git;a=commitdiff_plain - up to 5.5.2 Changed files: dmalloc.spec -> 1.28 --- diff --git a/dmalloc.spec b/dmalloc.spec index b6aed5a..50689a1 100644 --- a/dmalloc.spec +++ b/dmalloc.spec @@ -1,12 +1,12 @@ Summary: A library for controlling and tracing dynamic memory allocations Summary(pl.UTF-8): Biblioteka do kontroli i śledzenia dynamicznej alokacji pamięci Name: dmalloc -Version: 5.4.2 +Version: 5.5.2 Release: 1 License: LGPL Group: Development/Debuggers -Source0: http://dl.sourceforge.net/dmalloc/%{name}-%{version}.tgz -# Source0-md5: ca8d9d72351679e20b8eff96a7a16bf3 +Source0: http://dmalloc.com/releases/%{name}-%{version}.tgz +# Source0-md5: f92e5606c23a8092f3d5694e8d1c932e Source1: %{name}.1 Patch0: %{name}-info.patch Patch1: %{name}-pic.patch @@ -72,10 +72,11 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_infodir},%{_mandir}/man1} %{makeinstall} \ - installsl installcxx installth installinfo \ + installsl installcxx installth \ shlibdir=$RPM_BUILD_ROOT%{_libdir} \ incdir=$RPM_BUILD_ROOT%{_includedir} +install docs/*.info $RPM_BUILD_ROOT%{_infodir} install dmalloc.1 $RPM_BUILD_ROOT%{_mandir}/man1 %post