update to 4.6.1
This commit is contained in:
Peter Schiffer 2012-10-09 16:33:35 +02:00
parent a5a9578f6c
commit 15b6087cc1
3 changed files with 21 additions and 14 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/gnuplot-4.6.0.tar.gz
/gnuplot-4.6.1.tar.gz

View File

@ -1,13 +1,13 @@
%define major 4
%define minor 6
%define patchlevel 0
%define patchlevel 1
%define x11_app_defaults_dir %{_datadir}/X11/app-defaults
Summary: A program for plotting mathematical expressions and data
Name: gnuplot
Version: %{major}.%{minor}.%{patchlevel}
Release: 2%{?dist}
Release: 1%{?dist}
# Modifications are to be distributed as patches to the released version.
# aglfn.txt has license: MIT
License: gnuplot and MIT
@ -21,6 +21,7 @@ BuildRequires: libpng-devel, tex(latex), zlib-devel, libX11-devel, emacs
BuildRequires: texinfo, readline-devel, libXt-devel, gd-devel, latex2html
BuildRequires: librsvg2, giflib-devel, libotf, m17n-lib-flt, lua-devel
BuildRequires: pango-devel, cairo-devel, texlive-texmf-latex, tex4ht
BuildRequires: tex(subfigure.sty), tex(cm-super-t1.enc)
%if !0%{?rhel:1}
BuildRequires: wxGTK-devel
%endif
@ -107,7 +108,7 @@ plotting tool
%package latex
Group: Applications/Engineering
Summary: Configuration for LaTeX typesetting using gnuplot
Requires: tex(latex), texlive-texmf-xetex
Requires: tex(latex), tex(xetex)
Requires: %{name} = %{version}-%{release}
BuildArch: noarch
Obsoletes: gnuplot-common < 4.2.5-2
@ -225,7 +226,7 @@ rm -rf $RPM_BUILD_ROOT
%files common
%defattr(-,root,root,-)
%doc BUGS ChangeLog Copyright NEWS README TODO
%doc BUGS ChangeLog Copyright NEWS README
%{_mandir}/man1/gnuplot.1.gz
%dir %{_datadir}/gnuplot
%dir %{_datadir}/gnuplot/%{major}.%{minor}
@ -254,6 +255,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc ChangeLog Copyright
%dir %{_emacs_sitelispdir}/%{name}
%{_emacs_sitelispdir}/*.elc
%{_emacs_sitelispdir}/%{name}/*.elc
%{_emacs_sitestartdir}/*.el
@ -261,6 +263,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc ChangeLog Copyright
%{_emacs_sitelispdir}/%{name}/*.el
%{_emacs_sitelispdir}/*.el
%files latex
%defattr(-,root,root,-)
@ -269,6 +272,10 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/texmf/tex/latex/gnuplot/*
%changelog
* Tue Oct 9 2012 Peter Schiffer <pschiffe@redhat.com> 4.6.1-1
- resolves: #861849
update to 4.6.1
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
8e6e92b4596ea0eb75e16a57fc79efec gnuplot-4.6.0.tar.gz
4c9a06461f402482c30cf94e267eb877 gnuplot-4.6.1.tar.gz