SPECS: injectso.spec (NEW) - new

zbyniu zbyniu at pld-linux.org
Tue Mar 11 21:26:12 CET 2008


Author: zbyniu                       Date: Tue Mar 11 20:26:12 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   injectso.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/injectso.spec
diff -u /dev/null SPECS/injectso.spec:1.1
--- /dev/null	Tue Mar 11 21:26:12 2008
+++ SPECS/injectso.spec	Tue Mar 11 21:26:07 2008
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+Summary:	Tool to inject shared libraries into running processes
+Summary(pl.UTF-8):	-
+Name:		injectso
+Version:	0.2.1
+Release:	0.1
+License:	GPL v2
+Group:		Libraries
+Source0:	http://www.securereality.com.au/archives/%{name}-%{version}.tar.gz
+# Source0-md5:	a6d775a9b3ef890e2259b03e898def9c
+URL:		-
+BuildRequires:	autoconf
+ExclusiveArch:	%{ix86} sparc
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tool to inject shared libraries into running processes.
+
+%description -l pl.UTF-8
+
+%prep
+%setup -q -n %{name}-0.2
+
+%build
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+install injectso $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README.html README.txt TODO
+%attr(755,root,root) %{_bindir}/injectso
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-03-11 20:26:07  zbyniu
+- new
+
================================================================


More information about the pld-cvs-commit mailing list