SPECS: libIDL.spec, ORBit2.spec, glib2.spec, pango.spec, atk.spec, ...
freetz
freetz at pld-linux.org
Mon Jul 10 22:43:56 CEST 2006
Author: freetz Date: Mon Jul 10 20:43:56 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- --as-needed support, updated deps
---- Files affected:
SPECS:
libIDL.spec (1.36 -> 1.37) , ORBit2.spec (1.90 -> 1.91) , glib2.spec (1.131 -> 1.132) , pango.spec (1.147 -> 1.148) , atk.spec (1.95 -> 1.96) , gtk+2.spec (1.220 -> 1.221)
---- Diffs:
================================================================
Index: SPECS/libIDL.spec
diff -u SPECS/libIDL.spec:1.36 SPECS/libIDL.spec:1.37
--- SPECS/libIDL.spec:1.36 Mon Jul 25 20:25:57 2005
+++ SPECS/libIDL.spec Mon Jul 10 22:43:51 2006
@@ -3,7 +3,7 @@
Summary(pl): Biblioteka do parsowania IDL (języka definicji interfejsu)
Name: libIDL
Version: 0.8.6
-Release: 1
+Release: 2
License: LGPL
Group: Libraries
Source0: http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/%{name}-%{version}.tar.bz2
@@ -13,7 +13,7 @@
BuildRequires: automake
BuildRequires: bison
BuildRequires: flex
-BuildRequires: glib2-devel >= 2.2.0
+BuildRequires: glib2-devel >= 1:2.12.0
BuildRequires: libtool
BuildRequires: pkgconfig >= 1:0.8
BuildRequires: texinfo
@@ -33,7 +33,7 @@
Summary(pl): Pliki nagłówkowe libIDL
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
-Requires: glib2-devel >= 2.2.0
+Requires: glib2-devel >= 1:2.12.0
%description devel
libIDL is a library for parsing IDL (Interface Definition Language).
@@ -67,6 +67,7 @@
%{__aclocal}
%{__autoconf}
%{__automake}
+LDFLAGS="%{rpmldflags} -Wl,--as-needed"
%configure
%{__make}
@@ -114,6 +115,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.37 2006/07/10 20:43:51 freetz
+- --as-needed support, updated deps
+
Revision 1.36 2005/07/25 18:25:57 qboosh
- gpm-friendly Source0 URL
================================================================
Index: SPECS/ORBit2.spec
diff -u SPECS/ORBit2.spec:1.90 SPECS/ORBit2.spec:1.91
--- SPECS/ORBit2.spec:1.90 Wed Jun 7 15:05:32 2006
+++ SPECS/ORBit2.spec Mon Jul 10 22:43:51 2006
@@ -4,7 +4,7 @@
Summary(pl): Wysoko wydajny CORBA Object Request Broker
Name: ORBit2
Version: 2.14.0
-Release: 2
+Release: 3
Epoch: 1
License: GPL v2+/LGPL v2+
Group: Libraries
@@ -16,16 +16,16 @@
BuildRequires: autoconf >= 2.12
BuildRequires: automake
BuildRequires: flex
-BuildRequires: glib2-devel >= 1:2.6.3
-BuildRequires: gtk-doc >= 1.3
+BuildRequires: glib2-devel >= 1:2.12.0
+BuildRequires: gtk-doc >= 1.6
BuildRequires: indent
-BuildRequires: libIDL-devel >= 0.8.5
+BuildRequires: libIDL-devel >= 0.8.6
BuildRequires: libtool
BuildRequires: pkgconfig >= 1:0.14.0
BuildRequires: popt-devel >= 1.5
BuildRequires: rpmbuild(macros) >= 1.197
-Requires: glib2 >= 1:2.6.3
-Requires: libIDL >= 0.8.5
+Requires: glib2 >= 1:2.12.0
+Requires: libIDL >= 0.8.6
Requires: popt >= 1.5
Provides: linc = 1.1.1
Obsoletes: libORBit2_0
@@ -59,9 +59,9 @@
Summary(pl): Pliki nagłówkowe i użytki dla ORBit
Group: Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: glib2-devel >= 1:2.6.3
+Requires: glib2-devel >= 1:2.12.0
Requires: indent
-Requires: libIDL-devel >= 0.8.5
+Requires: libIDL-devel >= 0.8.6
Provides: linc-devel = 1.1.1
Obsoletes: libORBit2_0-devel
Obsoletes: linc-devel
@@ -179,6 +179,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.91 2006/07/10 20:43:51 freetz
+- --as-needed support, updated deps
+
Revision 1.90 2006/06/07 13:05:32 freetz
- rel.2
================================================================
Index: SPECS/glib2.spec
diff -u SPECS/glib2.spec:1.131 SPECS/glib2.spec:1.132
--- SPECS/glib2.spec:1.131 Sun Jul 2 23:07:27 2006
+++ SPECS/glib2.spec Mon Jul 10 22:43:51 2006
@@ -18,7 +18,7 @@
Summary(zh_CN): ĘľÓĂš¤žßşŻĘýżâ
Name: glib2
Version: 2.12.0
-Release: 1
+Release: 2
Epoch: 1
License: LGPL
Group: Libraries
@@ -163,6 +163,7 @@
%{__autoconf}
%{__autoheader}
%{__automake}
+LDFLAGS="%{rpmldflags} -Wl,--as-needed"
%configure \
--%{?with_apidocs:en}%{!?with_apidocs:dis}able-gtk-doc \
%{?with_apidocs:--with-html-dir=%{_gtkdocdir}} \
@@ -228,6 +229,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.132 2006/07/10 20:43:51 freetz
+- --as-needed support, updated deps
+
Revision 1.131 2006/07/02 21:07:27 freetz
- 2.12.0
================================================================
Index: SPECS/pango.spec
diff -u SPECS/pango.spec:1.147 SPECS/pango.spec:1.148
--- SPECS/pango.spec:1.147 Thu Jun 29 15:00:00 2006
+++ SPECS/pango.spec Mon Jul 10 22:43:51 2006
@@ -13,7 +13,7 @@
Summary(pt_BR): Sistema para layout e renderizaçăo de texto internacionalizado
Name: pango
Version: 1.13.2
-Release: 2
+Release: 3
Epoch: 1
License: LGPL
Group: X11/Libraries
@@ -24,23 +24,23 @@
URL: http://www.pango.org/
BuildRequires: autoconf >= 2.59-9
BuildRequires: automake >= 1:1.7
-BuildRequires: cairo-devel >= 1.1.6
+BuildRequires: cairo-devel >= 1.2.0
BuildRequires: docbook-dtd412-xml
BuildRequires: docbook-style-xsl
BuildRequires: fontconfig-devel >= 1.0.1
BuildRequires: freetype-devel >= 2.1.7
-BuildRequires: glib2-devel >= 1:2.11.3
-%{?with_apidocs:BuildRequires: gtk-doc >= 1.0}
-BuildRequires: gtk-doc-automake >= 1.0
+BuildRequires: glib2-devel >= 1:2.12.0
+%{?with_apidocs:BuildRequires: gtk-doc >= 1.6}
+BuildRequires: gtk-doc-automake >= 1.6
BuildRequires: libtool >= 1:1.4.2-9
BuildRequires: perl-base
BuildRequires: pkgconfig
BuildRequires: rpmbuild(macros) >= 1.197
BuildRequires: xorg-lib-libX11-devel
BuildRequires: xorg-lib-libXft-devel >= 2.1.0
-Requires: cairo >= 1.1.6
+Requires: cairo >= 1.2.0
Requires: freetype >= 2.1.7
-Requires: glib2 >= 1:2.11.3
+Requires: glib2 >= 1:2.12.0
Obsoletes: libpango24
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -60,9 +60,9 @@
Summary(pt_BR): Sistema para layout e renderizaçăo de texto internacionalizado
Group: X11/Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: cairo-devel >= 1.1.6
+Requires: cairo-devel >= 1.2.0
Requires: freetype-devel >= 2.1.7
-Requires: glib2-devel >= 1:2.11.3
+Requires: glib2-devel >= 1:2.12.0
Requires: gtk-doc-common
Requires: xorg-lib-libX11-devel
Requires: xorg-lib-libXft-devel >= 2.1.0
@@ -143,6 +143,7 @@
%{__autoheader}
%{__autoconf}
%{__automake}
+LDFLAGS="%{rpmldflags} -Wl,--as-needed"
%configure \
--with-fribidi \
--%{?with_apidocs:en}%{!?with_apidocs:dis}able-gtk-doc \
@@ -237,6 +238,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.148 2006/07/10 20:43:51 freetz
+- --as-needed support, updated deps
+
Revision 1.147 2006/06/29 13:00:00 pluto
- release 2 for rebuild and kill %libdir/libpng12.la in pangocairo.la.
================================================================
Index: SPECS/atk.spec
diff -u SPECS/atk.spec:1.95 SPECS/atk.spec:1.96
--- SPECS/atk.spec:1.95 Wed Jun 7 12:08:47 2006
+++ SPECS/atk.spec Mon Jul 10 22:43:51 2006
@@ -9,7 +9,7 @@
Summary(pt_BR): Interfaces para suporte a acessibilidade
Name: atk
Version: 1.11.4
-Release: 2
+Release: 3
Epoch: 1
License: LGPL v2+
Group: X11/Libraries
@@ -20,14 +20,14 @@
BuildRequires: automake
BuildRequires: diffutils
BuildRequires: gettext-devel
-BuildRequires: glib2-devel >= 1:2.8.1
-%{?with_apidocs:BuildRequires: gtk-doc >= 1.4}
-BuildRequires: gtk-doc-automake >= 1.4
+BuildRequires: glib2-devel >= 1:2.12.0
+%{?with_apidocs:BuildRequires: gtk-doc >= 1.6}
+BuildRequires: gtk-doc-automake >= 1.6
BuildRequires: libtool >= 2:1.5.16
BuildRequires: perl-base
BuildRequires: pkgconfig
BuildRequires: rpmbuild(macros) >= 1.197
-Requires: glib2 >= 1:2.6.3
+Requires: glib2 >= 1:2.12.0
Obsoletes: libatk1.0_0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -59,7 +59,7 @@
Summary(pt_BR): Interfaces para suporte a acessibilidade
Group: X11/Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release}
-Requires: glib2-devel >= 1:2.8.1
+Requires: glib2-devel >= 1:2.12.0
Requires: gtk-doc-common
Obsoletes: libatk1.0_0-devel
@@ -110,6 +110,7 @@
%{__autoconf}
%{__autoheader}
%{__automake}
+LDFLAGS="%{rpmldflags} -Wl,--as-needed"
%configure \
--%{?with_apidocs:en}%{!?with_apidocs:dis}able-gtk-doc \
%{?with_apidocs:--with-html-dir=%{_gtkdocdir}} \
@@ -168,6 +169,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.96 2006/07/10 20:43:51 freetz
+- --as-needed support, updated deps
+
Revision 1.95 2006/06/07 10:08:47 freetz
- remove unsupported locale, rel.2
================================================================
Index: SPECS/gtk+2.spec
diff -u SPECS/gtk+2.spec:1.220 SPECS/gtk+2.spec:1.221
--- SPECS/gtk+2.spec:1.220 Mon Jul 3 18:29:05 2006
+++ SPECS/gtk+2.spec Mon Jul 10 22:43:51 2006
@@ -14,7 +14,7 @@
Summary(tr): Gimp ToolKit arayüz kitaplýđý
Name: gtk+2
Version: 2.10.0
-Release: 1
+Release: 2
Epoch: 2
License: LGPL
Group: X11/Libraries
@@ -185,6 +185,7 @@
%{__autoheader}
%{__autoconf}
%{__automake}
+LDFLAGS="%{rpmldflags} -Wl,--as-needed"
%configure \
%{?debug:--enable-debug=yes} \
--%{?with_apidocs:en}%{!?with_apidocs:dis}able-gtk-doc \
@@ -316,6 +317,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.221 2006/07/10 20:43:51 freetz
+- --as-needed support, updated deps
+
Revision 1.220 2006/07/03 16:29:05 freetz
- 2.10.0, updated deps
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libIDL.spec?r1=1.36&r2=1.37&f=u
http://cvs.pld-linux.org/SPECS/ORBit2.spec?r1=1.90&r2=1.91&f=u
http://cvs.pld-linux.org/SPECS/glib2.spec?r1=1.131&r2=1.132&f=u
http://cvs.pld-linux.org/SPECS/pango.spec?r1=1.147&r2=1.148&f=u
http://cvs.pld-linux.org/SPECS/atk.spec?r1=1.95&r2=1.96&f=u
http://cvs.pld-linux.org/SPECS/gtk+2.spec?r1=1.220&r2=1.221&f=u
More information about the pld-cvs-commit
mailing list