SPECS: freetype.spec - separate apidocs

glen glen at pld-linux.org
Wed Apr 16 01:59:14 CEST 2008


Author: glen                         Date: Tue Apr 15 23:59:14 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- separate apidocs

---- Files affected:
SPECS:
   freetype.spec (1.133 -> 1.134) 

---- Diffs:

================================================================
Index: SPECS/freetype.spec
diff -u SPECS/freetype.spec:1.133 SPECS/freetype.spec:1.134
--- SPECS/freetype.spec:1.133	Sat Feb 16 19:31:11 2008
+++ SPECS/freetype.spec	Wed Apr 16 01:59:08 2008
@@ -4,6 +4,7 @@
 %bcond_without	bytecode	# without TT bytecode interpreter (Apple patents in USA)
 %bcond_without	lcd		# without LCD subpixel color filtering (Microsoft patents in USA)
 %bcond_without	x11		# don't build examples (X11-based)
+%bcond_without	apidocs         # disable api docs
 #
 Summary:	TrueType font rasterizer
 Summary(es.UTF-8):	Biblioteca de render 3D de fuentes TrueType
@@ -87,7 +88,7 @@
 різних платформах.
 
 %package devel
-Summary:	Header files and development documentation
+Summary:	Header files for FreeType development
 Summary(es.UTF-8):	Archivos de inclusión e bibliotecas estáticas para desarrollo con FreeType
 Summary(ko.UTF-8):	FreeType을 쓸 때 필요한 정적 라이브러리와 머리말 파일
 Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki freetype i dokumentacja
@@ -100,8 +101,8 @@
 Obsoletes:	freetype2-devel
 
 %description devel
-This package includes the header files and documentation necessary to
-develop applications that use FreeType.
+This package includes the header files necessary to develop applications that
+use FreeType.
 
 %description devel -l es.UTF-8
 Este paquete es necesario, si pretendes desarrollar/compilar
@@ -125,6 +126,13 @@
 Цей пакет містить хедери та бібліотеки, необхідні для розробки
 програм, що використовують freetype.
 
+%package apidocs
+Summary:	FreeType API documetation
+Group:		Documentation
+
+%description apidocs
+FreeType API documetation.
+
 %package static
 Summary:	FreeType static libraries
 Summary(es.UTF-8):	Static libraries for freetype development
@@ -214,7 +222,7 @@
 
 %files devel
 %defattr(644,root,root,755)
-%doc docs/DEBUG docs/reference
+%doc docs/DEBUG
 %attr(755,root,root) %{_bindir}/freetype-config
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
@@ -223,6 +231,12 @@
 %{_aclocaldir}/*.m4
 %{_pkgconfigdir}/*.pc
 
+%if %{with apidocs}
+%files apidocs
+%defattr(644,root,root,755)
+%doc docs/reference
+%endif
+
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
@@ -239,6 +253,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.134  2008-04-15 23:59:08  glen
+- separate apidocs
+
 Revision 1.133  2008-02-16 18:31:11  qboosh
 - more precise bconds/patents info; lcd bcond disables whole LCD subpixel filtering
   in freetype, including legacy mode
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/freetype.spec?r1=1.133&r2=1.134&f=u



More information about the pld-cvs-commit mailing list