[qfaxreader] --help

wolfy wolfy at fedoraproject.org
Sat Mar 23 17:33:57 UTC 2013


commit 7842227177fba7e87b3d7af76c9cc50172314a2b
Author: Manuel Wolfshant <wolfy at fedoraproject.org>
Date:   Sat Mar 23 19:29:50 2013 +0200

    --help

 qfaxreader.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/qfaxreader.spec b/qfaxreader.spec
index 43b92ac..47a7861 100644
--- a/qfaxreader.spec
+++ b/qfaxreader.spec
@@ -2,7 +2,7 @@ Name:         qfaxreader
 License:      GPLv2+
 Group:        Applications/Communications
 Version:      0.3.1
-Release:      16%{dist}
+Release:      17%{dist}
 Summary:      A multipage monochrome/color TIFF/FAX viewer
 Source:       http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
 Patch0:       qfaxreader-parallel_build.patch
@@ -11,6 +11,9 @@ BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL:          http://qfaxreader.sourceforge.net/
 BuildRequires:  qt3-devel , libtiff-devel, gdbm-devel
 BuildRequires:  desktop-file-utils
+%if "0%{?dist}" >= "0.fc19"
+BuildRequires:  autoconf perl-Carp
+%endif
 Requires:     hicolor-icon-theme
 
 %description
@@ -37,7 +40,9 @@ Features:
 %patch1 -p1 -b .gcc430
 
 %build
-
+%if "0%{?dist}" >= "0.fc19"
+autoconf
+%endif
 
 CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \
        --with-docdir=%{_defaultdocdir}/%{name}-%{version} --datadir=%{_datadir}   \
@@ -91,6 +96,9 @@ fi
 
 
 %changelog
+* Sat Mar 23 2013 manuel "lonely wolf" wolfshant <wolfy[AT]fedoraproject.org> - 0.3.1-17
+- Add support for newer autoconf and ARM64
+
 * Fri Feb 22 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.1-16
 - Remove --vendor from desktop-file-install https://fedorahosted.org/fesco/ticket/1077
 


More information about the scm-commits mailing list