SPECS: freetype1.spec - fixes in %%files section
pawelz
pawelz at pld-linux.org
Fri Jan 9 23:10:48 CET 2009
Author: pawelz Date: Fri Jan 9 22:10:48 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixes in %%files section
---- Files affected:
SPECS:
freetype1.spec (1.46 -> 1.47)
---- Diffs:
================================================================
Index: SPECS/freetype1.spec
diff -u SPECS/freetype1.spec:1.46 SPECS/freetype1.spec:1.47
--- SPECS/freetype1.spec:1.46 Sun Jun 22 19:19:27 2008
+++ SPECS/freetype1.spec Fri Jan 9 23:10:42 2009
@@ -157,13 +157,14 @@
%files -f freetype.lang
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*so.*.*
+%attr(755,root,root) %{_libdir}/libttf.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libttf.so.2
%files devel
%defattr(644,root,root,755)
%doc howto/unix.txt README announce docs/{*.txt,FAQ,TODO,credits}
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libttf.so
+%{_libdir}/libttf.la
%{_includedir}/*
%if %{with static_libs}
@@ -182,6 +183,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.47 2009/01/09 22:10:42 pawelz
+- fixes in %%files section
+
Revision 1.46 2008/06/22 17:19:27 charles
- new URL
- added TODO and without static_libs bcond
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/freetype1.spec?r1=1.46&r2=1.47&f=u
More information about the pld-cvs-commit
mailing list