packages (DEVEL): ftgl/ftgl.spec - install ghost soname symlink with main p...

lisu lisu at pld-linux.org
Tue Jul 21 11:15:08 CEST 2009


Author: lisu                         Date: Tue Jul 21 09:15:08 2009 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- install ghost soname symlink with main package
- adapter

---- Files affected:
packages/ftgl:
   ftgl.spec (1.16.2.3 -> 1.16.2.4) 

---- Diffs:

================================================================
Index: packages/ftgl/ftgl.spec
diff -u packages/ftgl/ftgl.spec:1.16.2.3 packages/ftgl/ftgl.spec:1.16.2.4
--- packages/ftgl/ftgl.spec:1.16.2.3	Tue Jul 21 11:10:48 2009
+++ packages/ftgl/ftgl.spec	Tue Jul 21 11:15:03 2009
@@ -10,7 +10,6 @@
 Group:		X11/Libraries
 Source0:	http://dl.sourceforge.net/ftgl/%{name}-%{version}-%{_rc}.tar.bz2
 # Source0-md5:	c7879018cde844059495b3029b0b6503
-#Patch0:		%{name}-Makefiles.patch
 URL:		http://homepages.paradise.net.nz/henryj/code/#FTGL
 BuildRequires:	OpenGL-GLU-devel
 BuildRequires:	OpenGL-devel
@@ -28,23 +27,24 @@
 %description
 FTGL is a free, open source library to enable developers to use
 arbitrary fonts in their OpenGL (http://www.opengl.org/) applications.
-Unlike other OpenGL font libraries FTGL uses standard font file formats
-so doesn't need a preprocessing step to convert the high quality font
-data into a lesser quality, proprietary format. FTGL uses the Freetype
-(http://www.freetype.org/) font library to open and 'decode' the
-fonts. It then takes that output and stores it in a format most
-efficient for OpenGL rendering.
+Unlike other OpenGL font libraries FTGL uses standard font file
+formats so doesn't need a preprocessing step to convert the high
+quality font data into a lesser quality, proprietary format. FTGL uses
+the Freetype (http://www.freetype.org/) font library to open and
+'decode' the fonts. It then takes that output and stores it in a
+format most efficient for OpenGL rendering.
 
 %description -l pl.UTF-8
-FTPGL to wolnodostępna biblioteka z otwartymi źródłami umożliwiająca
-programistom używanie dowolnych fontów w aplikacjach OpenGL
-(http://www.opengl.org/). W przeciwieństwie do innych bibliotek OpenGL
-FTGL używa standardowych formatów plików z fontami, dzięki czemu nie
-jest wymagany żaden preprocessing, aby przetworzyć dane fontu wysokiej
-jakości na własnościowy format niższej jakości. FTGL do wczytywania i
-dekodowania fontów używa biblioteki obsługi fontów Freetype
-(http://www.freetype.org/), następnie przejmuje wyjście i przechowuje
-je w formacie najbardziej wydajnym przy renderingu OpenGL.
+FTPGL to wolnodostępna biblioteka z otwartymi źródłami
+umożliwiająca programistom używanie dowolnych fontów w aplikacjach
+OpenGL (http://www.opengl.org/). W przeciwieństwie do innych
+bibliotek OpenGL FTGL używa standardowych formatów plików z
+fontami, dzięki czemu nie jest wymagany żaden preprocessing, aby
+przetworzyć dane fontu wysokiej jakości na własnościowy format
+niższej jakości. FTGL do wczytywania i dekodowania fontów używa
+biblioteki obsługi fontów Freetype (http://www.freetype.org/),
+następnie przejmuje wyjście i przechowuje je w formacie najbardziej
+wydajnym przy renderingu OpenGL.
 
 %package devel
 Summary:	OpenGL frontend to freetype2 - development files
@@ -75,7 +75,6 @@
 
 %prep
 %setup -q -n %{name}-%{version}~%{_rc}
-#%%patch0 -p1
 %{__sed} -i 's/\$(ECHO)/echo/' Makefile.am
 
 %build
@@ -106,12 +105,12 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog COPYING NEWS README docs/{*.dox,*.txt}
 %attr(755,root,root) %{_libdir}/libftgl.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libftgl.so.2
 
 %files devel
 %defattr(644,root,root,755)
 %doc docs/html
 %attr(755,root,root) %{_libdir}/libftgl.so
-%attr(755,root,root) %ghost %{_libdir}/libftgl.so.2
 %{_libdir}/libftgl.la
 %{_includedir}/FTGL
 %{_pkgconfigdir}/*.pc
@@ -126,6 +125,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16.2.4  2009/07/21 09:15:03  lisu
+- install ghost soname symlink with main package
+- adapter
+
 Revision 1.16.2.3  2009/07/21 09:10:48  lisu
 - include libftgl.so.2 as ghost
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ftgl/ftgl.spec?r1=1.16.2.3&r2=1.16.2.4&f=u



More information about the pld-cvs-commit mailing list