packages: agg/agg.spec - package ghost soname symlinks; verbose files

glen glen at pld-linux.org
Tue Feb 28 12:10:13 CET 2012


Author: glen                         Date: Tue Feb 28 11:10:13 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- package ghost soname symlinks; verbose files

---- Files affected:
packages/agg:
   agg.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: packages/agg/agg.spec
diff -u packages/agg/agg.spec:1.13 packages/agg/agg.spec:1.14
--- packages/agg/agg.spec:1.13	Thu Jun  3 14:01:11 2010
+++ packages/agg/agg.spec	Tue Feb 28 12:10:08 2012
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):	Silnik renderujący wysokiej jakości dla C++
 Name:		agg
 Version:	2.5
-Release:	5
+Release:	6
 License:	GPL v2+
 Group:		Libraries
 Source0:	http://www.antigrain.com/%{name}-%{version}.tar.gz
@@ -20,6 +20,9 @@
 BuildRequires:	xorg-lib-libX11-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# Unresolved symbol: _Z8agg_mainiPPc
+%define		skip_post_check_so	libaggplatformsdl.so.*.*.* libaggplatformX11.so.*.*.* libaggplatformsdl.so.*.*.*
+
 %description
 Anti-Grain Geometry (AGG) is a general purpose graphical toolkit
 written completely in standard and platform independent C++. It can be
@@ -49,8 +52,8 @@
 Requires:	%{name} = %{version}-%{release}
 Requires:	libstdc++-devel
 # libaggfontfreetype R: freetype-devel
-# libaggplatformsdl R: SDL-devel
 # libaggplatformX11 R: xorg-lib-libX11-devel
+# libaggplatformsdl R: SDL-devel
 
 %description devel
 Header and support files necessary to compile applications using agg.
@@ -101,19 +104,35 @@
 %files
 %defattr(644,root,root,755)
 %doc authors copying readme
-%attr(755,root,root) %{_libdir}/libagg*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libagg.so.*.*.*
+%ghost %{_libdir}/libagg.so.2
+%attr(755,root,root) %{_libdir}/libaggfontfreetype.so.*.*.*
+%ghost %{_libdir}/libaggfontfreetype.so.2
+%attr(755,root,root) %{_libdir}/libaggplatformX11.so.*.*.*
+%ghost %{_libdir}/libaggplatformX11.so.2
+%attr(755,root,root) %{_libdir}/libaggplatformsdl.so.*.*.*
+%ghost %{_libdir}/libaggplatformsdl.so.2
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libagg*.so
-%{_libdir}/libagg*.la
+%{_libdir}/libagg.so
+%{_libdir}/libaggfontfreetype.so
+%{_libdir}/libaggplatformX11.so
+%{_libdir}/libaggplatformsdl.so
+%{_libdir}/libagg.la
+%{_libdir}/libaggfontfreetype.la
+%{_libdir}/libaggplatformX11.la
+%{_libdir}/libaggplatformsdl.la
 %{_includedir}/agg2
 %{_pkgconfigdir}/libagg.pc
 %{_aclocaldir}/libagg.m4
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/libagg*.a
+%{_libdir}/libagg.a
+%{_libdir}/libaggfontfreetype.a
+%{_libdir}/libaggplatformX11.a
+%{_libdir}/libaggplatformsdl.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -121,6 +140,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2012/02/28 11:10:08  glen
+- package ghost soname symlinks; verbose files
+
 Revision 1.13  2010/06/03 12:01:11  baggins
 - rel 5
 - parallel build is not
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/agg/agg.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list