]> git.pld-linux.org Git - packages/xchat-gnome.git/blobdiff - xchat-gnome.spec
- release 12 (by relup.sh)
[packages/xchat-gnome.git] / xchat-gnome.spec
index 9c73c9cb65611ec4970485846c15f122f5bba1ba..53173dfa6756b32d4f6acfbf4464b407ad1908bb 100644 (file)
@@ -3,19 +3,22 @@ Summary(de.UTF-8):    IRC-Client (Chat) mit grafischer Oberfläche
 Summary(fr.UTF-8):     Client IRC (chat) avec interface graphique
 Summary(pl.UTF-8):     Graficzny klient IRC (chat)
 Name:          xchat-gnome
-Version:       0.26.0
-Release:       1
+Version:       0.26.1
+Release:       12
 License:       GPL v2+
 Group:         X11/Applications/Networking
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/xchat-gnome/0.26/%{name}-%{version}.tar.bz2
-# Source0-md5: ef230db0d104faa8dc7e5060c51f7261
+# Source0-md5: c9ce3d6e549736edfc1a1dc0282fb363
 Patch0:                %{name}-long-delimiter.patch
+Patch1:                %{name}-notify.patch
+Patch2:                %{name}-makefile.patch
+Patch3:                perl-detect.patch
 URL:           http://xchat-gnome.navi.cx/
 BuildRequires: GConf2-devel >= 2.24.0
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake >= 1:1.9
 BuildRequires: dbus-glib-devel >= 0.74
-BuildRequires: gettext-devel
+BuildRequires: gettext-tools
 BuildRequires: glib2-devel >= 1:2.18.0
 BuildRequires: gnome-common >= 2.24.0
 BuildRequires: gnome-doc-utils >= 0.14.0
@@ -34,7 +37,7 @@ BuildRequires:        python-devel >= 2.2.0
 BuildRequires: rpmbuild(find_lang) >= 1.23
 BuildRequires: rpmbuild(macros) >= 1.311
 BuildRequires: scrollkeeper
-Requires(post,postun): gtk+2
+Requires(post,postun): gtk-update-icon-cache
 Requires(post,postun): scrollkeeper
 Requires(post,preun):  GConf2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -79,6 +82,9 @@ Wtyczka dodająca do XChata możliwość uruchamiania skryptów w Pythonie.
 %prep
 %setup -q
 %patch0 -p1
+%patch1        -p1
+%patch2        -p1
+%patch3        -p1
 
 %build
 %{__libtoolize}
@@ -88,6 +94,7 @@ Wtyczka dodająca do XChata możliwość uruchamiania skryptów w Pythonie.
 %{__autoheader}
 %{__automake}
 %configure \
+       --enable-compile-warnings=minimum \
        --disable-static \
        --disable-tcl
 %{__make}
This page took 0.091191 seconds and 4 git commands to generate.