rpms/plplot/FC-5 .cvsignore, 1.6, 1.7 plplot.spec, 1.10, 1.11 sources, 1.6, 1.7

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Wed May 31 19:45:44 UTC 2006


Author: orion

Update of /cvs/extras/rpms/plplot/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17879

Modified Files:
	.cvsignore plplot.spec sources 
Log Message:
- Update to 5.6.1
- Enable f95 bindings
- Remove patches applied upstream
- Now include pkgconfig files



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/plplot/FC-5/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	9 May 2006 15:40:10 -0000	1.6
+++ .cvsignore	31 May 2006 19:45:44 -0000	1.7
@@ -1 +1 @@
-plplot-5.6.0.tar.gz
+plplot-5.6.1.tar.gz


Index: plplot.spec
===================================================================
RCS file: /cvs/extras/rpms/plplot/FC-5/plplot.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- plplot.spec	9 May 2006 15:40:10 -0000	1.10
+++ plplot.spec	31 May 2006 19:45:44 -0000	1.11
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           plplot
-Version:        5.6.0
+Version:        5.6.1
 Release:        1%{?dist}
 Summary:        Library of functions for making scientific plots
 
@@ -10,8 +10,6 @@
 URL:            http://plplot.sourceforge.net/
 Source0:        http://prdownloads.sf.net/plplot/%{name}-%{version}.tar.gz
 Patch0:         plplot-5.5.3-matwrap.patch
-Patch1:         plplot-5.5.3-tk.patch
-Patch3:         plplot-5.5.3-x86_64.patch
 Patch4:         plplot-5.5.3-octave.patch
 Patch6:         plplot-5.6.0-x.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -139,14 +137,12 @@
 %prep
 %setup -q
 %patch0 -p1 -b .orig
-%patch1 -p1 -b .orig
-%patch3 -p1 -b .orig
 %patch4 -p1 -b .orig
 %patch6 -p1 -b .orig
 
 
 %build
-%configure --disable-static --without-rpath --with-pthreads \
+%configure --enable-f95 --disable-static --without-rpath --with-pthreads \
            --with-freetype-font-dir=/usr/share/fonts \
            --with-libunicode=no --disable-cgm --disable-linuxvga \
            --disable-wingcc --disable-aqt --disable-pdl --enable-psttf \
@@ -209,6 +205,8 @@
 %{_libdir}/libplplotd.so.*
 %{_libdir}/libplplotf77cd.so.*
 %{_libdir}/libplplotf77d.so.*
+%{_libdir}/libplplotf95cd.so.*
+%{_libdir}/libplplotf95d.so.*
 %dir %{_libdir}/plplot%{version}
 %dir %{_libdir}/plplot%{version}/driversd
 %{_libdir}/plplot%{version}/driversd/gd.rc
@@ -273,13 +271,22 @@
 %{_libdir}/libplplotd.so
 %{_libdir}/libplplotf77cd.so
 %{_libdir}/libplplotf77d.so
+%{_libdir}/libplplotf95cd.so
+%{_libdir}/libplplotf95d.so
+%{_libdir}/fortran/
+%{_libdir}/pkgconfig/plplotd.pc
+%{_libdir}/pkgconfig/plplotd-c++.pc
+%{_libdir}/pkgconfig/plplotd-f77.pc
+%{_libdir}/pkgconfig/plplotd-f95.pc
 %{_datadir}/plplot%{version}/examples/c/
 %{_datadir}/plplot%{version}/examples/c++/
 %{_datadir}/plplot%{version}/examples/f77/
+%{_datadir}/plplot%{version}/examples/f95/
 %{_datadir}/plplot%{version}/examples/Makefile
 %{_datadir}/plplot%{version}/examples/test_c.sh
 %{_datadir}/plplot%{version}/examples/test_cxx.sh
 %{_datadir}/plplot%{version}/examples/test_f77.sh
+%{_datadir}/plplot%{version}/examples/test_f95.sh
 %{_mandir}/man3/pl*.3*
 
 %files gnome
@@ -287,6 +294,7 @@
 %{_libdir}/libplplotgnome2d.so.*
 %{_libdir}/plplot%{version}/driversd/gcw.rc
 %{_libdir}/plplot%{version}/driversd/gcw.so
+%{_libdir}/pkgconfig/plplotd-gnome2.pc
 %{python_sitelib}/gcwmodule.so
 %{python_sitelib}/cplplotcanvasmodule.so
 
@@ -322,6 +330,7 @@
 %{_libdir}/plplot%{version}/driversd/tk.so
 %{_libdir}/plplot%{version}/driversd/tkwin.rc
 %{_libdir}/plplot%{version}/driversd/tkwin.so
+%{_libdir}/pkgconfig/plplotd-tcl.pc
 %{_mandir}/man1/plserver.1.gz
 %{_mandir}/man1/pltcl.1.gz
 
@@ -339,6 +348,12 @@
 
 
 %changelog
+* Mon May 22 2006 - Orion Poplawski <orion at cora.nwra.com> - 5.6.1-1
+- Update to 5.6.1
+- Enable f95 bindings
+- Remove patches applied upstream
+- Now include pkgconfig files
+
 * Mon Apr 24 2006 - Orion Poplawski <orion at cora.nwra.com> - 5.6.0-1
 - Update to 5.6.0 with new psttf driver
 - Add wxGTK support


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/plplot/FC-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	9 May 2006 15:40:10 -0000	1.6
+++ sources	31 May 2006 19:45:44 -0000	1.7
@@ -1 +1 @@
-0f23cc477f0611adcfdd8ba39caf4213  plplot-5.6.0.tar.gz
+51029b256f3333449de9bcd3e00c088f  plplot-5.6.1.tar.gz




More information about the fedora-extras-commits mailing list