]> git.pld-linux.org Git - packages/sane-frontends.git/commitdiff
- updated to 1.0.10-pre2
authorArtur Frysiak <artur@frysiak.net>
Mon, 20 Jan 2003 12:51:07 +0000 (12:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added --without-gimp bcond

Changed files:
    sane-frontends.spec -> 1.20

sane-frontends.spec

index 61db43287d42810a008841018315047dc2fc4068..d486fb3bbf6325bc6ff8bf78e5bdb251e4f472c4 100644 (file)
@@ -1,16 +1,17 @@
 %define        gimp_ver        1.2
+%define pre    pre2
 Summary:       SANE - Easy local and networked scanner access
 Summary(pl):   SANE - Prosta obs³uga skanerów lokalnych i sieciowych
 Summary(pt_BR):        Front-ends para o SANE
 Name:          sane-frontends
-Version:       1.0.9
-Release:       0.1
+Version:       1.0.10
+Release:       0.%{pre}.1
 License:       GPL
 Group:         X11/Applications/Graphics
-Source0:       ftp://ftp.mostang.com/pub/sane/sane-%{version}/%{name}-%{version}.tar.gz
+Source0:       ftp://ftp.mostang.com/pub/sane/%{name}-%{version}-%{pre}.tar.gz
 URL:           http://www.mostang.com/sane/
 BuildRequires: sane-backends-devel
-BuildRequires: gimp-devel
+%{!?_without_gimp:BuildRequires:       gimp-devel}
 BuildRequires: autoconf
 Obsoletes:     xscanimage
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -44,11 +45,12 @@ rede por default; se voc
 verifique o manpage do saned(1).
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-%{pre}
 
 %build
 %{__autoconf}
-%configure
+%configure \
+       %{?_without_gimp:--disable-gimp}
 %{__make}
 
 %install
This page took 0.07332 seconds and 4 git commands to generate.