rpms/scanmem/devel scanmem.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

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


Author: jhrozek

Update of /cvs/extras/rpms/scanmem/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15687/devel

Modified Files:
	.cvsignore sources 
Added Files:
	scanmem.spec 
Log Message:
Initial cvs-import



--- 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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/scanmem/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Dec 2007 17:53:24 -0000	1.1
+++ .cvsignore	28 Dec 2007 19:48:17 -0000	1.2
@@ -0,0 +1 @@
+scanmem-0.07.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/scanmem/devel/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:48:17 -0000	1.2
@@ -0,0 +1 @@
+a28baa2cf69b58b2773e379a49dae11c  scanmem-0.07.tar.gz




More information about the fedora-extras-commits mailing list