rpms/gtksourceview-sharp/FC-5 gtksourceview-sharp.spec, 1.1, 1.2 gtksourceview-sharp-libdir.patch, 1.1, NONE

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Mon Jul 31 21:07:04 UTC 2006


Author: pfj

Update of /cvs/extras/rpms/gtksourceview-sharp/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20406/FC-5

Modified Files:
	gtksourceview-sharp.spec 
Removed Files:
	gtksourceview-sharp-libdir.patch 
Log Message:
auto-import gtksourceview-sharp-2.0-14 on branch FC-5 from gtksourceview-sharp-2.0-14.src.rpm


Index: gtksourceview-sharp.spec
===================================================================
RCS file: /cvs/extras/rpms/gtksourceview-sharp/FC-5/gtksourceview-sharp.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtksourceview-sharp.spec	23 Jul 2006 13:50:09 -0000	1.1
+++ gtksourceview-sharp.spec	31 Jul 2006 21:07:04 -0000	1.2
@@ -1,18 +1,16 @@
 %define extra 0.10
-%define debug_package %{nil}
+%define monodir %{_prefix}/lib
 
 Summary: A C sharp binder for gtksourceview
 Name: gtksourceview-sharp
 Version: 2.0
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 Source0: http://go-mono.com/sources/%{name}-%{version}/%{name}-%{version}-%{extra}.tar.gz
-Patch0: %{name}-libdir.patch
 URL: http://go-mono.com/sources/%{name}-%{version}/
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: mono-data, mono-devel, gtk-sharp2, gtksourceview-devel, gtk-sharp2-gapi, gecko-sharp2, pkgconfig
-# Just util we get libdir sorted out with upstream
 BuildRequires: autoconf, automake
 Requires: mono-core, gtksourceview
 
@@ -30,14 +28,10 @@
 %prep
 rm -rf %
 %setup -q -n %{name}-%{version}-%{extra}
-%patch0
 
 %build
 export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
-aclocal
-autoconf
-automake
-%configure --target=sparc86x
+%configure --libdir=%{monodir}
 make all %{?_smp_mflags}
 
 %install
@@ -51,17 +45,22 @@
 %doc AUTHORS COPYING INSTALL NEWS README
 %{_datadir}/gapi-2.0/gtksourceview-api.xml
 %{_datadir}/gtksourceview-1.0/language-specs/nemerle.lang
-%{_libdir}/mono/gac/gtksourceview-sharp/*
-%{_libdir}/mono/gtksourceview-sharp-2.0/gtksourceview-sharp.dll
+%{monodir}/mono/gac/gtksourceview-sharp/*
+%{monodir}/mono/gtksourceview-sharp-2.0/gtksourceview-sharp.dll
 
 %files devel
 %defattr (-,root,root,-)
-%{_libdir}/pkgconfig/gtksourceview-sharp-2.0.pc
+%{monodir}/pkgconfig/gtksourceview-sharp-2.0.pc
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %changelog
+* Mon Jul 31 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> - 2.0-0.10-14
+- reverted 64 bit patches
+- removed arch from configure 
+- added libdir=monodir to the configure line
+
 * Thu Jul 20 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> -2.0-0.10-13
 - Altered licence
 


--- gtksourceview-sharp-libdir.patch DELETED ---




More information about the fedora-extras-commits mailing list