SPECS: libpng.spec - add temporary hack to let libtool-expecting a...
aredridel
aredridel at pld-linux.org
Mon Aug 7 22:51:03 CEST 2006
Author: aredridel Date: Mon Aug 7 20:51:03 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add temporary hack to let libtool-expecting apps link with libpng
---- Files affected:
SPECS:
libpng.spec (1.112 -> 1.113)
---- Diffs:
================================================================
Index: SPECS/libpng.spec
diff -u SPECS/libpng.spec:1.112 SPECS/libpng.spec:1.113
--- SPECS/libpng.spec:1.112 Tue Jul 25 07:54:42 2006
+++ SPECS/libpng.spec Mon Aug 7 22:50:57 2006
@@ -15,6 +15,8 @@
Group: Libraries
Source0: http://dl.sourceforge.net/libpng/%{name}-%{version}.tar.bz2
# Source0-md5: 2287cfaad53a714acdf6eb75a7c1d15f
+Source1: %{name}.la
+Source2: %{name}12.la
Patch0: %{name}-pngminus.patch
Patch1: %{name}-opt.patch
Patch2: %{name}-norpath.patch
@@ -187,6 +189,9 @@
install contrib/pngminus/{png2pnm,pnm2png} $RPM_BUILD_ROOT%{_bindir}
install example.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+install %SOURCE1 $RPM_BUILD_ROOT%{_libdir}
+install %SOURCE2 $RPM_BUILD_ROOT%{_libdir}
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -205,6 +210,7 @@
%doc *.txt
%attr(755,root,root) %{_bindir}/libpng*-config
%attr(755,root,root) %{_libdir}/libpng*.so
+%attr(755,root,root) %{_libdir}/libpng*.la
%{_pkgconfigdir}/*
%{_includedir}/*
%{_mandir}/man?/*
@@ -224,6 +230,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.113 2006/08/07 20:50:57 aredridel
+- add temporary hack to let libtool-expecting apps link with libpng
+
Revision 1.112 2006/07/25 05:54:42 glen
- truncate non-cvs changelog
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libpng.spec?r1=1.112&r2=1.113&f=u
More information about the pld-cvs-commit
mailing list