]> git.pld-linux.org Git - packages/vte.git/blobdiff - vte.spec
- updated tp 0.16.0,
[packages/vte.git] / vte.spec
index 58757b1a63b58d41621c968517480491c034ee75..b4e72ed6bc047741480220f1be493a35e5845f5d 100644 (file)
--- a/vte.spec
+++ b/vte.spec
@@ -3,29 +3,28 @@
 %bcond_with    glx     # drawing using GLX
 #
 Summary:       VTE terminal widget library
-Summary(pl):   Biblioteka z kontrolk± terminala VTE
+Summary(pl.UTF-8):     Biblioteka z kontrolką terminala VTE
 Name:          vte
-Version:       0.14.1
-Release:       1
+Version:       0.16.0
+Release:       0.1
 License:       LGPL
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/gnome/sources/vte/0.14/%{name}-%{version}.tar.bz2
-# Source0-md5: 98ea2513b773b44cb7f8d75dc1aa312e
+Source0:       http://ftp.gnome.org/pub/gnome/sources/vte/0.16/%{name}-%{version}.tar.bz2
+# Source0-md5: 6b85967ba75ed574d0e5782697fbc79f
 Patch0:                %{name}-keys.patch
 Patch1:                %{name}-link.patch
 %{?with_glx:BuildRequires:     OpenGL-GLU-devel}
 %{?with_glx:BuildRequires:     OpenGL-GLX-devel}
 BuildRequires: autoconf >= 2.59-9
-BuildRequires: automake >= 1.6
+BuildRequires: automake >= 1:1.6
 BuildRequires: gettext-devel
-BuildRequires: gtk+2-devel >= 2:2.10.5
-BuildRequires: gtk-doc
-BuildRequires: intltool >= 0.35.0
-BuildRequires: libart_lgpl-devel >= 2.3.17
+BuildRequires: gtk+2-devel >= 2:2.10.9
+BuildRequires: gtk-doc >= 1.8
+BuildRequires: intltool >= 0.35.5
 BuildRequires: libtool
 BuildRequires: ncurses-devel
 BuildRequires: pkgconfig
-BuildRequires: python-pygtk-devel >= 2:2.10.2
+BuildRequires: python-pygtk-devel >= 2:2.10.4
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.197
 Requires(pre): utempter
@@ -35,18 +34,17 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 The vte package contains a terminal widget for GTK+. It's used by
 gnome-terminal among other programs.
 
-%description -l pl
-Ten pakiet zawiera kontrolkê terminala dla GTK+. Jest u¿ywany przez
+%description -l pl.UTF-8
+Ten pakiet zawiera kontrolkę terminala dla GTK+. Jest używany przez
 gnome-terminal oraz inne programy.
 
 %package devel
 Summary:       Headers for VTE
-Summary(pl):   Pliki nag³ówkowe VTE
+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.10.5
-Requires:      libart_lgpl-devel >= 2.3.17
+Requires:      gtk+2-devel >= 2:2.10.9
 Requires:      ncurses-devel
 Conflicts:     gnome-libs-devel < 1.4.1.2
 
@@ -54,18 +52,16 @@ Conflicts:  gnome-libs-devel < 1.4.1.2
 The vte package contains a terminal widget for GTK+. It's used by
 gnome-terminal among other programs.
 
-You should install the vte-devel package if you would like to
-compile applications that use the vte terminal widget. You do not need
-to install vte-devel if you just want to use precompiled
-applications.
+You should install the vte-devel package if you would like to compile
+applications that use the vte terminal widget. You do not need to
+install vte-devel if you just want to use precompiled applications.
 
-%description devel -l pl
-Pliki nag³ówkowe potrzebne do kompilowania programów u¿ywaj±cych
-vte.
+%description devel -l pl.UTF-8
+Pliki nagłówkowe potrzebne do kompilowania programów używających vte.
 
 %package static
 Summary:       Static VTE library
-Summary(pl):   Statyczna biblioteka VTE
+Summary(pl.UTF-8):     Statyczna biblioteka VTE
 Group:         X11/Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 Conflicts:     gnome-libs-static < 1.4.1.2
@@ -73,33 +69,33 @@ Conflicts:  gnome-libs-static < 1.4.1.2
 %description static
 Static version of VTE libraries.
 
-%description static -l pl
+%description static -l pl.UTF-8
 Statyczna wersja bibliotek VTE.
 
 %package -n python-vte
 Summary:       Python VTE module
-Summary(pl):   Modu³ VTE dla pythona
+Summary(pl.UTF-8):     Moduł VTE dla pythona
 Group:         Libraries
 %pyrequires_eq python-libs
 Requires:      %{name} = %{version}-%{release}
-Requires:      python-pygtk-gtk >= 2:2.10.2
+Requires:      python-pygtk-gtk >= 2:2.10.4
 
 %description -n python-vte
 Python VTE library.
 
-%description -n python-vte -l pl
+%description -n python-vte -l pl.UTF-8
 Biblioteka VTE dla pythona.
 
 %package apidocs
 Summary:       VTE API documentation
-Summary(pl):   Dokumentacja API VTE
+Summary(pl.UTF-8):     Dokumentacja API VTE
 Group:         Documentation
 Requires:      gtk-doc-common
 
 %description apidocs
 VTE API documentation.
 
-%description apidocs -l pl
+%description apidocs -l pl.UTF-8
 Dokumentacja API VTE.
 
 %prep
@@ -108,6 +104,7 @@ Dokumentacja API VTE.
 %patch1 -p1
 
 %build
+%{__glib_gettextize}
 %{__intltoolize}
 %{__libtoolize}
 %{__aclocal}
@@ -128,7 +125,7 @@ cd ..
        --with-html-dir=%{_gtkdocdir} \
        --with-pangox \
        --with-xft2
-       
+
 %{__make}
 
 %install
This page took 0.032481 seconds and 4 git commands to generate.