Author: qboosh Date: Tue Jun 10 21:23:48 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.6.0 - enable docs to install man pages
---- Files affected: SPECS: fontconfig.spec (1.79 -> 1.80) ---- Diffs: ================================================================ Index: SPECS/fontconfig.spec diff -u SPECS/fontconfig.spec:1.79 SPECS/fontconfig.spec:1.80 --- SPECS/fontconfig.spec:1.79 Fri Nov 16 22:57:32 2007 +++ SPECS/fontconfig.spec Tue Jun 10 23:23:42 2008 @@ -7,13 +7,13 @@ Summary(pl.UTF-8): Narzędzia do konfigurowania fontów Summary(pt_BR.UTF-8): Ferramentas para configuração e customização do acesso a fontes Name: fontconfig -Version: 2.5.0 +Version: 2.6.0 Release: 1 Epoch: 1 License: MIT Group: Libraries Source0: http://fontconfig.org/release/%{name}-%{version}.tar.gz -# Source0-md5: 21d14af8ecf645ef76211c782cdd7aeb +# Source0-md5: ab54ec1d4ddd836313fdbc0cd5299d6d Patch0: %{name}-blacklist.patch Patch1: %{name}-bitstream-cyberbit.patch URL: http://fontconfig.org/ @@ -132,7 +132,7 @@ %{__autoheader} %{__automake} %configure \ - --disable-docs \ + --enable-docs \ %{!?with_static_libs:--disable-static} %{__make} @@ -141,10 +141,9 @@ install -d $RPM_BUILD_ROOT{%{_mandir}/man{1,3,5},/var/cache/fontconfig} %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT - -install doc/*.3 $RPM_BUILD_ROOT%{_mandir}/man3 -install doc/*.5 $RPM_BUILD_ROOT%{_mandir}/man5 + DESTDIR=$RPM_BUILD_ROOT \ + htmldoc_DATA= \ + doc_DATA= cp -f conf.d/README README.confd @@ -162,8 +161,8 @@ %defattr(644,root,root,755) %doc AUTHORS COPYING ChangeLog README README.confd %attr(755,root,root) %{_bindir}/fc-* -%{_mandir}/man1/*.1* -%{_mandir}/man5/*.5* +%{_mandir}/man1/fc-*.1* +%{_mandir}/man5/fonts-conf.5* /var/cache/fontconfig %files libs @@ -173,24 +172,25 @@ %{_sysconfdir}/fonts/fonts.dtd %dir %{_sysconfdir}/fonts/conf.avail %{_sysconfdir}/fonts/conf.avail/*.conf -%{_sysconfdir}/fonts/conf.avail/README %dir %{_sysconfdir}/fonts/conf.d +%{_sysconfdir}/fonts/conf.d/README %config(noreplace,missingok) %verify(not link md5 mtime size) %{_sysconfdir}/fonts/conf.d/*.conf -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/libfontconfig.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libfontconfig.so.1 %files devel %defattr(644,root,root,755) %doc doc/fontconfig-devel/*.html -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libfontconfig.so +%{_libdir}/libfontconfig.la %{_includedir}/fontconfig %{_pkgconfigdir}/fontconfig.pc -%{_mandir}/man3/*.3* +%{_mandir}/man3/Fc*.3* %if %{with static_libs} %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libfontconfig.a %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -199,6 +199,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.80 2008-06-10 21:23:42 qboosh +- updated to 2.6.0 +- enable docs to install man pages + Revision 1.79 2007-11-16 21:57:32 qboosh - updated to 2.5.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fontconfig.spec?r1=1.79&r2=1.80&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
