SPECS: libcroco.spec - rel.2, --as-needed support, updated deps
freetz
freetz at pld-linux.org
Wed Jul 12 18:46:08 CEST 2006
Author: freetz Date: Wed Jul 12 16:46:08 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel.2, --as-needed support, updated deps
---- Files affected:
SPECS:
libcroco.spec (1.17 -> 1.18)
---- Diffs:
================================================================
Index: SPECS/libcroco.spec
diff -u SPECS/libcroco.spec:1.17 SPECS/libcroco.spec:1.18
--- SPECS/libcroco.spec:1.17 Mon Mar 6 13:38:28 2006
+++ SPECS/libcroco.spec Wed Jul 12 18:46:03 2006
@@ -9,7 +9,7 @@
Summary(pl): Biblioteka analizująca CSS2
Name: libcroco
Version: %{_mver}.1
-Release: 1
+Release: 2
License: LGPL
Group: Libraries
Source0: http://ftp.gnome.org/pub/gnome/sources/libcroco/%{_mver}/%{name}-%{version}.tar.bz2
@@ -17,12 +17,12 @@
Patch0: %{name}-link.patch
BuildRequires: autoconf >= 2.5
BuildRequires: automake
-BuildRequires: glib2-devel >= 2.0
+BuildRequires: glib2-devel >= 1:2.12.0
BuildRequires: libtool
-BuildRequires: libxml2-devel >= 2.4.23
+BuildRequires: libxml2-devel >= 1:2.6.26
BuildRequires: pkgconfig >= 1:0.8
-Requires: glib2 >= 2.0
-Requires: libxml2 >= 2.4.23
+Requires: glib2 >= 1:2.12.0
+Requires: libxml2 >= 1:2.6.26
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -36,8 +36,8 @@
Summary(pl): Pliki nagłówkowe do tworzenia programów używających libcroco
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
-Requires: glib2-devel >= 2.0
-Requires: libxml2-devel >= 2.4.23
+Requires: glib2-devel >= 1:2.12.0
+Requires: libxml2-devel >= 1:2.6.26
%description devel
This package provides the necessary header files files to allow you
@@ -69,6 +69,7 @@
%{__autoconf}
%{__autoheader}
%{__automake}
+LDFLAGS="%{rpmldflags} -Wl,--as-needed"
%configure \
%{!?with_static_libs:--disable-static}
%{__make}
@@ -118,6 +119,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.18 2006/07/12 16:46:03 freetz
+- rel.2, --as-needed support, updated deps
+
Revision 1.17 2006/03/06 12:38:28 freetz
- 0.6.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libcroco.spec?r1=1.17&r2=1.18&f=u
More information about the pld-cvs-commit
mailing list