rpms/monodevelop-debugger-gdb/F-13 import.log, NONE, 1.1 mdb-gdb-2-2.patch, NONE, 1.1 monodevelop-debugger-gdb.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul F. Johnson pfj at fedoraproject.org
Sat Mar 6 08:50:06 UTC 2010


Author: pfj

Update of /cvs/pkgs/rpms/monodevelop-debugger-gdb/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2107/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log mdb-gdb-2-2.patch monodevelop-debugger-gdb.spec 
Log Message:

Initial import 



--- NEW FILE import.log ---
monodevelop-debugger-gdb-2_2_1-2_fc14:F-13:monodevelop-debugger-gdb-2.2.1-2.fc14.src.rpm:1267865363

mdb-gdb-2-2.patch:
 MonoDevelop.Debugger.Gdb-new.make |    2 +-
 configure                         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE mdb-gdb-2-2.patch ---
--- monodevelop-debugger-gdb-2.2/configure	2009-12-11 20:51:19.000000000 +0000
+++ monodevelop-debugger-gdb-2.2/configure-new	2010-01-24 22:24:03.000000000 +0000
@@ -124,7 +124,7 @@
 [ $? -eq 1 ] && exit 1
 
 if [ -z "$libdir" ]; then
-	libdir=$prefix/lib
+	libdir=$(libdir)
 fi
 if [ -z "$bindir" ]; then
 	bindir=$prefix/bin
--- monodevelop-debugger-gdb-2.2/MonoDevelop.Debugger.Gdb.make	2009-11-05 18:11:27.000000000 +0000
+++ monodevelop-debugger-gdb-2.2/MonoDevelop.Debugger.Gdb-new.make	2010-01-24 21:18:40.000000000 +0000
@@ -74,7 +74,7 @@
 $(build_xamlg_list): %.xaml.g.cs: %.xaml
 	xamlg '$<'
 
-INSTALL_DIR = $(DESTDIR)$(prefix)/lib/monodevelop/AddIns/MonoDevelop.Debugger
+INSTALL_DIR = $(DESTDIR)$(libdir)/monodevelop/AddIns/MonoDevelop.Debugger
 
 LOCAL_PKGCONFIG=PKG_CONFIG_PATH=../../local-config:$$PKG_CONFIG_PATH
 


--- NEW FILE monodevelop-debugger-gdb.spec ---
# rpm does not currently pull debuginfo out of mono packages
%global debug_package %{nil}  

Summary:	      MonoDevelop gdb Debugger Add-in
Name:		      monodevelop-debugger-gdb
Version:	      2.2.1
Release:	      2%{?dist}
License:	      MIT
Group:		      Development/Tools
Source:		      http://ftp.novell.com/pub/mono/sources/%{name}/%{name}-%{version}.tar.bz2
URL:		      http://www.monodevelop.com/
Patch0:		      mdb-gdb-2-2.patch
BuildRoot:	      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)  
BuildRequires:	      mono-devel >= 2.6 monodevelop-devel >= 2.2 mono-addins-devel 
Requires:	      monodevelop >= 2.2 gdb
ExclusiveArch:	      %ix86 x86_64 ia64 armv4l sparcv9 alpha s390 s390x

%description
Mono gdb Debugger Add-in for MonoDevelop. 

%prep
%setup -q
%patch0 -p1 -b .lib64

%build
./configure --prefix=%{_prefix} --bindir=%{_bindir} --datadir=%{_datadir} --libdir=%{_libdir}
# no parallel build support
make

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_libdir}/monodevelop/AddIns/MonoDevelop.Debugger/MonoDevelop.Debugger.Gdb*

%changelog
* Thu Mar 04 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2.1-2
- Spec file clean up
- Remove BR gdb, added R gdb

* Fri Feb 12 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2.1-1
- Bump to 2.2.1

* Sun Jan 24 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-2
- Fix URL and licence
- Fix build problems on x86_64

* Sun Jan 03 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-1
- Initial import


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop-debugger-gdb/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 Mar 2010 05:32:13 -0000	1.1
+++ .cvsignore	6 Mar 2010 08:50:06 -0000	1.2
@@ -0,0 +1 @@
+monodevelop-debugger-gdb-2.2.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop-debugger-gdb/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 Mar 2010 05:32:13 -0000	1.1
+++ sources	6 Mar 2010 08:50:06 -0000	1.2
@@ -0,0 +1 @@
+33af29187c122ff29b28d77ef889c37e  monodevelop-debugger-gdb-2.2.1.tar.bz2



More information about the scm-commits mailing list