SPECS: glib2.spec - updated to 2.20.0; merged changes from DEVEL
megabajt
megabajt at pld-linux.org
Fri Mar 13 15:34:57 CET 2009
Author: megabajt Date: Fri Mar 13 14:34:57 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.20.0; merged changes from DEVEL
---- Files affected:
SPECS:
glib2.spec (1.193 -> 1.194)
---- Diffs:
================================================================
Index: SPECS/glib2.spec
diff -u SPECS/glib2.spec:1.193 SPECS/glib2.spec:1.194
--- SPECS/glib2.spec:1.193 Sat Jan 10 19:47:25 2009
+++ SPECS/glib2.spec Fri Mar 13 15:34:52 2009
@@ -18,13 +18,13 @@
Summary(tr.UTF-8): Yararlı ufak yordamlar kitaplığı
Summary(zh_CN.UTF-8): 实用工具函数库
Name: glib2
-Version: 2.18.4
+Version: 2.20.0
Release: 1
Epoch: 1
License: LGPL v2+
Group: Libraries
-Source0: http://ftp.gnome.org/pub/GNOME/sources/glib/2.18/glib-%{version}.tar.bz2
-# Source0-md5: ec25ed261534d870141000ab73f1a2bf
+Source0: http://ftp.gnome.org/pub/GNOME/sources/glib/2.20/glib-%{version}.tar.bz2
+# Source0-md5: 05188e560dbd8bddd568e24ce10dd003
Patch0: %{name}-makefile.patch
URL: http://www.gtk.org/
BuildRequires: autoconf >= 2.54
@@ -53,7 +53,7 @@
%description
GLib, is a library which includes support routines for C such as
-lists, trees, hashes, memory allocation, and many other things. GLIB
+lists, trees, hashes, memory allocation, and many other things. GLib
includes also generally useful data structures used by GIMP and many
other.
@@ -87,7 +87,7 @@
等のためにこのglibパッケージをインストールしてください。
%description -l pl.UTF-8
-Glib jest zestawem bibliotek zawierających funkcje do obsługi list i
+GLib jest zestawem bibliotek zawierających funkcje do obsługi list i
drzew, funkcje mieszające, funkcje do alokacji pamięci i dużo innych
podstawowych funkcji i różnych struktur danych używanych przez program
GIMP i wiele innych.
@@ -101,9 +101,9 @@
dosyaları glib-devel paketinde yer almaktadır.
%package devel
-Summary: Glib heades files, documentation
+Summary: GLib heades files, documentation
Summary(es.UTF-8): Conjunto de funciones gráficas utilitarias para desarrollo
-Summary(pl.UTF-8): Pliki nagłówkowe i dokumentacja do glib
+Summary(pl.UTF-8): Pliki nagłówkowe i dokumentacja do GLib
Summary(pt_BR.UTF-8): Conjunto de ferramentas e biblioteca do kit de desenho do GIMP
Group: Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release}
@@ -113,7 +113,7 @@
%description devel
Header files for the support library for the GIMP's X libraries, which
-are available as public libraries. GLIB includes generally useful data
+are available as public libraries. GLib includes generally useful data
structures.
%description devel -l es.UTF-8
@@ -128,41 +128,41 @@
ールしてください。
%description devel -l pl.UTF-8
-Pliki nagłówkowe i dokumentacja do glib przydatna przy pisaniu
+Pliki nagłówkowe i dokumentacja do GLib przydatna przy pisaniu
programów wykorzystujących tę bibliotekę.
%description devel -l pt_BR.UTF-8
Bibliotecas e arquivos de inclusão para a biblioteca de suporte para
as bibliotecas X do GIMP, que são disponíveis como bibliotecas
-públicas. A GLIB inclui estruturas de dados genéricas úteis.
+públicas. A GLib inclui estruturas de dados genéricas úteis.
%package static
-Summary: Static glib libraries
-Summary(pl.UTF-8): Biblioteki statyczne glib
-Summary(pt_BR.UTF-8): Bibliotecas estáticas para desenvolvimento com glib
+Summary: Static GLib libraries
+Summary(pl.UTF-8): Biblioteki statyczne GLib
+Summary(pt_BR.UTF-8): Bibliotecas estáticas para desenvolvimento com GLib
Group: Development/Libraries
Requires: %{name}-devel = %{epoch}:%{version}-%{release}
%description static
-Static glib libraries.
+Static GLib libraries.
%description static -l pl.UTF-8
-Biblioteki statyczne glib.
+Biblioteki statyczne GLib.
%description static -l pt_BR.UTF-8
-Bibliotecas estáticas para desenvolvimento com glib.
+Bibliotecas estáticas para desenvolvimento com GLib.
%package apidocs
-Summary: Glib API documetation
-Summary(pl.UTF-8): Dokumentacja API Glib
+Summary: GLib API documetation
+Summary(pl.UTF-8): Dokumentacja API GLib
Group: Documentation
Requires: gtk-doc-common
%description apidocs
-Glib API documetation.
+GLib API documetation.
%description apidocs -l pl.UTF-8
-Dokumentacja API Glib.
+Dokumentacja API GLib.
%prep
%setup -q -n glib-%{version}
@@ -203,10 +203,6 @@
rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/libgiofam.{la,a}
-rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/ps
-
-[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr at latin ] || \
- mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
%find_lang glib20
%clean
@@ -301,6 +297,20 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.194 2009/03/13 14:34:52 megabajt
+- updated to 2.20.0; merged changes from DEVEL
+
+Revision 1.193.2.3 2009/03/04 19:02:07 megabajt
+- updated to 2.19.10
+
+Revision 1.193.2.2 2009/02/18 09:21:43 megabajt
+- updated to 2.19.8
+
+Revision 1.193.2.1 2009/02/17 18:09:43 megabajt
+- updated to 2.19.7
+- unified GLib name
+- don't remove ps locale
+
Revision 1.193 2009/01/10 18:47:25 megabajt
- updated to 2.18.4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/glib2.spec?r1=1.193&r2=1.194&f=u
More information about the pld-cvs-commit
mailing list