[svn] r5130 - in trunk/rpms: . rdup scanmem

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Tue Jan 30 01:12:43 CET 2007


Author: dag
Date: 2007-01-30 01:12:39 +0100 (Tue, 30 Jan 2007)
New Revision: 5130

Added:
   trunk/rpms/scanmem/
   trunk/rpms/scanmem/scanmem.spec
Modified:
   trunk/rpms/rdup/rdup.spec
Log:
Updates

Modified: trunk/rpms/rdup/rdup.spec
===================================================================
--- trunk/rpms/rdup/rdup.spec	2007-01-29 21:45:09 UTC (rev 5129)
+++ trunk/rpms/rdup/rdup.spec	2007-01-30 00:12:39 UTC (rev 5130)
@@ -3,7 +3,7 @@
 
 Summary: Prints filenames for backup
 Name: rdup
-Version: 0.3.5
+Version: 0.3.6
 Release: 1
 License: GPL
 Group: Applications/File
@@ -63,5 +63,8 @@
 %{_datadir}/rdup/
 
 %changelog
+* Mon Jan 29 2007 Dag Wieers <dag at wieers.com> - 0.3.6-1
+- Updated to release 0.3.6.
+
 * Thu Dec 28 2006 Dag Wieers <dag at wieers.com> - 0.3.5-1
 - Initial package. (using DAR)

Added: trunk/rpms/scanmem/scanmem.spec
===================================================================
--- trunk/rpms/scanmem/scanmem.spec	                        (rev 0)
+++ trunk/rpms/scanmem/scanmem.spec	2007-01-30 00:12:39 UTC (rev 5130)
@@ -0,0 +1,45 @@
+# $Id$
+# Authority: dag
+# Upstream: <taviso$sdf,lonestar,org>
+
+Summary: Simple interactive debugging utility
+Name: scanmem
+Version: 0.04
+Release: 1
+License: GPL
+Group: Development/Debuggers
+URL: http://taviso.decsystem.org/scanmem.html
+
+Source: http://taviso.decsystem.org/files/scanmem/scanmem-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: ncurses-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
+
+%build
+%{__make} %{?_smp_mflags} CFLAGS='%{optflags} -DVERSIONSTRING="\"v$(VERSION)\""' LDFLAGS="-lreadline -lncurses"
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install PREFIX="%{buildroot}%{_prefix}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc ChangeLog README TODO
+%doc %{_mandir}/man1/scanmem.1*
+%{_bindir}/scanmem
+
+%changelog
+* Tue Jan 30 2007 Dag Wieers <dag at wieers.com> - 0.04-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/scanmem/scanmem.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native



More information about the svn-commits mailing list