]> git.pld-linux.org Git - packages/xchat-gnome.git/blobdiff - xchat-gnome.spec
- rel 4
[packages/xchat-gnome.git] / xchat-gnome.spec
index 48490a701e82b659b1fadcfc483e36db35125c66..e8cb664d28e9d2616f998c5906258b55a23d7cc4 100644 (file)
@@ -3,13 +3,16 @@ 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.24.0
-Release:       1
-License:       GPL
+Version:       0.26.1
+Release:       4
+License:       GPL v2+
 Group:         X11/Applications/Networking
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/xchat-gnome/0.24/%{name}-%{version}.tar.bz2
-# Source0-md5: 925010f01f593e6ff7027f2ba523c607
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/xchat-gnome/0.26/%{name}-%{version}.tar.bz2
+# 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
@@ -30,11 +33,11 @@ BuildRequires:      libtool
 BuildRequires: openssl-devel
 BuildRequires: perl-devel
 BuildRequires: pkgconfig
-BuildRequires: python-devel
+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)
@@ -55,7 +58,7 @@ Summary:      XChat Perl plugin
 Summary(pl.UTF-8):     Wtyczka Perla do XChata
 Group:         X11/Applications/Networking
 Requires:      %{name} = %{version}-%{release}
-Requires:      perl
+Requires:      perl-base
 
 %description perl
 Provides Perl scripting capability to XChat.
@@ -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 \
+       --disable-static \
        --disable-tcl
 %{__make}
 
@@ -97,7 +104,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm $RPM_BUILD_ROOT%{_libdir}/xchat-gnome/plugins/*.{a,la}
+rm $RPM_BUILD_ROOT%{_libdir}/xchat-gnome/plugins/*.la
 
 %find_lang %{name} --with-gnome --with-omf
 
This page took 0.037811 seconds and 4 git commands to generate.