SPECS: vte.spec - updated to 0.20.0 - removed -link.patch (fixed upstream) ...
megabajt
megabajt at pld-linux.org
Sun Mar 15 18:20:45 CET 2009
Author: megabajt Date: Sun Mar 15 17:20:45 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.20.0
- removed -link.patch (fixed upstream)
- removed obsolete configure options and glx bcond
- added python-vte-devel package
---- Files affected:
SPECS:
vte.spec (1.135 -> 1.136)
---- Diffs:
================================================================
Index: SPECS/vte.spec
diff -u SPECS/vte.spec:1.135 SPECS/vte.spec:1.136
--- SPECS/vte.spec:1.135 Fri Mar 13 23:35:52 2009
+++ SPECS/vte.spec Sun Mar 15 18:20:40 2009
@@ -1,24 +1,17 @@
# $Revision$, $Date$
-#
-# Conditional build:
-%bcond_with glx # drawing using GLX
-#
Summary: VTE terminal widget library
Summary(pl.UTF-8): Biblioteka z kontrolką terminala VTE
Name: vte
-Version: 0.17.4
-Release: 4
+Version: 0.20.0
+Release: 1
License: LGPL v2+
Group: X11/Libraries
-Source0: http://ftp.gnome.org/pub/GNOME/sources/vte/0.17/%{name}-%{version}.tar.bz2
-# Source0-md5: ec6cb2668db7146eae7cfc48af98f3ed
-# http://bugzilla.gnome.org/show_bug.cgi?id=552096
-Patch0: %{name}-link.patch
-%{?with_glx:BuildRequires: OpenGL-GLU-devel}
-%{?with_glx:BuildRequires: OpenGL-GLX-devel}
+Source0: http://ftp.gnome.org/pub/GNOME/sources/vte/0.20/%{name}-%{version}.tar.bz2
+# Source0-md5: 12dde859bc98e039336baff6e9e6b15b
BuildRequires: autoconf >= 2.59-9
BuildRequires: automake >= 1:1.9
BuildRequires: gettext-devel
+BuildRequires: gnome-common
BuildRequires: gtk+2-devel >= 2:2.14.0
BuildRequires: gtk-doc >= 1.8
BuildRequires: gtk-doc-automake
@@ -47,7 +40,6 @@
Summary(pl.UTF-8): Pliki nagłówkowe VTE
Group: X11/Development/Libraries
Requires: %{name} = %{version}-%{release}
-%{?with_glx:Requires: OpenGL-GLU-devel}
Requires: gtk+2-devel >= 2:2.14.0
Requires: ncurses-devel
Conflicts: gnome-libs-devel < 1.4.1.2
@@ -79,7 +71,7 @@
%package -n python-vte
Summary: Python VTE module
Summary(pl.UTF-8): Moduł VTE dla pythona
-Group: Libraries
+Group: Libraries/Python
%pyrequires_eq python-libs
Requires: %{name} = %{version}-%{release}
Requires: python-pygtk-gtk >= 2:2.12.0
@@ -90,6 +82,19 @@
%description -n python-vte -l pl.UTF-8
Biblioteka VTE dla pythona.
+%package -n python-vte-devel
+Summary: Development files for VTE Python bindings
+Summary(pl.UTF-8): Pliki programistyczne wiązań Pythona do VTE
+Group: Development/Languages/Python
+Requires: %{name}-devel = %{version}-%{release}
+Requires: python-vte = %{version}-%{release}
+
+%description -n python-vte-devel
+Development files for VTE Python bindings.
+
+%description -n python-vte-devel -l pl.UTF-8
+Pliki programistyczne wiązań Pythona do VTE.
+
%package apidocs
Summary: VTE API documentation
Summary(pl.UTF-8): Dokumentacja API VTE
@@ -104,9 +109,9 @@
%prep
%setup -q
-%patch0 -p1
%build
+%{__gtkdocize}
%{__glib_gettextize}
%{__intltoolize}
%{__libtoolize}
@@ -124,11 +129,7 @@
%configure \
--enable-gtk-doc \
--with-default-emulation=xterm \
- %{?with_glx:--with-glX} \
- --with-html-dir=%{_gtkdocdir} \
- --with-pangox \
- --with-xft2
-
+ --with-html-dir=%{_gtkdocdir}
%{__make}
%install
@@ -177,12 +178,23 @@
%defattr(644,root,root,755)
%attr(755,root,root) %{py_sitedir}/gtk-2.0/vtemodule.so
+%files -n python-vte-devel
+%defattr(644,root,root,755)
+%{_datadir}/pygtk/2.0/defs/*.defs
+%{_pkgconfigdir}/pyvte.pc
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.136 2009/03/15 17:20:40 megabajt
+- updated to 0.20.0
+- removed -link.patch (fixed upstream)
+- removed obsolete configure options and glx bcond
+- added python-vte-devel package
+
Revision 1.135 2009/03/13 22:35:52 hawk
- release 4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vte.spec?r1=1.135&r2=1.136&f=u
More information about the pld-cvs-commit
mailing list