parent
a5a9578f6c
commit
15b6087cc1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/gnuplot-4.6.0.tar.gz
|
/gnuplot-4.6.1.tar.gz
|
||||||
|
15
gnuplot.spec
15
gnuplot.spec
@ -1,13 +1,13 @@
|
|||||||
%define major 4
|
%define major 4
|
||||||
%define minor 6
|
%define minor 6
|
||||||
%define patchlevel 0
|
%define patchlevel 1
|
||||||
|
|
||||||
%define x11_app_defaults_dir %{_datadir}/X11/app-defaults
|
%define x11_app_defaults_dir %{_datadir}/X11/app-defaults
|
||||||
|
|
||||||
Summary: A program for plotting mathematical expressions and data
|
Summary: A program for plotting mathematical expressions and data
|
||||||
Name: gnuplot
|
Name: gnuplot
|
||||||
Version: %{major}.%{minor}.%{patchlevel}
|
Version: %{major}.%{minor}.%{patchlevel}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
# Modifications are to be distributed as patches to the released version.
|
# Modifications are to be distributed as patches to the released version.
|
||||||
# aglfn.txt has license: MIT
|
# aglfn.txt has license: MIT
|
||||||
License: gnuplot and 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: texinfo, readline-devel, libXt-devel, gd-devel, latex2html
|
||||||
BuildRequires: librsvg2, giflib-devel, libotf, m17n-lib-flt, lua-devel
|
BuildRequires: librsvg2, giflib-devel, libotf, m17n-lib-flt, lua-devel
|
||||||
BuildRequires: pango-devel, cairo-devel, texlive-texmf-latex, tex4ht
|
BuildRequires: pango-devel, cairo-devel, texlive-texmf-latex, tex4ht
|
||||||
|
BuildRequires: tex(subfigure.sty), tex(cm-super-t1.enc)
|
||||||
%if !0%{?rhel:1}
|
%if !0%{?rhel:1}
|
||||||
BuildRequires: wxGTK-devel
|
BuildRequires: wxGTK-devel
|
||||||
%endif
|
%endif
|
||||||
@ -107,7 +108,7 @@ plotting tool
|
|||||||
%package latex
|
%package latex
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
Summary: Configuration for LaTeX typesetting using gnuplot
|
Summary: Configuration for LaTeX typesetting using gnuplot
|
||||||
Requires: tex(latex), texlive-texmf-xetex
|
Requires: tex(latex), tex(xetex)
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Obsoletes: gnuplot-common < 4.2.5-2
|
Obsoletes: gnuplot-common < 4.2.5-2
|
||||||
@ -225,7 +226,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files common
|
%files common
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc BUGS ChangeLog Copyright NEWS README TODO
|
%doc BUGS ChangeLog Copyright NEWS README
|
||||||
%{_mandir}/man1/gnuplot.1.gz
|
%{_mandir}/man1/gnuplot.1.gz
|
||||||
%dir %{_datadir}/gnuplot
|
%dir %{_datadir}/gnuplot
|
||||||
%dir %{_datadir}/gnuplot/%{major}.%{minor}
|
%dir %{_datadir}/gnuplot/%{major}.%{minor}
|
||||||
@ -254,6 +255,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc ChangeLog Copyright
|
%doc ChangeLog Copyright
|
||||||
%dir %{_emacs_sitelispdir}/%{name}
|
%dir %{_emacs_sitelispdir}/%{name}
|
||||||
|
%{_emacs_sitelispdir}/*.elc
|
||||||
%{_emacs_sitelispdir}/%{name}/*.elc
|
%{_emacs_sitelispdir}/%{name}/*.elc
|
||||||
%{_emacs_sitestartdir}/*.el
|
%{_emacs_sitestartdir}/*.el
|
||||||
|
|
||||||
@ -261,6 +263,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc ChangeLog Copyright
|
%doc ChangeLog Copyright
|
||||||
%{_emacs_sitelispdir}/%{name}/*.el
|
%{_emacs_sitelispdir}/%{name}/*.el
|
||||||
|
%{_emacs_sitelispdir}/*.el
|
||||||
|
|
||||||
%files latex
|
%files latex
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -269,6 +272,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/texmf/tex/latex/gnuplot/*
|
%{_datadir}/texmf/tex/latex/gnuplot/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user