]> git.pld-linux.org Git - packages/gg2.git/commitdiff
- up to 2.0pre8 auto/ac/gg2-2_0-0_pre8_1
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Sun, 14 Mar 2004 08:58:53 +0000 (08:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- bcond without_gtkspell
- removed emoticons-fixup_and_tlen.patch - already in sources

Changed files:
    gg2.spec -> 1.93

gg2.spec

index 14405abaee3e6bdf22a65349318479fbda3f3f11..befddf5ec317e0be8501939d50b7f77f2be15721 100644 (file)
--- a/gg2.spec
+++ b/gg2.spec
@@ -3,22 +3,22 @@
 %bcond_with    arts
 %bcond_without perl
 %bcond_without esd
+%bcond_without gtkspell
 #
-%define                _pre    pre7
+%define                _pre    pre8
 Summary:       GNU Gadu 2 - free talking
 Summary(es):   GNU Gadu 2 - charlar libremente
 Summary(pl):   GNU Gadu 2 - wolne gadanie
 Name:          gg2
 Version:       2.0
-Release:       0.%{_pre}.2
+Release:       0.%{_pre}.1
 Epoch:         3
 License:       GPL v2+
 Group:         Applications/Communications
 #Source0:      http://gg.tiwek.com/gg2/snapshots/%{name}-%{_snap}.tar.bz2
 Source0:       http://osdn.dl.sourceforge.net/ggadu/%{name}-%{version}%{_pre}.tar.bz2
-# Source0-md5: 855526fd075bfbd739a8bc823b2aa0ac
+# Source0-md5: 1d44788e6fb7b6c47453e2a0ad104c54
 URL:           http://www.gnugadu.org/
-Patch0:                %{name}-emoticons-fixup_and_tlen.patch
 %{?with_arts:BuildRequires:    arts-devel}
 BuildRequires: autoconf
 BuildRequires: automake >= 1.7
@@ -32,6 +32,7 @@ BuildRequires:        libtool
 BuildRequires: loudmouth-devel >= 0.15.1
 BuildRequires: openssl-devel
 %{?with_perl:BuildRequires:    perl-devel}
+%{?with_gtkspell:BuildRequires:        gtkspell-devel}
 BuildRequires: pkgconfig
 BuildRequires: xosd-devel   >= 2.0.0
 Requires:      gg2-ui
@@ -335,7 +336,6 @@ Motywy graficzne dla GUI GNU Gadu 2.
 
 %prep
 %setup -q -n %{name}-%{version}%{_pre}
-%patch0 -p1
 
 %build
 rm -f missing
@@ -361,7 +361,8 @@ rm -f missing
        --with-external \
        --with-update \
        --with%{!?with_arts:out}-arts \
-       --%{?with_perl:enable}%{!?with_perl:disable}-perl \
+       --with%{!?with_gtkspell:out}-gtkspell \
+       --%{?with_perl:with}%{!?with_perl:without}-perl \
        --with-remote
 
 %{__make}
This page took 0.062899 seconds and 4 git commands to generate.