Author: adamg Date: Tue Sep 22 05:38:54 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.1.3-rc5 (it's rc, but last stable release was 5 years ago and this is only -rc since) - -Makefiles and -gcc4 patches no longer needed - BR: autoconf, libtool - auto* rebuild - include pdf in devel docs
---- Files affected: packages/ftgl: ftgl.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: packages/ftgl/ftgl.spec diff -u packages/ftgl/ftgl.spec:1.16 packages/ftgl/ftgl.spec:1.17 --- packages/ftgl/ftgl.spec:1.16 Fri Sep 14 15:37:06 2007 +++ packages/ftgl/ftgl.spec Tue Sep 22 07:38:49 2009 @@ -2,33 +2,33 @@ Summary: OpenGL frontend to freetype2 Summary(pl.UTF-8): Nakładka OpenGL na freetype2 - łatwy dostęp do fontów z poziomu OpenGL Name: ftgl -Version: 2.1.2 -Release: 3 +Version: 2.1.3 +Release: 0.rc5.1 Epoch: 0 License: LGPL Group: X11/Libraries # original URL (dead ATM): http://opengl.geek.nz/ftgl/%{name}-%{version}.tar.gz -Source0: ftp://ftp.pl.debian.org/pub/debian/pool/main/f/ftgl/%{name}_%{version}.orig.tar.gz -# Source0-md5: 3eabec9ad37371c4d139408c7ffd2429 -Patch0: %{name}-Makefiles.patch -Patch1: %{name}-gcc4.patch +Source0: http://dl.sourceforge.net/ftgl/%{name}-%{version}-rc5.tar.gz +# Source0-md5: fcf4d0567b7de9875d4e99a9f7423633 URL: http://homepages.paradise.net.nz/henryj/code/#FTGL BuildRequires: OpenGL-GLU-devel +BuildRequires: autoconf BuildRequires: automake BuildRequires: doxygen BuildRequires: freetype-devel >= 2.0.9 BuildRequires: libstdc++-devel +BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %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 @@ -69,21 +69,24 @@ Statyczna biblioteka FTGL. %prep -%setup -q -n FTGL -%patch0 -p1 -%patch1 -p1 +%setup -q -n %{name}-%{version}~rc5 %build -cd unix -install /usr/share/automake/config.* . +%{__libtoolize} +%{__aclocal} -I m4 +%{__autoconf} +%{__autoheader} +%{__automake} %configure \ --enable-shared -%{__make} +%{__make} \ + ECHO=/bin/echo %install rm -rf $RPM_BUILD_ROOT - -%{makeinstall} -C unix +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT \ + ECHO=/bin/echo rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name} @@ -95,12 +98,12 @@ %files %defattr(644,root,root,755) -%doc HISTORY.txt README.txt license.txt +%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO %attr(755,root,root) %{_libdir}/libftgl.so.*.*.* %files devel %defattr(644,root,root,755) -%doc unix/docs/html +%doc docs/html docs/latex/ftgl.pdf %attr(755,root,root) %{_libdir}/libftgl.so %{_libdir}/libftgl.la %{_includedir}/FTGL @@ -116,6 +119,14 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2009/09/22 05:38:49 adamg +- updated to 2.1.3-rc5 (it's rc, but last stable release was 5 years ago and + this is only -rc since) +- -Makefiles and -gcc4 patches no longer needed +- BR: autoconf, libtool +- auto* rebuild +- include pdf in devel docs + Revision 1.16 2007/09/14 13:37:06 arvenil - release 3 (needs rebuild with new file) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ftgl/ftgl.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
