rpms/paraview/devel paraview.spec, 1.31, 1.32 paraview-3.2.2-hdf5-1.8.patch, 1.1, NONE

Orion Poplawski orion at fedoraproject.org
Tue Feb 24 21:23:42 UTC 2009


Author: orion

Update of /cvs/pkgs/rpms/paraview/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24619

Modified Files:
	paraview.spec 
Removed Files:
	paraview-3.2.2-hdf5-1.8.patch 
Log Message:
- Drop hdf5-1.8 patch no longer needed with hdf5 1.8.2
- Move documentation into noarch sub-package



Index: paraview.spec
===================================================================
RCS file: /cvs/pkgs/rpms/paraview/devel/paraview.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- paraview.spec	24 Feb 2009 19:50:27 -0000	1.31
+++ paraview.spec	24 Feb 2009 21:23:12 -0000	1.32
@@ -26,7 +26,6 @@
 Patch6:         paraview-3.3.1-gcc43.patch
 #Reported upstream: http://public.kitware.com/mantis/view.php?id=7023
 Patch7:         paraview-3.2.2-hdf5.patch
-Patch8:         paraview-3.2.2-hdf5-1.8.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake
@@ -44,6 +43,7 @@
 BuildRequires:  gnuplot
 BuildRequires:  wget
 Requires:       %{name}-data = %{version}-%{release}
+Requires:       %{name}-doc = %{version}-%{release}
 Requires:       qt4-assistant
 Requires(post):   /usr/bin/update-desktop-database
 Requires(postun): /usr/bin/update-desktop-database
@@ -89,6 +89,7 @@
 Requires:       %{name} = %{version}-%{release}
 Requires(post):   /usr/bin/update-mime-database
 Requires(postun): /usr/bin/update-mime-database
+BuildArch:      noarch
 
 %description    data
 %{summary}.
@@ -105,6 +106,18 @@
 %{summary}.
 
 
+%package        doc
+Summary:        Documentation files for ParaView
+Group:          Applications/Engineering
+Requires:       %{name} = %{version}-%{release}
+Requires(post):   /usr/bin/update-mime-database
+Requires(postun): /usr/bin/update-mime-database
+BuildArch:      noarch
+
+%description    doc
+%{summary}.
+
+
 %prep
 %setup -q -n ParaView-%{version}
 %patch1 -p1 -b .qt
@@ -113,7 +126,6 @@
 %patch4 -p1 -b .assistant-qt4
 %patch6 -p1 -b .gcc43
 %patch7 -p1 -b .hdf5
-%patch8 -p1 -b .hdf5-1.8
 #Remove included hdf5 just to be sure
 rm -r Utilities/hdf5
 
@@ -295,8 +307,6 @@
 %{_bindir}/pvserver
 %{_bindir}/pvTestDriver
 %{_bindir}/vtkSMExtractDocumentation
-%{_datadir}/applications/fedora-paraview.desktop
-%doc %{_datadir}/paraview/
 %{_libdir}/paraview/
 %exclude %{_libdir}/paraview/doc/
 
@@ -314,6 +324,8 @@
 
 %files data
 %defattr(-,root,root,-)
+%{_datadir}/applications/fedora-paraview.desktop
+%dir %{_datadir}/paraview
 %{_datadir}/pixmaps/paraview_22x22.png
 %{_datadir}/mime/packages/paraview.xml
 
@@ -324,10 +336,18 @@
 %doc %{_libdir}/paraview/doc/
 
 
+%files doc
+%defattr(-,root,root,-)
+%doc %{_datadir}/paraview/pqClient.adp
+%doc %{_datadir}/paraview/Documentation/
+
+
 %changelog
 * Tue Feb 24 2009 Orion Poplawski <orion at cora.nwra.com> - 3.4.0-4
-- Rebuild with hdf 1.8.2, gcc 4.4.0
+- Rebuild with hdf5 1.8.2, gcc 4.4.0
+- Drop hdf5-1.8 patch no longer needed with hdf5 1.8.2
 - Add patch to allow build with Qt 4.5
+- Move documentation into noarch sub-package
 
 * Sat Jan 17 2009 Tomas Mraz <tmraz at redhat.com> - 3.4.0-3
 - rebuild with new openssl


--- paraview-3.2.2-hdf5-1.8.patch DELETED ---




More information about the fedora-extras-commits mailing list