rpms/ftgl/devel sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 ftgl.spec, 1.3, 1.4

Chauvet (kwizart) fedora-extras-commits at redhat.com
Sat Dec 15 12:37:00 UTC 2007


Author: kwizart

Update of /cvs/pkgs/rpms/ftgl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17802

Modified Files:
	sources .cvsignore ftgl.spec 
Log Message:
- Add -docs to fix multiarch conflicts  #341191
- Fix libGL requirement.
- Project Moved to sourceforge



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ftgl/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	15 Jul 2007 19:55:27 -0000	1.2
+++ sources	15 Dec 2007 12:36:22 -0000	1.3
@@ -1 +1 @@
-3eabec9ad37371c4d139408c7ffd2429  ftgl-2.1.2.tar.gz
+e0736841ce273eddbdb64617621b75f4  ftgl-2.1.2.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ftgl/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	15 Jul 2007 19:55:27 -0000	1.2
+++ .cvsignore	15 Dec 2007 12:36:22 -0000	1.3
@@ -1 +1 @@
-ftgl-2.1.2.tar.gz
+ftgl-2.1.2.tar.bz2


Index: ftgl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ftgl/devel/ftgl.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ftgl.spec	26 Aug 2007 13:10:41 -0000	1.3
+++ ftgl.spec	15 Dec 2007 12:36:22 -0000	1.4
@@ -1,12 +1,12 @@
 Name:           ftgl
 Version:        2.1.2
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        OpenGL frontend to Freetype 2
 
 Group:          System Environment/Libraries
 License:        LGPLv2
-URL:            http://homepages.paradise.net.nz/henryj/code/index.html#FTGL
-Source0:        http://opengl.geek.nz/ftgl/ftgl-%{version}.tar.gz
+URL:            http://ftgl.wiki.sourceforge.net/
+Source0:        http://downloads.sourceforge.net/ftgl/ftgl-%{version}.tar.bz2
 Patch0:         ftgl-2.1.2-destdir.patch
 Patch1:         ftgl-2.1.2-Glyph-g++_41.patch
 Patch2:         ftgl-2.1.2-pc_req.patch
@@ -38,8 +38,8 @@
 Requires:       %{name} = %{version}-%{release}
 Requires:       pkgconfig
 Requires:       freetype-devel
-Requires:       mesa-libGLU-devel
-Requires:       mesa-libGL-devel
+Requires:       libGLU-devel
+Requires:       libGL-devel
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -61,6 +61,13 @@
 the fonts. It then takes that output and stores it in a format most 
 efficient for OpenGL rendering.
 
+%package docs
+Summary:        Documentation for %{name}
+Group:          Documentation
+
+%description docs
+This package contains documentation files for %{name}.
+
 
 %prep
 %setup -q -n FTGL
@@ -122,7 +129,6 @@
 
 %files devel
 %defattr(-,root,root,-)
-%doc unix/__doc/*
 %{_includedir}/FTGL/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*
@@ -132,8 +138,17 @@
 %doc README-demo.txt
 %{_bindir}/FTGLDemo
 
+%files docs
+%defattr(-,root,root,-)
+%doc unix/__doc/*
+
 
 %changelog
+* Sat Dec 15 2007 kwizart < kwizart at gmail.com > - 2.1.2-7
+- Add -docs to fix multiarch conflicts  #341191
+- Fix libGL requirement.
+- Project Moved to sourceforge
+
 * Sun Aug 26 2007 kwizart < kwizart at gmail.com > - 2.1.2-6
 - rebuild for ppc32
 - Update the license field




More information about the fedora-extras-commits mailing list