]> git.pld-linux.org Git - packages/gwget.git/commitdiff
- updated to 0.92 auto/ac/gwget-0_92-1
authorpaladine <paladine@pld-linux.org>
Thu, 9 Dec 2004 11:01:48 +0000 (11:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- could someone look at the epipihany extension stuff
- if everything is ok then STBR

Changed files:
    gwget.spec -> 1.7

gwget.spec

index ba5657bf2297309c2f7157b9b76b04aa23d3eb27..fc078dcb394fd61ccb54d7e0b538f0e5eb2f2969 100644 (file)
@@ -5,15 +5,16 @@
 Summary:       A download manager for GNOME
 Summary(pl):   Zarz±dca pobierania plików dla GNOME
 Name:          gwget
-Version:       0.91
+Version:       0.92
 Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://dl.sourceforge.net/gwget/%{name}-%{version}.tar.gz
-# Source0-md5: d1ff8499fe00995e8bb02688f36b9ae0
+# Source0-md5: 7e59df048afb194baf2761cb877e8920
 Patch0:                %{name}-desktop.patch
 URL:           http://gwget.sourceforge.net/
 BuildRequires: GConf2-devel
+%{?with_epiphany:BuildRequires:        epiphany-devel >= 1.4.0}
 BuildRequires: gtk+2-devel >= 2:2.4.0
 BuildRequires: intltool >= 0.11
 BuildRequires: libgnomeui-devel >= 2.0.0
@@ -32,9 +33,6 @@ Gwget to zarz
 Summary:       Epiphany extension - gwget
 Summary(pl):   Rozszerzenie dla Epiphany - gwget
 Group:         X11/Applications/Networking
-%if %{with epiphany}
-BuildRequires: epiphany-devel >= 1.4.0
-%endif
 Requires:      %{name} = %{version}-%{release}
 Requires:      epiphany >= 1.4.0
 
@@ -51,11 +49,7 @@ Rozszerzenie dla Epiphany wykorzystuj
 %build
 %configure \
        --disable-schemas-install \
-%if %{with epiphany}
-       --enable-epiphany-extension
-%else
-       --disable-epiphany-extension
-%endif
+       %{!?with_epiphany: --disable-epiphany-extension}
 %{__make}
 
 %install
This page took 0.074247 seconds and 4 git commands to generate.