rpms/plplot/FC-5 plplot.spec,1.12,1.13
by fedora-extras-commits@redhat.com
Author: orion
Update of /cvs/extras/rpms/plplot/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20531
Modified Files:
plplot.spec
Log Message:
Remove octave patch applied upstream
Index: plplot.spec
===================================================================
RCS file: /cvs/extras/rpms/plplot/FC-5/plplot.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- plplot.spec 31 May 2006 19:47:20 -0000 1.12
+++ plplot.spec 31 May 2006 20:03:08 -0000 1.13
@@ -10,7 +10,6 @@
URL: http://plplot.sourceforge.net/
Source0: http://prdownloads.sf.net/plplot/%{name}-%{version}.tar.gz
Patch0: plplot-5.5.3-matwrap.patch
-Patch4: plplot-5.5.3-octave.patch
Patch6: plplot-5.6.0-x.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -140,7 +139,6 @@
%prep
%setup -q
%patch0 -p1 -b .orig
-%patch4 -p1 -b .orig
%patch6 -p1 -b .orig
16 years, 8 months
rpms/lua/devel lua.spec,1.14,1.15
by fedora-extras-commits@redhat.com
Author: mjk
Update of /cvs/extras/rpms/lua/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20481/devel
Modified Files:
lua.spec
Log Message:
added requires for pkgconfig
Index: lua.spec
===================================================================
RCS file: /cvs/extras/rpms/lua/devel/lua.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- lua.spec 29 May 2006 07:01:54 -0000 1.14
+++ lua.spec 31 May 2006 20:02:47 -0000 1.15
@@ -1,6 +1,6 @@
Name: lua
Version: 5.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Powerful light-weight programming language
Group: Development/Languages
@@ -10,6 +10,7 @@
Patch0: lua-5.1-autotoolize-r1.patch.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires: pkgconfig
BuildRequires: readline-devel, ncurses-devel
Provides: %{name}-devel = %{version}-%{release}
@@ -58,6 +59,9 @@
%changelog
+* Thu Jun 01 2006 Michael J. Knox <michael[AT]knox.net.nz> - 5.1-4
+- added Requires for pkgconfig BZ#193674
+
* Mon May 29 2006 Michael J. Knox <michael[AT]knox.net.nz> - 5.1-3
- added autotools patch from Petri Lehtinen, http://lua-users.org
16 years, 8 months
rpms/lua/FC-5 lua.spec,1.14,1.15
by fedora-extras-commits@redhat.com
Author: mjk
Update of /cvs/extras/rpms/lua/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20481/FC-5
Modified Files:
lua.spec
Log Message:
added requires for pkgconfig
Index: lua.spec
===================================================================
RCS file: /cvs/extras/rpms/lua/FC-5/lua.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- lua.spec 29 May 2006 07:15:31 -0000 1.14
+++ lua.spec 31 May 2006 20:02:34 -0000 1.15
@@ -1,6 +1,6 @@
Name: lua
Version: 5.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Powerful light-weight programming language
Group: Development/Languages
@@ -10,6 +10,7 @@
Patch0: lua-5.1-autotoolize-r1.patch.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires: pkgconfig
BuildRequires: readline-devel, ncurses-devel
Provides: %{name}-devel = %{version}-%{release}
@@ -58,6 +59,9 @@
%changelog
+* Thu Jun 01 2006 Michael J. Knox <michael[AT]knox.net.nz> - 5.1-4
+- added Requires for pkgconfig BZ#193674
+
* Mon May 29 2006 Michael J. Knox <michael[AT]knox.net.nz> - 5.1-3
- added autotools patch from Petri Lehtinen, http://lua-users.org
16 years, 8 months
rpms/lua/FC-4 lua.spec,1.14,1.15
by fedora-extras-commits@redhat.com
Author: mjk
Update of /cvs/extras/rpms/lua/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20481/FC-4
Modified Files:
lua.spec
Log Message:
added requires for pkgconfig
Index: lua.spec
===================================================================
RCS file: /cvs/extras/rpms/lua/FC-4/lua.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- lua.spec 29 May 2006 07:15:30 -0000 1.14
+++ lua.spec 31 May 2006 20:02:28 -0000 1.15
@@ -1,6 +1,6 @@
Name: lua
Version: 5.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Powerful light-weight programming language
Group: Development/Languages
@@ -10,6 +10,7 @@
Patch0: lua-5.1-autotoolize-r1.patch.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires: pkgconfig
BuildRequires: readline-devel, ncurses-devel
Provides: %{name}-devel = %{version}-%{release}
@@ -58,6 +59,9 @@
%changelog
+* Thu Jun 01 2006 Michael J. Knox <michael[AT]knox.net.nz> - 5.1-4
+- added Requires for pkgconfig BZ#193674
+
* Mon May 29 2006 Michael J. Knox <michael[AT]knox.net.nz> - 5.1-3
- added autotools patch from Petri Lehtinen, http://lua-users.org
16 years, 8 months
rpms/stellarium/FC-5 .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 stellarium.spec, 1.18, 1.19
by fedora-extras-commits@redhat.com
Author: s4504kr
Update of /cvs/extras/rpms/stellarium/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18108
Modified Files:
.cvsignore sources stellarium.spec
Log Message:
User guide updated
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/stellarium/FC-5/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 8 May 2006 17:06:01 -0000 1.8
+++ .cvsignore 31 May 2006 19:53:30 -0000 1.9
@@ -1,2 +1,3 @@
stellarium-0.8.0.tar.gz
stellarium_user_guide-0.7.1-1.pdf
+stellarium_user_guide-0.8.0-1.pdf
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/stellarium/FC-5/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 8 May 2006 17:06:01 -0000 1.8
+++ sources 31 May 2006 19:53:30 -0000 1.9
@@ -1,2 +1,2 @@
2834cd59c8c0aa8dc65faefcf848129d stellarium-0.8.0.tar.gz
-9b021bafcc4bd3d47f14c5052a8f4790 stellarium_user_guide-0.7.1-1.pdf
+2fd23dd0300af03cabc9ba5564cc919d stellarium_user_guide-0.8.0-1.pdf
Index: stellarium.spec
===================================================================
RCS file: /cvs/extras/rpms/stellarium/FC-5/stellarium.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- stellarium.spec 8 May 2006 17:43:17 -0000 1.18
+++ stellarium.spec 31 May 2006 19:53:30 -0000 1.19
@@ -1,14 +1,14 @@
Name: stellarium
Version: 0.8.0
-Release: 2%{?dist}
+Release: 4%{?dist}
Summary: Photo-realistic nightsky renderer
Group: Amusements/Graphics
License: GPL
URL: http://stellarium.free.fr/
-Source0: http://dl.sf.net/stellarium/stellarium-%{version}.tar.gz
+Source0: http://prdownloads.sf.net/stellarium/stellarium-%{version}.tar.gz
Source1: stellarium.desktop
-Source2: http://dl.sf.net/stellarum/stellarium_user_guide-0.7.1-1.pdf
+Source2: http://prdownloads.sf.net/stellarum/stellarium_user_guide-0.8.0-1.pdf
Patch1: stellarium-0.8.0-gcc41.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -81,10 +81,14 @@
%files doc
-%attr(0644,root,root) %doc COPYING stellarium_user_guide-0.7.1-1.pdf
+%attr(0644,root,root) %doc COPYING stellarium_user_guide-0.8.0-1.pdf
%changelog
-* Sun May 7 2006 Jochen Schmitt <Jochen herr-schmitt de> 0.8.0-2
+* Wed May 31 2006 Jochen Schmitt <Jochen herr-schmitt de> 0.8.0-4
+- Update user guide
+- change dl.sf.net to prdownloads.sf.net
+
+* Sun May 7 2006 Jochen Schmitt <Jochen herr-schmitt de> 0.8.0-3
- New upstream release
* Tue Feb 14 2006 Jochen Schmitt <Jochen herr-schmitt de> 0.7.1-7
16 years, 8 months
rpms/stellarium/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 stellarium.spec, 1.19, 1.20
by fedora-extras-commits@redhat.com
Author: s4504kr
Update of /cvs/extras/rpms/stellarium/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18007
Modified Files:
.cvsignore sources stellarium.spec
Log Message:
User guide updated
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/stellarium/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 8 May 2006 16:59:39 -0000 1.8
+++ .cvsignore 31 May 2006 19:52:26 -0000 1.9
@@ -1,2 +1,3 @@
stellarium-0.8.0.tar.gz
stellarium_user_guide-0.7.1-1.pdf
+stellarium_user_guide-0.8.0-1.pdf
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/stellarium/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 8 May 2006 16:59:39 -0000 1.8
+++ sources 31 May 2006 19:52:26 -0000 1.9
@@ -1,2 +1,2 @@
2834cd59c8c0aa8dc65faefcf848129d stellarium-0.8.0.tar.gz
-9b021bafcc4bd3d47f14c5052a8f4790 stellarium_user_guide-0.7.1-1.pdf
+2fd23dd0300af03cabc9ba5564cc919d stellarium_user_guide-0.8.0-1.pdf
Index: stellarium.spec
===================================================================
RCS file: /cvs/extras/rpms/stellarium/devel/stellarium.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- stellarium.spec 8 May 2006 18:09:16 -0000 1.19
+++ stellarium.spec 31 May 2006 19:52:26 -0000 1.20
@@ -1,14 +1,14 @@
Name: stellarium
Version: 0.8.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Photo-realistic nightsky renderer
Group: Amusements/Graphics
License: GPL
URL: http://stellarium.free.fr/
-Source0: http://dl.sf.net/stellarium/stellarium-%{version}.tar.gz
+Source0: http://prdownloads.sf.net/stellarium/stellarium-%{version}.tar.gz
Source1: stellarium.desktop
-Source2: http://dl.sf.net/stellarum/stellarium_user_guide-0.7.1-1.pdf
+Source2: http://prdownloads.sf.net/stellarum/stellarium_user_guide-0.8.0-1.pdf
Patch1: stellarium-0.8.0-gcc41.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -81,9 +81,13 @@
%files doc
-%attr(0644,root,root) %doc COPYING stellarium_user_guide-0.7.1-1.pdf
+%attr(0644,root,root) %doc COPYING stellarium_user_guide-0.8.0-1.pdf
%changelog
+* Wed May 31 2006 Jochen Schmitt <Jochen herr-schmitt de> 0.8.0-4
+- Update user guide
+- change dl.sf.net to prdownloads.sf.net
+
* Sun May 7 2006 Jochen Schmitt <Jochen herr-schmitt de> 0.8.0-3
- New upstream release
16 years, 8 months
rpms/plplot/devel .cvsignore, 1.6, 1.7 plplot.spec, 1.10, 1.11 sources, 1.6, 1.7
by fedora-extras-commits@redhat.com
Author: orion
Update of /cvs/extras/rpms/plplot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17974
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/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 8 May 2006 19:24:40 -0000 1.6
+++ .cvsignore 31 May 2006 19:48:32 -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/devel/plplot.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- plplot.spec 8 May 2006 18:26:41 -0000 1.10
+++ plplot.spec 31 May 2006 19:48:32 -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)
@@ -56,6 +54,7 @@
Summary: Development headers and libraries for PLplot
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig
%description devel
%{summary}
@@ -75,6 +74,7 @@
Requires: %{name} = %{version}-%{release}
Requires: %{name}-devel = %{version}-%{release}
Requires: %{name}-gnome = %{version}-%{release}
+Requires: pkgconfig
%description gnome-devel
%{summary}
@@ -122,6 +122,7 @@
Requires: %{name} = %{version}-%{release}
Requires: %{name}-devel = %{version}-%{release}
Requires: %{name}-tk = %{version}-%{release}
+Requires: pkgconfig
%description tk-devel
%{summary}
@@ -139,14 +140,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 +208,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 +274,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
@@ -293,6 +303,7 @@
%files gnome-devel
%defattr(-,root,root,-)
%{_libdir}/libplplotgnome2d.so
+%{_libdir}/pkgconfig/plplotd-gnome2.pc
%files java
%defattr(-,root,root,-)
@@ -329,6 +340,7 @@
%defattr(-,root,root,-)
%{_libdir}/libplplottcltkd.so
%{_libdir}/libtclmatrixd.so
+%{_libdir}/pkgconfig/plplotd-tcl.pc
%{_datadir}/plplot%{version}/examples/tcl/
%{_datadir}/plplot%{version}/examples/tk/
@@ -339,6 +351,12 @@
%changelog
+* Mon May 22 2006 - Orion Poplawski <orion(a)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(a)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/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 8 May 2006 19:24:40 -0000 1.6
+++ sources 31 May 2006 19:48:32 -0000 1.7
@@ -1 +1 @@
-0f23cc477f0611adcfdd8ba39caf4213 plplot-5.6.0.tar.gz
+51029b256f3333449de9bcd3e00c088f plplot-5.6.1.tar.gz
16 years, 8 months
rpms/plplot/FC-5 plplot.spec,1.11,1.12
by fedora-extras-commits@redhat.com
Author: orion
Update of /cvs/extras/rpms/plplot/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17906
Modified Files:
plplot.spec
Log Message:
Fixup .pc files and add BR pkgconfig
Index: plplot.spec
===================================================================
RCS file: /cvs/extras/rpms/plplot/FC-5/plplot.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- plplot.spec 31 May 2006 19:45:44 -0000 1.11
+++ plplot.spec 31 May 2006 19:47:20 -0000 1.12
@@ -54,6 +54,7 @@
Summary: Development headers and libraries for PLplot
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig
%description devel
%{summary}
@@ -73,6 +74,7 @@
Requires: %{name} = %{version}-%{release}
Requires: %{name}-devel = %{version}-%{release}
Requires: %{name}-gnome = %{version}-%{release}
+Requires: pkgconfig
%description gnome-devel
%{summary}
@@ -120,6 +122,7 @@
Requires: %{name} = %{version}-%{release}
Requires: %{name}-devel = %{version}-%{release}
Requires: %{name}-tk = %{version}-%{release}
+Requires: pkgconfig
%description tk-devel
%{summary}
@@ -294,13 +297,13 @@
%{_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
%files gnome-devel
%defattr(-,root,root,-)
%{_libdir}/libplplotgnome2d.so
+%{_libdir}/pkgconfig/plplotd-gnome2.pc
%files java
%defattr(-,root,root,-)
@@ -330,7 +333,6 @@
%{_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
@@ -338,6 +340,7 @@
%defattr(-,root,root,-)
%{_libdir}/libplplottcltkd.so
%{_libdir}/libtclmatrixd.so
+%{_libdir}/pkgconfig/plplotd-tcl.pc
%{_datadir}/plplot%{version}/examples/tcl/
%{_datadir}/plplot%{version}/examples/tk/
16 years, 8 months
rpms/plplot/FC-5 .cvsignore, 1.6, 1.7 plplot.spec, 1.10, 1.11 sources, 1.6, 1.7
by fedora-extras-commits@redhat.com
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(a)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(a)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
16 years, 8 months