]> git.pld-linux.org Git - packages/xchat-gnome.git/blame - xchat-gnome.spec
- updated for 0.24.0
[packages/xchat-gnome.git] / xchat-gnome.spec
CommitLineData
a8716e76 1Summary: Graphical IRC (chat) client
0072f25b
ER
2Summary(de.UTF-8): IRC-Client (Chat) mit grafischer Oberfläche
3Summary(fr.UTF-8): Client IRC (chat) avec interface graphique
4Summary(pl.UTF-8): Graficzny klient IRC (chat)
a8716e76 5Name: xchat-gnome
a673ab24 6Version: 0.24.0
ec0e1c75 7Release: 1
a8716e76 8License: GPL
a8f802f0 9Group: X11/Applications/Networking
a673ab24
MB
10Source0: http://ftp.gnome.org/pub/GNOME/sources/xchat-gnome/0.24/%{name}-%{version}.tar.bz2
11# Source0-md5: 925010f01f593e6ff7027f2ba523c607
a8f802f0 12Patch0: %{name}-long-delimiter.patch
cbfe766e 13URL: http://xchat-gnome.navi.cx/
a673ab24
MB
14BuildRequires: GConf2-devel >= 2.24.0
15BuildRequires: autoconf >= 2.60
16BuildRequires: automake >= 1:1.9
17BuildRequires: dbus-glib-devel >= 0.74
a8716e76 18BuildRequires: gettext-devel
a673ab24
MB
19BuildRequires: glib2-devel >= 1:2.18.0
20BuildRequires: gnome-common >= 2.24.0
21BuildRequires: gnome-doc-utils >= 0.14.0
22BuildRequires: gtk+2-devel >= 2:2.14.0
23BuildRequires: intltool >= 0.40.0
24BuildRequires: libcanberra-gtk-devel >= 0.3
25BuildRequires: libglade2-devel >= 1:2.6.2
26BuildRequires: libgnomeui-devel >= 2.24.0
27BuildRequires: libnotify-devel >= 0.4.0
c4a49445 28BuildRequires: libsexy-devel >= 0.1.11
12c28764 29BuildRequires: libtool
a673ab24 30BuildRequires: openssl-devel
72db9e03 31BuildRequires: perl-devel
12c28764 32BuildRequires: pkgconfig
a8f802f0 33BuildRequires: python-devel
a673ab24
MB
34BuildRequires: rpmbuild(find_lang) >= 1.23
35BuildRequires: rpmbuild(macros) >= 1.311
36BuildRequires: scrollkeeper
37Requires(post,postun): gtk+2
f457c486 38Requires(post,postun): scrollkeeper
a673ab24 39Requires(post,preun): GConf2
49094f17 40BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
a8716e76 41
42%description
43A GUI IRC client with DCC file transfers, C plugin interface, Perl and
44Python scripting capability, mIRC color, shaded transparency, tabbed
45channels and more.
46
5ed66a91
JR
47%description -l pl.UTF-8
48Klient IRC z graficznym interfejsem użytkownika, z przesyłaniem plików
49DCC, interfejsem do wtyczek w C, możliwością uruchamiania skryptów w
50Perlu i Pythonie, obsługą kolorów mIRC-a, cieniowaną
51przezroczystością, zakładkami z kanałami itd.
49094f17 52
a8716e76 53%package perl
54Summary: XChat Perl plugin
0072f25b 55Summary(pl.UTF-8): Wtyczka Perla do XChata
a8716e76 56Group: X11/Applications/Networking
49094f17 57Requires: %{name} = %{version}-%{release}
a8716e76 58Requires: perl
49094f17 59
a8716e76 60%description perl
61Provides Perl scripting capability to XChat.
62
5ed66a91
JR
63%description perl -l pl.UTF-8
64Wtyczka dodająca do XChata możliwość uruchamiania skryptów w Perlu.
49094f17 65
a8716e76 66%package python
67Summary: XChat Python plugin
0072f25b 68Summary(pl.UTF-8): Wtyczka Pythona do XChata
a8716e76 69Group: X11/Applications/Networking
49094f17
JB
70Requires: %{name} = %{version}-%{release}
71Requires: python >= 2.2.0
72
a8716e76 73%description python
74Provides Python scripting capability to XChat.
75
5ed66a91
JR
76%description python -l pl.UTF-8
77Wtyczka dodająca do XChata możliwość uruchamiania skryptów w Pythonie.
49094f17 78
a8716e76 79%prep
49094f17 80%setup -q
8031f121 81%patch0 -p1
a8716e76 82
83%build
a673ab24
MB
84%{__libtoolize}
85%{__intltoolize}
cbfe766e 86%{__aclocal} -I m4
87%{__autoconf}
88%{__autoheader}
89%{__automake}
49094f17 90%configure \
49094f17 91 --disable-tcl
a8716e76 92%{__make}
93
94%install
95rm -rf $RPM_BUILD_ROOT
49094f17 96
72db9e03 97%{__make} install \
98 DESTDIR=$RPM_BUILD_ROOT
99
a673ab24 100rm $RPM_BUILD_ROOT%{_libdir}/xchat-gnome/plugins/*.{a,la}
a8716e76 101
a673ab24 102%find_lang %{name} --with-gnome --with-omf
a8716e76 103
49094f17
JB
104%clean
105rm -rf $RPM_BUILD_ROOT
106
a8716e76 107%post
a673ab24
MB
108%gconf_schema_install apps_xchat.schemas
109%gconf_schema_install notification.schemas
110%gconf_schema_install url_handler.schemas
111%gconf_schema_install urlscraper.schemas
f457c486 112%scrollkeeper_update_post
a673ab24
MB
113%update_icon_cache hicolor
114
115%preun
116%gconf_schema_uninstall apps_xchat.schemas
117%gconf_schema_uninstall notification.schemas
118%gconf_schema_uninstall url_handler.schemas
119%gconf_schema_uninstall urlscraper.schemas
f457c486 120
121%postun
122%scrollkeeper_update_postun
a673ab24 123%update_icon_cache hicolor
a8716e76 124
a673ab24 125%files -f %{name}.lang
a8716e76 126%defattr(644,root,root,755)
72db9e03 127%doc README ChangeLog
0a4e8a9e 128%attr(755,root,root) %{_bindir}/xchat-gnome
72db9e03 129%dir %{_libdir}/xchat-gnome
5b85fb0a 130%dir %{_libdir}/xchat-gnome/plugins
72db9e03 131%attr(755,root,root) %{_libdir}/xchat-gnome/plugins/autoaway.so
72db9e03 132%attr(755,root,root) %{_libdir}/xchat-gnome/plugins/netmonitor.so
133%attr(755,root,root) %{_libdir}/xchat-gnome/plugins/notification.so
134%attr(755,root,root) %{_libdir}/xchat-gnome/plugins/notifyosd.so
6d6ba56b 135%attr(755,root,root) %{_libdir}/xchat-gnome/plugins/soundnotification.so
72db9e03 136%attr(755,root,root) %{_libdir}/xchat-gnome/plugins/urlscraper.so
db88c0d4 137%{_iconsdir}/hicolor/*/apps/*
72db9e03 138%{_datadir}/xchat-gnome
49094f17 139%{_desktopdir}/xchat-gnome.desktop
a673ab24
MB
140%{_sysconfdir}/gconf/schemas/apps_xchat.schemas
141%{_sysconfdir}/gconf/schemas/notification.schemas
142%{_sysconfdir}/gconf/schemas/url_handler.schemas
143%{_sysconfdir}/gconf/schemas/urlscraper.schemas
f457c486 144%{_datadir}/dbus-1/services/org.gnome.Xchat.service
145%{_mandir}/man1/xchat-gnome.1*
a8716e76 146
147%files perl
148%defattr(644,root,root,755)
72db9e03 149%attr(755,root,root) %{_libdir}/xchat-gnome/plugins/perl.so
a8716e76 150
151%files python
152%defattr(644,root,root,755)
72db9e03 153%attr(755,root,root) %{_libdir}/xchat-gnome/plugins/python.so
This page took 0.196066 seconds and 4 git commands to generate.