]> git.pld-linux.org Git - packages/scanmem.git/commitdiff
upgraded to 0.13 auto/th/scanmem-0.13-1
authorTomasz Pala <gotar@pld-linux.org>
Mon, 10 Aug 2015 11:20:56 +0000 (13:20 +0200)
committerTomasz Pala <gotar@pld-linux.org>
Mon, 10 Aug 2015 11:20:56 +0000 (13:20 +0200)
scanmem.spec

index ffdb40e3b30648f2c07c48e0e289ec1bb2a7de42..0638ba8dffc123b110ca8e84de13a3e64ef6cd82 100644 (file)
@@ -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*
This page took 0.128245 seconds and 4 git commands to generate.