rpms/monodevelop/F-9 monodevelop-1.0.spec,1.3,1.4

Mamoru Tasaka mtasaka at fedoraproject.org
Sun Nov 23 09:39:27 UTC 2008


Author: mtasaka

Update of /cvs/extras/rpms/monodevelop/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5371

Modified Files:
	monodevelop-1.0.spec 
Log Message:
* Sun Nov 23 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 1.0-7
- Remove BR: mono-basic-devel
- Remove --enable-gtksourceview2
- Fix installation path of pkgconfig .pc file



Index: monodevelop-1.0.spec
===================================================================
RCS file: /cvs/extras/rpms/monodevelop/F-9/monodevelop-1.0.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- monodevelop-1.0.spec	17 Nov 2008 14:36:30 -0000	1.3
+++ monodevelop-1.0.spec	23 Nov 2008 09:38:57 -0000	1.4
@@ -8,7 +8,7 @@
 Summary: A full-featured IDE for Mono and Gtk sharp
 Name: monodevelop
 Version: 1.0
-Release: 6.2%{?dist}
+Release: 7%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Source0: http://go-mono.com/sources/%{name}/%{name}-%{version}.tar.bz2
@@ -18,7 +18,7 @@
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: mono-devel, gtk-sharp2-devel, intltool, gettext-devel, bytefx-data-mysql, mono-data-postgresql, mono-data-oracle, mono-data-sqlite, mono-data-sybase, gtk-sharp2-gapi, shared-mime-info, pkgconfig, gtksourceview-sharp-devel, monodoc-devel, subversion-devel desktop-file-utils,boo-devel
 BuildRequires: gecko-sharp2-devel gtk-sharp2-devel gnome-sharp-devel mono-core
-BuildRequires: autoconf libtool automake mono-nunit-devel mono-nunit22-devel mono-nunit mono-basic-devel gtksourceview-sharp-devel mono-tools-devel
+BuildRequires: autoconf libtool automake mono-nunit-devel mono-nunit22-devel mono-nunit gtksourceview-sharp-devel mono-tools-devel
 %ifarch !ppc
 BuildRequires: boo-devel
 Requires: boo
@@ -52,6 +52,7 @@
 %prep
 %setup -q 
 %patch0 -p1 -b .orig
+sed -i -e 's|^pkgconfigdir=.*$|pkgconfigdir = \$(libdir)/pkgconfig|' Makefile.am
 autoreconf -f -i -s
 %patch2 -p1 -b .use-system-Mono.Cecil
 # Here is where we replace the LONGCECILSTRING LONGCECILMDBSTRING placeholders with the actual
@@ -73,7 +74,7 @@
 cp %{_libdir}/mono/nunit22/nunit.framework.dll src/addins/NUnit/lib/
 
 %build
-%configure --enable-boo --enable-java --enable-nemerle --enable-versioncontrol --prefix=%{_prefix} --libdir=%{_libdir} --enable-gnomeplatform --enable-c --enable-gtksourceview2 
+%configure --enable-boo --enable-java --enable-nemerle --enable-versioncontrol --prefix=%{_prefix} --libdir=%{_libdir} --enable-gnomeplatform --enable-c 
 make
 # no smp flags as it falls over during the build (race condition)
 
@@ -131,6 +132,11 @@
 %{__rm} -rf %{buildroot}
 
 %changelog
+* Sun Nov 23 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 1.0-7
+- Remove BR: mono-basic-devel
+- Remove --enable-gtksourceview2
+- Fix installation path of pkgconfig .pc file
+
 * Mon Nov 17 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
 - Rebuild against newer gtk-sharp2 (bug 468055)
 




More information about the fedora-extras-commits mailing list