OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 15-May-2007 08:03:13
Branch: HEAD Handle: 2007051507031300
Modified files:
openpkg-src/dmalloc dmalloc.spec
Removed files:
openpkg-src/dmalloc dmalloc.patch
Log:
upgrading package: dmalloc 5.5.1 -> 5.5.2
Summary:
Revision Changes Path
1.2 +0 -12 openpkg-src/dmalloc/dmalloc.patch
1.49 +8 -7 openpkg-src/dmalloc/dmalloc.spec
____________________________________________________________________________
rm -f openpkg-src/dmalloc/dmalloc.patch <<'@@ .'
Index: openpkg-src/dmalloc/dmalloc.patch
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/dmalloc/dmalloc.spec
============================================================================
$ cvs diff -u -r1.48 -r1.49 dmalloc.spec
--- openpkg-src/dmalloc/dmalloc.spec 26 Mar 2007 11:20:14 -0000 1.48
+++ openpkg-src/dmalloc/dmalloc.spec 15 May 2007 06:03:13 -0000 1.49
@@ -32,12 +32,11 @@
Class: BASE
Group: Debugging
License: GPL
-Version: 5.5.1
-Release: 20070326
+Version: 5.5.2
+Release: 20070515
# list of sources
Source0: http://dmalloc.com/releases/dmalloc-%{version}.tgz
-Patch0: dmalloc.patch
# build information
Prefix: %{l_prefix}
@@ -65,7 +64,6 @@
%prep
%setup -q
- %patch -p0
%build
CC="%{l_cc}" \
@@ -78,15 +76,18 @@
%install
rm -rf $RPM_BUILD_ROOT
- %{l_make} %{l_mflags} install installinfo \
+ %{l_make} %{l_mflags} install installdocs \
prefix=$RPM_BUILD_ROOT%{l_prefix} \
- exec_prefix=$RPM_BUILD_ROOT%{l_prefix}
+ exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \
+ docdir=$RPM_BUILD_ROOT%{l_prefix}/share/dmalloc/doc
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/share/dmalloc
%{l_shtool} install -c -m 644 \
dmallocrc $RPM_BUILD_ROOT%{l_prefix}/share/dmalloc/
- %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
+ %{l_files_std} \
+ '%doc %{l_prefix}/share/dmalloc/doc/*'
%files -f files
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]