]> git.pld-linux.org Git - packages/xchat.git/blobdiff - xchat.spec
- no -> nb, restored pl (%^&$%^&#$ pbern)
[packages/xchat.git] / xchat.spec
index 944d9fc2aee8f9eda317e55caa80efb29b70fd01..7450e5a4ff5b79d6904d435a8e628e1db7708916 100644 (file)
@@ -9,10 +9,10 @@ Summary(is):  IRC spjallforrit sem notar GTK+
 Summary(it):   Client Gtk+ IRC (chat)
 Summary(ja):   GTK+ IRC (¥Á¥ã¥Ã¥È) ¥¯¥é¥¤¥¢¥ó¥È
 Summary(ko):   GTK+ IRC (äÆÃ) Å¬¶óÀ̾ðÆ®
-Summary(no):   En GTK+-basert IRC-klient
+Summary(nb):   En GTK+-basert IRC-klient
 Summary(pl):   Oparty na Gtk+ klient IRC
 Summary(pt):   Um cliente de IRC (chat) em GTK+
-Summary(pt_BR):        Cliente IRC Gnome
+Summary(pt_BR):        Cliente IRC GNOME
 Summary(ru):   Gtk+ IRC ËÌÉÅÎÔ (chat)
 Summary(sk):   IRC klient zalo¾ený na GTK+
 Summary(sl):   Odjemnik v GTK+ za IRC (internetni klepet)
@@ -20,15 +20,16 @@ Summary(sv):        En GTK+-IRC- (chatt-)klient
 Summary(uk):   Gtk+ IRC Ë̦¤ÎÔ
 Summary(zh_CN):        GTK+ IRC (ÁÄÌì) ¿Í»§¡£
 Name:          xchat
-Version:       2.0.4
-Release:       1
+Version:       2.0.10
+Release:       1.1
 Epoch:         1
-License:       GPL
+License:       GPL v2
 Group:         X11/Applications/Networking
 Source0:       http://xchat.org/files/source/2.0/%{name}-%{version}.tar.bz2
-# Source0-md5: bd987cd3b49cc16e875cfd8cb9b77c29
-#Source1:      %{name}-pl.po
-#Patch0:               %{name}-po.patch
+# Source0-md5: 968bc5f074fd7c202a8d63758bd5b62d
+Source1:       %{name}-pl.po
+Patch0:                %{name}-desktop.patch
+Patch1:                %{name}-locale_names.patch
 Icon:          xchat.xpm
 URL:           http://xchat.org/
 BuildRequires: autoconf
@@ -37,8 +38,9 @@ BuildRequires:        gettext-devel
 BuildRequires: glib2-devel >= 2.0.3
 BuildRequires: gtk+2-devel >= 2.0.3
 BuildRequires: libtool
-BuildRequires: openssl-devel >= 0.9.7b
+BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: perl-devel
+BuildRequires: pkgconfig
 BuildRequires: python-devel >= 2.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -124,9 +126,11 @@ X-Chat - 
 
 %prep
 %setup -q
-#%patch0 -p1
+%patch0 -p1
+%patch1 -p1
 
-#cp %{SOURCE1} po/pl.po
+mv -f po/{no,nb}.po
+cp %{SOURCE1} po/pl.po
 
 %build
 rm -f config.status missing
@@ -154,6 +158,9 @@ install -d $RPM_BUILD_ROOT%{_pixmapsdir}
        DESTDIR=$RPM_BUILD_ROOT \
        utildir=%{_desktopdir}
 
+mv -f %{name}.desktop %{name}.desktop.orig
+sed -e 's/Network;/Network;InstantMessaging;/' %{name}.desktop.orig > %{name}.desktop
+
 install xchat.desktop $RPM_BUILD_ROOT%{_desktopdir}
 install xchat.png $RPM_BUILD_ROOT%{_pixmapsdir}
 
This page took 0.305194 seconds and 4 git commands to generate.