From 0a2ca9aa10045b9a3205f098e2a71f5eeca3ab23 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 19 2015 15:42:28 +0000 Subject: import gtksourceview3-3.14.3-1.el7 --- diff --git a/.gitignore b/.gitignore index 067032a..4e057af 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/gtksourceview-3.8.1.tar.xz +SOURCES/gtksourceview-3.14.3.tar.xz diff --git a/.gtksourceview3.metadata b/.gtksourceview3.metadata index dc5403e..d8ac2ea 100644 --- a/.gtksourceview3.metadata +++ b/.gtksourceview3.metadata @@ -1 +1 @@ -b291f6f67d0a1d6b04f2ab1697586a7b5982810c SOURCES/gtksourceview-3.8.1.tar.xz +b351971e20e95097168f761db89d258d1012effd SOURCES/gtksourceview-3.14.3.tar.xz diff --git a/SPECS/gtksourceview3.spec b/SPECS/gtksourceview3.spec index 8d920f9..8d151e1 100644 --- a/SPECS/gtksourceview3.spec +++ b/SPECS/gtksourceview3.spec @@ -1,23 +1,25 @@ -%define gtk_version 3.0.0 +%define gtk_version 3.13.7 %define po_package gtksourceview-3.0 Summary: A library for viewing source files Name: gtksourceview3 -Version: 3.8.1 -Release: 4%{?dist} -License: LGPLv2+ and GPLv2+ -# the library itself is LGPL, some .lang files are GPL +Version: 3.14.3 +Release: 1%{?dist} +License: LGPLv2+ Group: System Environment/Libraries URL: http://gtksourceview.sourceforge.net/ #VCS: git:git://git.gnome.org/gtksourceview -Source0: http://download.gnome.org/sources/gtksourceview/3.8/gtksourceview-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gtksourceview/3.14/gtksourceview-%{version}.tar.xz BuildRequires: libxml2-devel BuildRequires: gtk3-devel >= %{gtk_version} BuildRequires: glade-devel BuildRequires: intltool >= 0.35 BuildRequires: gettext BuildRequires: gobject-introspection-devel +BuildRequires: vala-tools + +Requires: gtk3%{?_isa} >= %{gtk_version} %description GtkSourceView is a text widget that extends the standard GTK+ @@ -30,9 +32,7 @@ This package contains version 3 of GtkSourceView. The older version %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 +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel gtksourceview3-devel contains the files required to compile @@ -51,8 +51,6 @@ 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} @@ -61,14 +59,12 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/gtksourceview-3.0/language-specs/convert.py %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 @@ -77,8 +73,16 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/gtksourceview-3.0/language-specs/convert.py %dir %{_datadir}/glade %dir %{_datadir}/glade/catalogs %{_datadir}/glade/catalogs/gtksourceview.xml +%dir %{_datadir}/vala +%dir %{_datadir}/vala/vapi +%{_datadir}/vala/vapi/gtksourceview-3.0.deps +%{_datadir}/vala/vapi/gtksourceview-3.0.vapi %changelog +* Thu Jan 08 2015 David King - 3.14.3-1 +- Update to 3.14.3 +- Resolves: #1174500 + * Fri Jan 24 2014 Daniel Mach - 3.8.1-4 - Mass rebuild 2014-01-24