From 364f1ee229a51e048fc4bad937317a710413a0dd Mon Sep 17 00:00:00 2001 From: cvsextras Date: Nov 08 2004 05:12:53 +0000 Subject: auto-import changelog data from plib-1.6.0-0.fdr.2.rh80.src.rpm 1.6.0-0.fdr.2 - Added more doc Wed Apr 23 2003 Dams - Initial build. --- diff --git a/.cvsignore b/.cvsignore index e69de29..e2c6300 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +plib-1.6.0.tar.gz diff --git a/plib.spec b/plib.spec new file mode 100644 index 0000000..11fa265 --- /dev/null +++ b/plib.spec @@ -0,0 +1,57 @@ +Summary: A portable game-writing library. +Name: plib +Version: 1.6.0 +Release: 0.fdr.2.rh80 +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 + +#--------------------------------------------------------------------- +%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. + +#--------------------------------------------------------------------- +%prep +%setup -q + +#--------------------------------------------------------------------- +%build +%configure +make %{?_smp_mflags} + +#--------------------------------------------------------------------- +%install +rm -rf %{buildroot} +%makeinstall +mkdir -p %{buildroot}/%{_includedir}/plib +mv %{buildroot}/%{_includedir}/*.h %{buildroot}/%{_includedir}/plib + +#--------------------------------------------------------------------- +%clean +rm -rf %{buildroot} + +#--------------------------------------------------------------------- +%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 Apr 23 2003 Dams +- Initial build. + + diff --git a/sources b/sources index e69de29..5c82485 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b1fc5f042b1d1a30afe5e90d5630202e plib-1.6.0.tar.gz