packages: heap-shot/heap-shot.spec - fixed build with mono 2.8 by removing ...

megabajt megabajt at pld-linux.org
Sun Oct 24 18:27:18 CEST 2010


Author: megabajt                     Date: Sun Oct 24 16:27:18 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fixed build with mono 2.8 by removing -configure.patch
- release 3

---- Files affected:
packages/heap-shot:
   heap-shot.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/heap-shot/heap-shot.spec
diff -u packages/heap-shot/heap-shot.spec:1.4 packages/heap-shot/heap-shot.spec:1.5
--- packages/heap-shot/heap-shot.spec:1.4	Sat Oct 23 17:23:13 2010
+++ packages/heap-shot/heap-shot.spec	Sun Oct 24 18:27:13 2010
@@ -5,21 +5,20 @@
 Summary:	A profiler to explore live objects in the heap
 Name:		heap-shot
 Version:	0.1
-Release:	2
+Release:	3
 License:	GPL v3
 Group:		Development/Tools
-# svn co svn://anonsvn.mono-project.com/source/trunk/heap-shot
+# git clone http://github.com/mono/heap-shot.git
 Source0:	%{name}.tar.bz2
 # Source0-md5:	976f917b5703eb321b7acac42e6f9000
-Patch0:		%{name}-configure.patch
-Patch1:		%{name}-unicode-dot.patch
-Patch2:		%{name}-build.patch
+Patch0:		%{name}-unicode-dot.patch
+Patch1:		%{name}-build.patch
 URL:		http://www.mono-project.com/HeapShot
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	dotnet-gtk-sharp2-devel
 BuildRequires:	libtool
-BuildRequires:	mono-csharp
+BuildRequires:	mono-csharp >= 2.8.0
 BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -38,10 +37,12 @@
 %setup -q -n %{name}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-./autogen.sh
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
 	--disable-static
 
@@ -64,7 +65,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/heap-shot
 %attr(755,root,root) %{_bindir}/heap-shot-gui
 %attr(755,root,root) %{_libdir}/libmono-profiler-heap-shot.so.*.*.*
@@ -78,6 +79,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2010/10/24 16:27:13  megabajt
+- fixed build with mono 2.8 by removing -configure.patch
+- release 3
+
 Revision 1.4  2010/10/23 15:23:13  megabajt
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/heap-shot/heap-shot.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list