[packages/scanmem] upgraded to 0.13

gotar gotar at pld-linux.org
Mon Aug 10 13:21:08 CEST 2015


commit f762a6acd2d5132130cf011d6371948f1a2fad0e
Author: Tomasz Pala <gotar at pld-linux.org>
Date:   Mon Aug 10 13:20:56 2015 +0200

    upgraded to 0.13

 scanmem.spec | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/scanmem.spec b/scanmem.spec
index ffdb40e..0638ba8 100644
--- a/scanmem.spec
+++ b/scanmem.spec
@@ -1,11 +1,13 @@
+# TODO:	package GUI
 Summary:	Interactive debugging utility
 Name:		scanmem
-Version:	0.07
+Version:	0.13
 Release:	1
-License:	GPL v2
+License:	GPL v3
 Group:		Development/Debuggers
-Source0:	http://taviso.decsystem.org/files/scanmem/%{name}-%{version}.tar.gz
-# Source0-md5:	a28baa2cf69b58b2773e379a49dae11c
+# v0.15.2 at	https://github.com/scanmem/scanmem/archive/v%{version}.tar.gz
+Source0:	http://scanmem.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5:	1c23eda15db242ff0aac96d94be11db1
 URL:		http://taviso.decsystem.org/scanmem.html
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -25,16 +27,18 @@ cheat at video games.
 %build
 %{__aclocal}
 %{__autoconf}
-%{__autoheader}
 %{__automake}
-%configure
+chmod +x configure
+%configure \
+	--enable-gui
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 
-install %{name} $RPM_BUILD_ROOT%{_bindir}
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,3 +47,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/scanmem.git/commitdiff/f762a6acd2d5132130cf011d6371948f1a2fad0e



More information about the pld-cvs-commit mailing list