SPECS: mono-debugger.spec - updated to 0.10
pawcioos
pawcioos at pld-linux.org
Sun Jul 17 17:00:43 CEST 2005
Author: pawcioos Date: Sun Jul 17 15:00:43 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.10
---- Files affected:
SPECS:
mono-debugger.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SPECS/mono-debugger.spec
diff -u SPECS/mono-debugger.spec:1.10 SPECS/mono-debugger.spec:1.11
--- SPECS/mono-debugger.spec:1.10 Thu Sep 2 12:25:19 2004
+++ SPECS/mono-debugger.spec Sun Jul 17 17:00:37 2005
@@ -2,12 +2,13 @@
Summary: Debugger for mono
Summary(pl): Odpluskiwacz dla mono
Name: mono-debugger
-Version: 0.6
+Version: 0.10
Release: 1
License: GPL
Group: Development/Libraries
-Source0: http://www.go-mono.com/archive/%{name}-%{version}.tar.gz
-# Source0-md5: 5874029644c64bfa957cc538a9e3f906
+Source0: http://go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: 6b7ea2b91f733788fdba8d4d1ff746c4
+Patch0: %{name}-build-doc.patch
URL: http://www.go-mono.com/
BuildRequires: autoconf
BuildRequires: automake
@@ -69,6 +70,7 @@
%prep
%setup -q
+%patch0 -p1
%build
%{__libtoolize}
@@ -85,6 +87,10 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+cp doc/debugger.source $RPM_BUILD_ROOT%{_libdir}/monodoc/sources
+cp doc/debugger.tree $RPM_BUILD_ROOT%{_libdir}/monodoc/sources
+cp doc/debugger.zip $RPM_BUILD_ROOT%{_libdir}/monodoc/sources
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -97,7 +103,7 @@
%attr(755,root,root) %{_bindir}/*
%attr(755,root,root) %{_libdir}/mono-debugger-mini-wrapper
%attr(755,root,root) %{_libdir}/*.so.*.*.*
-%{_libdir}/*.dll
+%{_libdir}/*
%files devel
%defattr(644,root,root,755)
@@ -119,6 +125,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2005/07/17 15:00:37 pawcioos
+- updated to 0.10
+
Revision 1.10 2004/09/02 10:25:19 snurf
- typos / formatting / etc.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mono-debugger.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list