SPECS: freetype1.spec - new URL - added TODO and without static_libs bcond
charles
charles at pld-linux.org
Sun Jun 22 19:19:33 CEST 2008
Author: charles Date: Sun Jun 22 17:19:33 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new URL
- added TODO and without static_libs bcond
---- Files affected:
SPECS:
freetype1.spec (1.45 -> 1.46)
---- Diffs:
================================================================
Index: SPECS/freetype1.spec
diff -u SPECS/freetype1.spec:1.45 SPECS/freetype1.spec:1.46
--- SPECS/freetype1.spec:1.45 Tue Jun 3 09:20:39 2008
+++ SPECS/freetype1.spec Sun Jun 22 19:19:27 2008
@@ -1,4 +1,10 @@
# $Revision$, $Date$
+# TODO:
+# - fix build with libtool-2
+#
+# Conditional build:
+%bcond_without static_libs # don't build static libraries
+#
Summary: Truetype font rasterizer
Summary(pl.UTF-8): Rasteryzer fontów Truetype
Name: freetype1
@@ -12,7 +18,7 @@
Patch1: freetype-autoconf.patch
Patch2: %{name}-po.patch
Patch3: freetype-gcc33.patch
-URL: http://www.physiol.med.tu-muenchen.de/~robert/freetype.html
+URL: http://freetype.sourceforge.net/freetype1/index.html
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gettext-devel
@@ -125,7 +131,7 @@
%{__aclocal}
%{__autoconf}
%configure \
- --enable-static \
+ %{?with_static_libs:--enable-static} \
--with-gnu-ld
%{__make}
@@ -160,9 +166,11 @@
%{_libdir}/lib*.la
%{_includedir}/*
+%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/lib*.a
+%endif
%files progs
%defattr(644,root,root,755)
@@ -174,6 +182,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.46 2008/06/22 17:19:27 charles
+- new URL
+- added TODO and without static_libs bcond
+
Revision 1.45 2008/06/03 07:20:39 charles
- modular xorg deps
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/freetype1.spec?r1=1.45&r2=1.46&f=u
More information about the pld-cvs-commit
mailing list