rpms/gnuplot/devel gnuplot.spec,1.65,1.66

Ivana Varekova varekova at fedoraproject.org
Fri Mar 27 14:22:47 UTC 2009


Author: varekova

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

Modified Files:
	gnuplot.spec 
Log Message:
- split documentation



Index: gnuplot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnuplot/devel/gnuplot.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- gnuplot.spec	10 Mar 2009 12:59:07 -0000	1.65
+++ gnuplot.spec	27 Mar 2009 14:22:17 -0000	1.66
@@ -17,7 +17,7 @@
 Summary: A program for plotting mathematical expressions and data
 Name: gnuplot
 Version: %{major}.%{minor}.%{patchlevel}
-Release: 5%{?dist}
+Release: 6%{?dist}
 # Modifications are to be distributed as patches to the released version.
 License: gnuplot and GPLv2
 Group: Applications/Engineering
@@ -91,11 +91,19 @@
 Requires: emacs-%{name} = %{version}-%{release}
 Obsoletes: gnuplot-emacs < 4.2.2-3
 
-
 %description -n emacs-%{name}-el
 The gnuplot-emacs package contains the emacs related .el files so that gnuplot
 nicely interacts and integrates into emacs.
 
+%package  doc
+Group: Applications/Engineering
+Summary: Documentation fo bindings for the gnuplot main application
+Obsoletes: gnuplot-common < 4.2.4-5
+
+%description doc
+The gnuplot-doc package contains the documentation related to gnuplot 
+plotting tool
+
 %prep
 %setup -q
 %patch1 -p1 -b .refto
@@ -178,11 +186,15 @@
 %defattr(-,root,root,-)
 %{_bindir}/gnuplot-wx
 
-%files common
+%files doc
 %defattr(-,root,root,-)
-%doc BUGS ChangeLog Copyright FAQ NEWS README TODO
+%doc ChangeLog Copyright
 %doc docs/psdoc/ps_guide.ps docs/psdoc/ps_symbols.ps tutorial/tutorial.dvi demo docs/psdoc/ps_file.doc
 %doc docs/psdoc/ps_fontfile_doc.pdf docs/htmldocs tutorial/eg7.eps
+
+%files common
+%defattr(-,root,root,-)
+%doc BUGS ChangeLog Copyright FAQ NEWS README TODO
 %{_mandir}/man1/gnuplot.1.gz
 %dir %{_datadir}/gnuplot
 %dir %{_datadir}/gnuplot/%{major}.%{minor}
@@ -217,6 +229,9 @@
 %{emacs_lispdir}/%{name}/*.el
 
 %changelog
+* Fri Mar 27 2009 Ivana Varekova <varekova at redhat.com> - 4.2.4-6
+- split documentation
+
 * Tue Mar 10 2009 Ivana Varekova <varekova at redhat.com> - 4.2.4-5
 - fix #489069 (update of the package from nonsplit version
   causes the absence of gnuplot binary -




More information about the fedora-extras-commits mailing list