rpms/gtksourceview3/devel gtksourceview3-warn-all.patch, NONE, 1.1 gtksourceview3.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthias Clasen mclasen at fedoraproject.org
Tue Jul 13 19:11:17 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gtksourceview3/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23569/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gtksourceview3-warn-all.patch gtksourceview3.spec import.log 
Log Message:
initial import


gtksourceview3-warn-all.patch:
 Makefile.am |    2 +-
 Makefile.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE gtksourceview3-warn-all.patch ---
diff -up gtksourceview-2.90.3/gtksourceview/Makefile.am.warn-all gtksourceview-2.90.3/gtksourceview/Makefile.am
--- gtksourceview-2.90.3/gtksourceview/Makefile.am.warn-all	2010-06-29 10:34:54.121941117 -0400
+++ gtksourceview-2.90.3/gtksourceview/Makefile.am	2010-06-29 10:35:12.226690385 -0400
@@ -166,7 +166,7 @@ if HAVE_INTROSPECTION
 INTROSPECTION_GIRS = GtkSource-3.0.gir
 
 GtkSource-3.0.gir: libgtksourceview-3.0.la
-INTROSPECTION_SCANNER_ARGS = -I$(top_srcdir) --warn-all
+INTROSPECTION_SCANNER_ARGS = -I$(top_srcdir)
 GtkSource_3_0_gir_NAMESPACE = GtkSource
 GtkSource_3_0_gir_VERSION = 3.0
 GtkSource_3_0_gir_LIBS = libgtksourceview-3.0.la
diff -up gtksourceview-2.90.3/gtksourceview/Makefile.in.warn-all gtksourceview-2.90.3/gtksourceview/Makefile.in
--- gtksourceview-2.90.3/gtksourceview/Makefile.in.warn-all	2010-06-29 10:35:00.708940698 -0400
+++ gtksourceview-2.90.3/gtksourceview/Makefile.in	2010-06-29 10:35:19.929866024 -0400
@@ -459,7 +459,7 @@ libgtksourcecompletionwords_files = \
 	./completion-providers/words/gtksourcecompletionwords.c
 
 @HAVE_INTROSPECTION_TRUE at INTROSPECTION_GIRS = GtkSource-3.0.gir
- at HAVE_INTROSPECTION_TRUE@INTROSPECTION_SCANNER_ARGS = -I$(top_srcdir) --warn-all
+ at HAVE_INTROSPECTION_TRUE@INTROSPECTION_SCANNER_ARGS = -I$(top_srcdir)
 @HAVE_INTROSPECTION_TRUE at GtkSource_3_0_gir_NAMESPACE = GtkSource
 @HAVE_INTROSPECTION_TRUE at GtkSource_3_0_gir_VERSION = 3.0
 @HAVE_INTROSPECTION_TRUE at GtkSource_3_0_gir_LIBS = libgtksourceview-3.0.la


--- NEW FILE gtksourceview3.spec ---
%define glib_version 2.25
%define gtk_version 2.90

%define po_package gtksourceview-3.0

Summary: A library for viewing source files
Name: gtksourceview3
Version: 2.90.3
Release: 2%{?dist}
License: LGPLv2+ and GPLv2+
# the library itself is LGPL, some .lang files are GPL
Group: System Environment/Libraries
URL: http://gtksourceview.sourceforge.net/
#VCS: git:git://git.gnome.org/gtksourceview
Source0: http://download.gnome.org/sources/gtksourceview/2.90/gtksourceview-%{version}.tar.bz2
BuildRequires: libxml2-devel
BuildRequires: glib2-devel >= %{glib_version}
BuildRequires: gtk3-devel >= %{gtk_version}
BuildRequires: intltool >= 0.35
BuildRequires: gettext
BuildRequires: gobject-introspection-devel

# Make it build with the released gobject-introspection
Patch0: gtksourceview3-warn-all.patch

%description
GtkSourceView is a text widget that extends the standard GTK+
GtkTextView widget. It improves GtkTextView by implementing
syntax highlighting and other features typical of a source code editor.

This package contains version 3 of GtkSourceView. The older version
2 is contains in the gtksourceview2 package.

%package devel
Summary: Files to compile applications that use gtksourceview3
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: gtk3-devel >= %{gtk_version}
Requires: libxml2-devel

%description devel
gtksourceview3-devel contains the files required to compile
applications which use GtkSourceView 3.

%prep
%setup -q -n gtksourceview-%{version}
%patch0 -p1 -b .warn-all

%build
%configure --disable-gtk-doc --disable-static

make %{?_smp_mflags}

%install
make install DESTDIR=$RPM_BUILD_ROOT

# remove unwanted files
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_datadir}/gtksourceview-3.0/language-specs/check.sh
rm -f $RPM_BUILD_ROOT%{_datadir}/gtksourceview-3.0/language-specs/convert.py

%find_lang %{po_package}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files -f %{po_package}.lang
%defattr(-,root,root,-)
%doc README AUTHORS COPYING NEWS MAINTAINERS
%{_datadir}/gtksourceview-3.0
%{_libdir}/*.so.*
%{_libdir}/girepository-1.0/GtkSource-3.0.typelib

%files devel
%defattr(-,root,root,-)
%{_includedir}/gtksourceview-3.0
%{_datadir}/gtk-doc/html/*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_datadir}/gir-1.0/GtkSource-3.0.gir

%changelog
* Tue Jun 29 2010 Matthias Clasen <mclasen at redhat.com> - 2.90.3-2
- Incorporate some review feedback

* Tue Jun 29 2010 Matthias Clasen <mclasen at redhat.com> - 2.90.3-1
- Initial packaging of GtkSourceview 3


--- NEW FILE import.log ---
gtksourceview3-2_90_3-2_fc14:HEAD:gtksourceview3-2.90.3-2.fc14.src.rpm:1279048073


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gtksourceview3/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	13 Jul 2010 15:43:22 -0000	1.1
+++ .cvsignore	13 Jul 2010 19:11:17 -0000	1.2
@@ -0,0 +1 @@
+gtksourceview-2.90.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gtksourceview3/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 Jul 2010 15:43:22 -0000	1.1
+++ sources	13 Jul 2010 19:11:17 -0000	1.2
@@ -0,0 +1 @@
+2f32593753708cdcd0a47be64031c337  gtksourceview-2.90.3.tar.bz2



More information about the scm-commits mailing list