From 5910d5cf6c4e603956a83a990df879501a1dcba5 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Nov 24 2004 12:08:36 +0000 Subject: Update to 1.8.3 by replacing existing spec with my current one (after asking Damien for his approval). --- diff --git a/.cvsignore b/.cvsignore index e2c6300..9fb0b9c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ plib-1.6.0.tar.gz +plib-1.8.3.tar.gz diff --git a/plib.spec b/plib.spec index b84df13..41696b5 100644 --- a/plib.spec +++ b/plib.spec @@ -1,57 +1,85 @@ -Summary: A portable game-writing library. -Name: plib -Version: 1.6.0 -Release: 0.fdr.2.rh90 -Epoch: 0 -License: LGPL -Group: System Environment/Libraries -URL: http://plib.sourceforge.net/ -Source0: http://plib.sourceforge.net/dist/%{name}-%{version}.tar.gz -Provides: %{name}-devel = %{epoch}:%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -BuildRequires: XFree86-devel glut-devel - -#--------------------------------------------------------------------- +# $Id$ + +Summary: Set of portable libraries especially useful for games +Name: plib +Version: 1.8.3 +Release: 4 +License: LGPL +Group: System Environment/Libraries +URL: http://plib.sourceforge.net/ +Source: http://plib.sourceforge.net/dist/plib-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +BuildRequires: gcc-c++, Mesa-devel, freeglut-devel, libpng-devel + %description -PLIB is a set of libraries to write games and other realtime -interactive applications that are 100% portable across a wide range of -hardware and operating systems. It's used by Majik3D, FlightGear, and -others, and includes libraries for GUI widgets, sound replay, -geometry, scene graph, joystick, and fonts/text. +This is a set of OpenSource (LGPL) libraries that will permit programmers +to write games and other realtime interactive applications that are 100% +portable across a wide range of hardware and operating systems. Here is +what you need - it's all free and available with LGPL'ed source code on +the web. All of it works well together. + + +%package devel +Summary: Set of portable libraries especially useful for games +Group: Development/Libraries + +Obsoletes: plib <= 1.6.0 + +%description devel +This is a set of OpenSource (LGPL) libraries that will permit programmers +to write games and other realtime interactive applications that are 100% +portable across a wide range of hardware and operating systems. Here is +what you need - it's all free and available with LGPL'ed source code on +the web. All of it works well together. + -#--------------------------------------------------------------------- %prep -%setup -q +%setup + -#--------------------------------------------------------------------- %build %configure -make %{?_smp_mflags} +%{__make} %{?_smp_mflags} + -#--------------------------------------------------------------------- %install -rm -rf %{buildroot} -%makeinstall -mkdir -p %{buildroot}/%{_includedir}/plib -mv %{buildroot}/%{_includedir}/*.h %{buildroot}/%{_includedir}/plib +%{__rm} -rf %{buildroot} +%{__make} install DESTDIR=%{buildroot} + -#--------------------------------------------------------------------- %clean -rm -rf %{buildroot} +%{__rm} -rf %{buildroot} + + +%files devel +%defattr(-, root, root, 0755) +%doc AUTHORS COPYING ChangeLog NOTICE README +%{_includedir}/* +%{_libdir}/*.a -#--------------------------------------------------------------------- -%files -%defattr(-,root,root,-) -%doc AUTHORS COPYING KNOWN_BUGS NEWS ChangeLog NOTICE README* TODO* -%{_includedir}/plib -%{_libdir}/libplib*.a -#--------------------------------------------------------------------- %changelog -* Thu May 1 2003 Dams 0:1.6.0-0.fdr.2 -- Added more doc +* Wed Nov 24 2004 Matthias Saou 1.8.3-4 +- Bump release to provide Extras upgrade path. + +* Thu Jul 15 2004 Matthias Saou 1.8.3-3 +- Only build a devel package now as all files are headers and static libs. + +* Wed May 19 2004 Matthias Saou 1.8.3-2 +- Rebuild for Fedora Core 2. + +* Thu Apr 15 2004 Matthias Saou 1.8.3-1 +- Update to 1.8.3. + +* Tue Nov 11 2003 Matthias Saou 1.6.0-3 +- Rebuild for Fedora Core 1. + +* Mon Mar 31 2003 Matthias Saou +- Rebuilt for Red Hat Linux 9. -* Wed Apr 23 2003 Dams -- Initial build. +* Wed Dec 4 2002 Matthias Saou +- Update to 1.6.0. +* Wed Jun 20 2001 Matthias Saou +- Initial RPM release. diff --git a/sources b/sources index 5c82485..d1936fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b1fc5f042b1d1a30afe5e90d5630202e plib-1.6.0.tar.gz +de10b19dfcee5da7115ee2a69656f34c plib-1.8.3.tar.gz