packages (DEVEL): ftgl/ftgl.spec - updated to 2.1.3-rc5 - Source0 URL chang...

lisu lisu at pld-linux.org
Tue Jul 21 10:28:06 CEST 2009


Author: lisu                         Date: Tue Jul 21 08:28:06 2009 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- updated to 2.1.3-rc5
- Source0 URL changed to sourceforge 
- add BRs: OpenGL-devel, autoconf, ghostscript, libtool, zlib-devel
- change build workaround (autotools, common make install)
- nfy

---- Files affected:
packages/ftgl:
   ftgl.spec (1.16 -> 1.16.2.1) 

---- Diffs:

================================================================
Index: packages/ftgl/ftgl.spec
diff -u packages/ftgl/ftgl.spec:1.16 packages/ftgl/ftgl.spec:1.16.2.1
--- packages/ftgl/ftgl.spec:1.16	Fri Sep 14 15:37:06 2007
+++ packages/ftgl/ftgl.spec	Tue Jul 21 10:28:01 2009
@@ -1,23 +1,28 @@
 # $Revision$, $Date$
+%define	_rc	rc5
 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.%{_rc}.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}-%{_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
+BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	doxygen
 BuildRequires:	freetype-devel >= 2.0.9
+BuildRequires:	ghostscript
 BuildRequires:	libstdc++-devel
+BuildRequires:	libtool
+BuildRequires:	zlib-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -69,13 +74,15 @@
 Statyczna biblioteka FTGL.
 
 %prep
-%setup -q -n FTGL
-%patch0 -p1
-%patch1 -p1
+%setup -q -n %{name}-%{version}~%{_rc}
+#%%patch0 -p1
 
 %build
-cd unix
-install /usr/share/automake/config.* .
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 	--enable-shared
 %{__make}
@@ -83,7 +90,8 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{makeinstall} -C unix
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
 
 rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
 
@@ -116,6 +124,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16.2.1  2009/07/21 08:28:01  lisu
+- updated to 2.1.3-rc5
+- Source0 URL changed to sourceforge
+- add BRs: OpenGL-devel, autoconf, ghostscript, libtool, zlib-devel
+- change build workaround (autotools, common make install)
+- nfy
+
 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.16.2.1&f=u



More information about the pld-cvs-commit mailing list