Author: megabajt Date: Tue Feb 5 22:16:15 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.1.2 - removed gnome bcond (libgnomeprint no longer used) - unified GtkSourceView in Summaries / Descriptions - ghost soname symlink
---- Files affected: SPECS: gtksourceview2.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/gtksourceview2.spec diff -u SPECS/gtksourceview2.spec:1.11 SPECS/gtksourceview2.spec:1.12 --- SPECS/gtksourceview2.spec:1.11 Tue Jan 15 11:02:28 2008 +++ SPECS/gtksourceview2.spec Tue Feb 5 23:16:10 2008 @@ -1,27 +1,23 @@ # $Revision$, $Date$ -# -# Conditional build: -%bcond_without gnome # disable gnomeprint support -# Summary: Text widget that extends the standard GTK+ 2.x Summary(pl.UTF-8): Widget tekstowy rozszerzający standardowy z GTK+ 2.x Name: gtksourceview2 -Version: 2.1.0 +Version: 2.1.2 Release: 1 -License: GPL v2+ +License: GPL v2+ and LGPL v2+ Group: X11/Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/2.1/gtksourceview-%{version}.tar.bz2 -# Source0-md5: 1793b2eaac40208f78757e49ac06e30f +# Source0-md5: e9c574b1ea2e3f9a1cbe41e05c1885aa URL: http://www.gnome.org/ -BuildRequires: autoconf >= 2.53 +BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.8 +BuildRequires: gettext-devel BuildRequires: gnome-common >= 2.20.0 -BuildRequires: gtk+2-devel >= 2:2.12.0 +BuildRequires: gtk+2-devel >= 2:2.12.5 BuildRequires: gtk-doc >= 1.8 BuildRequires: intltool >= 0.36.1 -%{?with_gnome:BuildRequires: libgnomeprint-devel >= 2.18.0} BuildRequires: libtool -BuildRequires: libxml2-devel >= 1:2.6.30 +BuildRequires: libxml2-devel >= 1:2.6.31 BuildRequires: pkgconfig # [EMAIL PROTECTED] vs. [EMAIL PROTECTED] Conflicts: glibc-misc < 6:2.7 @@ -52,31 +48,30 @@ Dokumentacja API GtkSourceView. %package devel -Summary: Header files for gtktextview -Summary(pl.UTF-8): Pliki nagłówkowe dla gtktextview +Summary: Header files for GtkSourceView +Summary(pl.UTF-8): Pliki nagłówkowe dla GtkSourceView Group: X11/Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: gtk+2-devel >= 2:2.12.0 -%{?with_gnome:Requires: libgnomeprint-devel >= 2.18.0} -Requires: libxml2-devel >= 1:2.6.30 +Requires: gtk+2-devel >= 2:2.12.5 +Requires: libxml2-devel >= 1:2.6.31 %description devel -Header files for gtktextview. +Header files for GtkSourceView. %description devel -l pl.UTF-8 -Pliki nagłówkowe dla gtktextview. +Pliki nagłówkowe dla GtkSourceView. %package static -Summary: Static gtksourceview library -Summary(pl.UTF-8): Statyczna biblioteka gtksourceview -Group: Development/Libraries +Summary: Static GtkSourceView library +Summary(pl.UTF-8): Statyczna biblioteka GtkSourceView +Group: X11/Development/Libraries Requires: %{name}-devel = %{version}-%{release} %description static -Static gtksourceview library. +Static GtkSourceView library. %description static -l pl.UTF-8 -Statyczna biblioteka gtksourceview. +Statyczna biblioteka GtkSourceView. %prep %setup -q -n gtksourceview-%{version} @@ -87,6 +82,7 @@ %{__libtoolize} %{__aclocal} %{__autoconf} +%{__autoheader} %{__automake} %configure \ --enable-gtk-doc \ @@ -113,6 +109,7 @@ %files -f gtksourceview-2.0.lang %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libgtksourceview-2.0.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgtksourceview-2.0.so.0 %{_datadir}/gtksourceview-2.0 %files apidocs @@ -136,6 +133,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2008-02-05 22:16:10 megabajt +- updated to 2.1.2 +- removed gnome bcond (libgnomeprint no longer used) +- unified GtkSourceView in Summaries / Descriptions +- ghost soname symlink + Revision 1.11 2008-01-15 10:02:28 patrys - 2.1.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gtksourceview2.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
