From f92b0f44d81764f4cad677562494c786c30ddff2 Mon Sep 17 00:00:00 2001 From: Martin Gieseking Date: Sep 18 2014 10:27:05 +0000 Subject: updated to version 0.7.1 --- diff --git a/.gitignore b/.gitignore index 80e1d27..c3087fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /equalx_0.51.orig.zip /equalx-0.6.0.tar.gz +/equalx-0.7.1.tar.gz diff --git a/equalx.spec b/equalx.spec index 5ff3ef4..97333fe 100644 --- a/equalx.spec +++ b/equalx.spec @@ -1,6 +1,6 @@ Name: equalx -Version: 0.6.0 -Release: 4%{?dist} +Version: 0.7.1 +Release: 1%{?dist} Summary: A graphical editor for writing LaTeX equations License: GPLv3+ @@ -11,15 +11,14 @@ Source1: %{name}.desktop BuildRequires: desktop-file-utils BuildRequires: exempi-devel BuildRequires: qt4-devel -Requires: tex(dvips) -Requires: tex(latex) -Requires: dvipdfm -Requires: dvipng +Requires: ghostscript +Requires: poppler-utils +Requires: tex(pdflatex) %description -EqualX is an application that helps you write equations in LaTeX -and preview them in real-time. +EqualX is an application that helps you to write equations in LaTeX +and to preview them in real-time. %prep %setup -q @@ -36,8 +35,9 @@ make %{?_smp_mflags} %install -install -D -p bin/%{name} %{buildroot}%{_bindir}/%{name} -install -D -p resources/icons/%{name}/%{name}.svg %{buildroot}%{_datadir}/pixmaps/%{name}.svg +install -D -p %{name} %{buildroot}%{_bindir}/%{name} +install -D -p -m 644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 +install -D -p -m 644 resources/icons/%{name}/%{name}.svg %{buildroot}%{_datadir}/pixmaps/%{name}.svg desktop-file-install \ --dir %{buildroot}%{_datadir}/applications \ @@ -47,11 +47,16 @@ desktop-file-install \ %files %doc LICENSE THANKS changelog %{_bindir}/%{name} +%{_mandir}/man1/%{name}.1* %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.svg %changelog +* Thu Sep 18 2014 Martin Gieseking 0.7.1-1 +- Updated to version 0.7.1. +- Added manpage now present in the tarball. + * Sat Aug 16 2014 Fedora Release Engineering - 0.6.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index dba829c..0868d47 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -360c526474066691afe4c0c09733530b equalx-0.6.0.tar.gz +f7164b254f25fb265388b46e3fb8e464 equalx-0.7.1.tar.gz