do not package /usr/share/info/dir, bug#1181271
This commit is contained in:
parent
91732aaf8e
commit
9e19fb5042
11
gnuplot.spec
11
gnuplot.spec
@ -7,7 +7,7 @@
|
|||||||
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: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# MIT .. term/PostScript/aglfn.txt
|
# MIT .. term/PostScript/aglfn.txt
|
||||||
License: gnuplot and MIT
|
License: gnuplot and MIT
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
@ -212,12 +212,14 @@ make -C docs install-info DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
|||||||
# install emacs files
|
# install emacs files
|
||||||
#install -d ${RPM_BUILD_ROOT}/%{_emacs_sitestartdir}/
|
#install -d ${RPM_BUILD_ROOT}/%{_emacs_sitestartdir}/
|
||||||
#install -p -m 644 %SOURCE1 ${RPM_BUILD_ROOT}/%{_emacs_sitestartdir}/gnuplot-init.el
|
#install -p -m 644 %SOURCE1 ${RPM_BUILD_ROOT}/%{_emacs_sitestartdir}/gnuplot-init.el
|
||||||
#rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|
||||||
#rm -f $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/info-look*.el*
|
#rm -f $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/info-look*.el*
|
||||||
#install -d ${RPM_BUILD_ROOT}/%{_emacs_sitelispdir}/%{name}
|
#install -d ${RPM_BUILD_ROOT}/%{_emacs_sitelispdir}/%{name}
|
||||||
#mv $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/gnuplot.el{,c} $RPM_BUILD_ROOT/%{_emacs_sitelispdir}/%{name}
|
#mv $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/gnuplot.el{,c} $RPM_BUILD_ROOT/%{_emacs_sitelispdir}/%{name}
|
||||||
#mv $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/gnuplot-gui.el{,c} $RPM_BUILD_ROOT/%{_emacs_sitelispdir}/%{name}
|
#mv $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/gnuplot-gui.el{,c} $RPM_BUILD_ROOT/%{_emacs_sitelispdir}/%{name}
|
||||||
|
|
||||||
|
#packaged by info package, updated by post-installation script, do not package here
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT%{x11_app_defaults_dir}
|
mkdir -p $RPM_BUILD_ROOT%{x11_app_defaults_dir}
|
||||||
mv $RPM_BUILD_ROOT%{_datadir}/gnuplot/%{major}.%{minor}/app-defaults/Gnuplot $RPM_BUILD_ROOT%{x11_app_defaults_dir}/Gnuplot
|
mv $RPM_BUILD_ROOT%{_datadir}/gnuplot/%{major}.%{minor}/app-defaults/Gnuplot $RPM_BUILD_ROOT%{x11_app_defaults_dir}/Gnuplot
|
||||||
rm -rf $RPM_BUILD_ROOT%{_libdir}/
|
rm -rf $RPM_BUILD_ROOT%{_libdir}/
|
||||||
@ -293,7 +295,6 @@ fi
|
|||||||
%{_libexecdir}/gnuplot/%{major}.%{minor}/gnuplot_x11
|
%{_libexecdir}/gnuplot/%{major}.%{minor}/gnuplot_x11
|
||||||
%{x11_app_defaults_dir}/Gnuplot
|
%{x11_app_defaults_dir}/Gnuplot
|
||||||
%{_infodir}/gnuplot.info.gz
|
%{_infodir}/gnuplot.info.gz
|
||||||
%{_infodir}/dir
|
|
||||||
%{_mandir}/ja/man1/gnuplot-ja.1.gz
|
%{_mandir}/ja/man1/gnuplot-ja.1.gz
|
||||||
|
|
||||||
%files minimal
|
%files minimal
|
||||||
@ -323,6 +324,9 @@ fi
|
|||||||
%{_datadir}/texmf/tex/latex/gnuplot/
|
%{_datadir}/texmf/tex/latex/gnuplot/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 13 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.0-2
|
||||||
|
- do not package /usr/share/info/dir, bug#1181271
|
||||||
|
|
||||||
* Thu Jan 08 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.0-1
|
* Thu Jan 08 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.0-1
|
||||||
- rebase
|
- rebase
|
||||||
- rhbz#759964 submitted upstream: http://sourceforge.net/tracker/?func=detail&aid=3558970&group_id=2055&atid=302055
|
- rhbz#759964 submitted upstream: http://sourceforge.net/tracker/?func=detail&aid=3558970&group_id=2055&atid=302055
|
||||||
@ -330,7 +334,6 @@ fi
|
|||||||
- added buildrequires: latex2html
|
- added buildrequires: latex2html
|
||||||
- emacs bindings are separate project now - https://github.com/rudi/gnuplot-el
|
- emacs bindings are separate project now - https://github.com/rudi/gnuplot-el
|
||||||
|
|
||||||
|
|
||||||
* Wed Nov 19 2014 Frantisek Kluknavsky <fkluknav@redhat.com> - 4.6.5-4
|
* Wed Nov 19 2014 Frantisek Kluknavsky <fkluknav@redhat.com> - 4.6.5-4
|
||||||
- libedit-devel can not handle utf8, readline-devel is not legal with gnuplot, stick to builtin
|
- libedit-devel can not handle utf8, readline-devel is not legal with gnuplot, stick to builtin
|
||||||
https://bugzilla.redhat.com/show_bug.cgi?id=1039102
|
https://bugzilla.redhat.com/show_bug.cgi?id=1039102
|
||||||
|
Loading…
Reference in New Issue
Block a user