rpms/gtksourceview-sharp/devel gtksourceview-sharp-libdir.patch, NONE, 1.1 gtksourceview-sharp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Sun Jul 23 13:50:09 UTC 2006


Author: pfj

Update of /cvs/extras/rpms/gtksourceview-sharp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16899/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gtksourceview-sharp-libdir.patch gtksourceview-sharp.spec 
Log Message:
auto-import gtksourceview-sharp-2.0-13 on branch devel from gtksourceview-sharp-2.0-13.src.rpm

gtksourceview-sharp-libdir.patch:

--- NEW FILE gtksourceview-sharp-libdir.patch ---
--- Makefile.am.orig	2006-07-08 19:30:12.000000000 -0500
+++ Makefile.am	2006-07-08 19:32:18.000000000 -0500
@@ -6,6 +6,6 @@
 extra_langdir= $(gtksourceview_prefix)/share/gtksourceview-1.0/language-specs
 extra_lang_DATA=	nemerle.lang vbnet.lang
 
-pkgconfigdir = $(prefix)/lib/pkgconfig
+pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = gtksourceview-sharp-2.0.pc
 
--- configure.in.orig	2006-07-08 19:38:48.000000000 -0500
+++ configure.in	2006-07-08 19:39:08.000000000 -0500
@@ -54,7 +54,7 @@
 	AC_MSG_ERROR([No gacutil tool found])
 fi
 
-GACUTIL_FLAGS='/package gtksourceview-sharp-2.0 /root $(DESTDIR)$(prefix)/lib'
+GACUTIL_FLAGS='/package gtksourceview-sharp-2.0 /root $(DESTDIR)$(libdir)'
                                      
 AC_SUBST(RUNTIME)
 AC_SUBST(CSC)
--- gtksourceview-sharp-2.0.pc.in.orig	2005-04-26 11:49:22.000000000 -0500
+++ gtksourceview-sharp-2.0.pc.in	2006-07-08 22:13:20.000000000 -0500
@@ -7,4 +7,4 @@
 Description: GtkSourceView# - gtksourceview .NET Binding
 Version: @VERSION@
 Requires: gnome-sharp-2.0
-Libs: -r:${prefix}/lib/mono/gtksourceview-sharp-2.0/gtksourceview-sharp.dll
+Libs: -r:@libdir@/mono/gtksourceview-sharp-2.0/gtksourceview-sharp.dll


--- NEW FILE gtksourceview-sharp.spec ---
%define extra 0.10
%define debug_package %{nil}

Summary: A C sharp binder for gtksourceview
Name: gtksourceview-sharp
Version: 2.0
Release: 13%{?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

%description
gtksourceview-sharp is a C sharp binder for gtksourceview

%package devel
Summary:	Development files for gtksourceview-sharp
Group:	Development/Libraries
Requires:	%{name} = %{version}-%{release}

%description devel
Development files for gtksourceview-sharp

%prep
rm -rf %
%setup -q -n %{name}-%{version}-%{extra}
%patch0

%build
export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
aclocal
autoconf
automake
%configure --target=sparc86x
make all %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
make DESTDIR=%{buildroot} install
rm -f %{buildroot}%{_datadir}/gtksourceview-1.0/language-specs/vbnet.lang

%files
%defattr (-, root, root, -)
%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

%files devel
%defattr (-,root,root,-)
%{_libdir}/pkgconfig/gtksourceview-sharp-2.0.pc

%clean
%{__rm} -rf %{buildroot}

%changelog
* Thu Jul 20 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> -2.0-0.10-13
- Altered licence

* Sat Jul 08 2006 John Mahowald  <jpmahowald at gmail.com> - 2.0-0.10-12
- Fix up libdir
- Can't be noarch

* Wed Jun 14 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-0.10.11
- Changed to noarch
- Added --target=sparc86x to make configure happy
- Added BR pkgconfig

* Mon Jun 05 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-0.10.10
- Fix for devel file

* Sat Jun 03 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-0.10.9
- Fixed ownership problems

* Wed May 31 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-0.10.8
- Added libdir fix (courtest of John Mahowald)
- Added devel
- Ensured buildroot consistency
- Added doc to the files instead of manually adding them in the install

* Fri May 05 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-0.10.7
- quite a number of changes to ensure the correct building under all archs
- imported parts of the mono build spec from the FC5 package
- built and tested under mock - must get more memory into the test box

* Wed Apr 26 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-0.10.6
- Added BR gecko-sharp

* Sun Apr 23 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-0.10-5
- removed the static libdir
- removed file which caused conflict with gtksourceview package
- removed %%{_libdir}/monodoc/*

* Tue Apr 18 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-0.10-4
- Added Requires mono-core and gtksourceview
- libdir now usr-lib irrespective of architecture
- Quite a lot of spec file changes

* Sun Apr 16 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-0.10-3
- Added BR gtk-sharp2-gapi

* Tue Jan 24 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-0.10-2
- Additional dependancy added
- fixed to use the correct libdir

* Mon Jan 23 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-0.10-1
- Initial import



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gtksourceview-sharp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Jul 2006 13:49:16 -0000	1.1
+++ .cvsignore	23 Jul 2006 13:50:09 -0000	1.2
@@ -0,0 +1 @@
+gtksourceview-sharp-2.0-0.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gtksourceview-sharp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Jul 2006 13:49:16 -0000	1.1
+++ sources	23 Jul 2006 13:50:09 -0000	1.2
@@ -0,0 +1 @@
+2179634b8931e6be849a1e1f82c834e3  gtksourceview-sharp-2.0-0.10.tar.gz




More information about the fedora-extras-commits mailing list