]> git.pld-linux.org Git - packages/dmalloc.git/commitdiff
- updated to 5.3.0 auto/ac/dmalloc-5_3_0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 10 May 2004 01:19:45 +0000 (01:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dmalloc.spec -> 1.19

dmalloc.spec

index 9a0f90c0d519d4fdfa84fd6a271508c960178144..81dfac4d5ac4d4b8ae63627382e907bbf270c2fb 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       A library for controlling and tracing dynamic memory allocations
 Summary(pl):   Biblioteka do kontroli i ¶ledzenia dynamicznej alokacji pamiêcie
 Name:          dmalloc
-Version:       4.8.2
-Release:       3
+Version:       5.3.0
+Release:       1
 License:       LGPL
 Group:         Development/Debuggers
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tgz
-# Source0-md5: e9e961b844cc0179b7899eb7a6cd3e6a
+# Source0-md5: d11a4a5d5bd258ef7461babec9e177fa
 Source1:       %{name}.1
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-pic.patch
@@ -49,7 +49,9 @@ Biblioteki statyczne dmalloc.
 %prep
 %setup -q
 install %{SOURCE1} .
+cd docs
 %patch0 -p1
+cd ..
 %patch1 -p1
 %patch2 -p0
 
@@ -61,7 +63,9 @@ install %{SOURCE1} .
        --enable-threads \
        --enable-shlib
 
-%{__make} dmalloc_t all light dmalloc.info
+%{__make}
+%{__make} docs/%{name}.info
+ln -s docs/%{name}.info %{name}.info
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -87,7 +91,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README NEWS ChangeLog
+%doc README NEWS ChangeLog*
 %attr(755,root,root) %{_bindir}/*
 %{_includedir}/*
 %attr(755,root,root) %{_libdir}/lib*.so
This page took 0.075399 seconds and 4 git commands to generate.