]> git.pld-linux.org Git - packages/ftgl.git/commitdiff
- small fixes
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 19 Feb 2005 17:22:51 +0000 (17:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ftgl.spec -> 1.3

ftgl.spec

index 17b071e5746ff92ef3d47cb73a90ffecd31ce7b5..f712d67810207b7d96cab36bf359bdb7d02c817a 100644 (file)
--- a/ftgl.spec
+++ b/ftgl.spec
@@ -1,5 +1,5 @@
-Summary:       openGL font library
-Summary(pl):   latwy dostep do fontow z poziomu openGL
+Summary:       OpenGL font library
+Summary(pl):   £atwy dostep do fontow z poziomu OpenGL
 Name:          ftgl
 Version:       2.1.2
 Release:       1
@@ -12,25 +12,33 @@ Patch0:             %{name}-Makefiles.patch
 URL:           http://homepages.paradise.net.nz/henryj/code/#FTGL
 BuildRequires: doxygen
 BuildRequires: OpenGL-devel
-BuildRequires:  freetype-devel
-Requires:      OpenGL
-Requires:      freetype
-Provides:      libftgl
+BuildRequires: glut-devel
+BuildRequires: freetype-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                no_install_post_strip   1
+
 %description
-FTGL is a free, open source library to enable developers to use arbitrary fonts in their OpenGL (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 (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. 
-  
+FTGL is a free, open source library to enable developers to use
+arbitrary fonts in their OpenGL (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
+(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
 
 %package devel
 Summary:       FTGL, developers resource
 Group:         X11/Libraries
+Requires:      freetype-devel
+Requires:      OpenGL-devel
+Requires:      glut-devel
 
 %description devel
-FTGL, developers resource
+FTGL, developers resource.
 
 %prep
 %setup -q -n FTGL
@@ -38,39 +46,22 @@ FTGL, developers resource
 
 %build
 cd unix
-./configure \
-       --with-pic \
-       --prefix=%{_prefix} \
-       --bindir=%{_bindir} \
-       --libdir=%{_libdir} \
-       --libexecdir=%{_libdir}
+%configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 cd unix
-%{__make} install install_prefix=$RPM_BUILD_ROOT 
-mv $RPM_BUILD_ROOT/usr/share/doc/ftgl $RPM_BUILD_ROOT/usr/share/doc/%{name}-devel-%{version}
+%{makeinstall}
+
+mv $RPM_BUILD_ROOT%{_datadir}/doc/ftgl $RPM_BUILD_ROOT%{_docdir}/%{name}-devel-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%pre
-
-%post
-
-%preun
-
-%postun
-
 %files devel
 %defattr(644,root,root,755)
-
-#!FIXME
-#%doc COPYING.txt  HISTORY.txt  README.txt license.txt
-
-%attr(644,root,root) %{_includedir}/*
-%attr(755,root,root) %{_libdir}/*
-%attr(644,root,root) %{_datadir}/*
-
-%changelog
+%doc COPYING.txt HISTORY.txt README.txt
+%{_includedir}/FTGL
+%{_libdir}/*.*
+%{_pkgconfigdir}/*.pc
This page took 0.070172 seconds and 4 git commands to generate.