rpms/scanmem/F-8 scanmem.spec,NONE,1.1 sources,1.1,1.2

Jakub Hrozek (jhrozek) fedora-extras-commits at redhat.com
Fri Dec 28 19:52:09 UTC 2007


Author: jhrozek

Update of /cvs/extras/rpms/scanmem/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15784/F-8

Modified Files:
	sources 
Added Files:
	scanmem.spec 
Log Message:
Import new package to F7 and F8 branches


--- NEW FILE scanmem.spec ---
Summary: Simple interactive debugging utility
Name: scanmem
Version: 0.07
Release: 2%{?dist}
License: GPLv2
Group: Development/Debuggers
Source0: http://taviso.decsystem.org/files/scanmem/scanmem-%{version}.tar.gz
URL: http://taviso.decsystem.org/scanmem.html
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires: readline-devel

%description
scanmem is a simple interactive debugging utility, used to locate the address
of a variable in an executing process. This can be used for the analysis or
modification of a hostile process on a compromised machine, reverse
engineering, or as a "pokefinder" to cheat at video games.

%prep
%setup -q

%build
%configure
%{__make} %{?_smp_mflags} CFLAGS='%{optflags}'

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc ChangeLog README TODO COPYING
%doc %{_mandir}/man1/scanmem.1*
%{_bindir}/scanmem

%changelog
* Thu Dec 27 2007 Jakub Hrozek <jhrozek at redhat.com> 0.07-2
- Refactored spec to match Fedora packaging guidelines

* Tue Jun 05 2007 Dag Wieers <dag at wieers.com> - 0.07-1 - 5269+/dag
- Updated to release 0.07.

* Sun Apr 15 2007 Dag Wieers <dag at wieers.com> - 0.06-1
- Updated to release 0.06.

* Sun Mar 04 2007 Dag Wieers <dag at wieers.com> - 0.05-1
- Updated to release 0.05.

* Tue Jan 30 2007 Dag Wieers <dag at wieers.com> - 0.04-1
- Initial package. (using DAR)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/scanmem/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Dec 2007 17:53:24 -0000	1.1
+++ sources	28 Dec 2007 19:51:36 -0000	1.2
@@ -0,0 +1 @@
+a28baa2cf69b58b2773e379a49dae11c  scanmem-0.07.tar.gz




More information about the fedora-extras-commits mailing list