diff --git a/.gitignore b/.gitignore index ea6c122..52c43c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /epix-1.2.13.tar.bz2 /epix-1.2.14.tar.bz2 +/epix-1.2.15.tar.gz diff --git a/epix.spec b/epix.spec index 8e983ef..47663c9 100644 --- a/epix.spec +++ b/epix.spec @@ -6,11 +6,11 @@ Name: epix Summary: Utilities for mathematically accurate figures -Version: 1.2.14 -Release: 9%{?dist} +Version: 1.2.15 +Release: 1%{?dist} License: GPLv2+ URL: http://mathcs.holycross.edu/~ahwang/current/ePiX.html -Source0: http://mathcs.holycross.edu/~ahwang/epix/epix-%{version}.tar.bz2 +Source0: http://mathcs.holycross.edu/~ahwang/epix/epix-%{version}.tar.gz BuildRequires: ghostscript BuildRequires: texinfo @@ -112,9 +112,8 @@ mv doc/manual.pdf epix-manual.pdf gzip -df doc/manual.ps.gz mv doc/manual.ps epix-manual.ps -for i in `find . -type f \( -name "manual.pdf" -o -name "manual.ps" -o -name "*_src.tar.gz" \)`; do - rm -f $i -done +rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/manual.* +rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/*_src.tar.gz ## Make bash completion file mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d @@ -180,6 +179,9 @@ fi %{_emacs_sitestartdir}/*.el %changelog +* Fri Aug 21 2015 Antonio Trande - 1.2.15-1 +- Update to 1.2.15 + * Mon Jun 22 2015 Antonio Trande - 1.2.14-9 - Fixed texlive-epstopdf-bin request - Removed useless files diff --git a/sources b/sources index 2c71cc6..308efdb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -42412c1ee6ea9eb7b41f953be621e448 epix-1.2.14.tar.bz2 +0774f64cb51b1eeeb18aa29fb95ad087 epix-1.2.15.tar.gz