rpms/plib/devel .cvsignore, 1.2, 1.3 plib.spec, 1.2, 1.3 sources, 1.2, 1.3

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Nov 24 12:08:38 UTC 2004


Changeset from: thias

Update of /cvs/extras/rpms/plib/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv11666

Modified Files:
	.cvsignore plib.spec sources 
Log Message:
Update to 1.8.3 by replacing existing spec with my current one (after asking
Damien for his approval).



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/plib/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:12:53 -0000	1.2
+++ .cvsignore	24 Nov 2004 12:08:36 -0000	1.3
@@ -1 +1,2 @@
 plib-1.6.0.tar.gz
+plib-1.8.3.tar.gz


Index: plib.spec
===================================================================
RCS file: /cvs/extras/rpms/plib/devel/plib.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plib.spec	8 Nov 2004 05:13:17 -0000	1.2
+++ plib.spec	24 Nov 2004 12:08:36 -0000	1.3
@@ -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 <anvil[AT]livna.org> 0:1.6.0-0.fdr.2
-- Added more doc
+* Wed Nov 24 2004 Matthias Saou <http://freshrpms.net/> 1.8.3-4
+- Bump release to provide Extras upgrade path.
+
+* Thu Jul 15 2004 Matthias Saou <http://freshrpms.net/> 1.8.3-3
+- Only build a devel package now as all files are headers and static libs.
+
+* Wed May 19 2004 Matthias Saou <http://freshrpms.net/> 1.8.3-2
+- Rebuild for Fedora Core 2.
+
+* Thu Apr 15 2004 Matthias Saou <http://freshrpms.net/> 1.8.3-1
+- Update to 1.8.3.
+
+* Tue Nov 11 2003 Matthias Saou <http://freshrpms.net/> 1.6.0-3
+- Rebuild for Fedora Core 1.
+
+* Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/>
+- Rebuilt for Red Hat Linux 9.
 
-* Wed Apr 23 2003 Dams <anvil[AT]livna.org> 
-- Initial build.
+* Wed Dec  4 2002 Matthias Saou <http://freshrpms.net/>
+- Update to 1.6.0.
 
+* Wed Jun 20 2001 Matthias Saou <http://freshrpms.net/>
+- Initial RPM release.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/plib/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 05:12:53 -0000	1.2
+++ sources	24 Nov 2004 12:08:36 -0000	1.3
@@ -1 +1 @@
-b1fc5f042b1d1a30afe5e90d5630202e  plib-1.6.0.tar.gz
+de10b19dfcee5da7115ee2a69656f34c  plib-1.8.3.tar.gz




More information about the fedora-extras-commits mailing list