Author: deejay1 Date: Sat Feb 10 14:15:14 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - initial revision - currently not working because of wrong symlinks created by ldconfig
---- Files affected: SPECS: heap-buddy.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/heap-buddy.spec diff -u /dev/null SPECS/heap-buddy.spec:1.1 --- /dev/null Sat Feb 10 15:15:14 2007 +++ SPECS/heap-buddy.spec Sat Feb 10 15:15:08 2007 @@ -0,0 +1,90 @@ +# $Revision$, $Date$ +# +%include /usr/lib/rpm/macros.mono +# +Summary: A heap profiler for mono +Summary(pl): Profiler sterty dla mono +Name: heap-buddy +Version: 0.2 +Release: 0.1 +License: MIT +Group: Development/Tools +Source0: http://go-mono.com/sources/heap-buddy/%{name}-%{version}.tar.gz +# Source0-md5: 619981c2596aec70eda6069489e6392b +URL: http://www.mono-project.org/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool +BuildRequires: mono-csharp +BuildRequires: pkgconfig +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Heap-buddy is a heap profiler for mono. It attaches to special hooks +in the mono runtime and tracks all of the managed memory allocations, +every garbage collection and every heap resize. + +%description -l pl +Heap-buddy jest profilerem sterty dla mono. Dołącza się do specjalnych +haków w środowisku uruchomieniowym mono i śledzi wszystkie alokacje +zarządzanej pamięci, każde odśmiecanie oraz zmianę rozmiaru sterty. + +%package static +Summary: Static heap-buddy library +Summary(pl): Statyczna biblioteka heap-buddy +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static heap-buddy library. + +%description static -l pl +Statyczna biblioteka heap-buddy + +%prep +%setup -q + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} + +%configure + +%{__make} -j1 + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} -j1 install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_bindir}/* +%{_prefix}/lib/%{name} +%{_libdir}/*.la +%attr(755,root,root) %{_libdir}/*.so.*.*.* + +%files static +%defattr(644,root,root,755) +%{_libdir}/*.a + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/02/10 14:15:08 deejay1 +- initial revision - currently not working because of wrong symlinks + created by ldconfig + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
